Searched refs:details (Results 1 - 25 of 935) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocumentMarker.cpp61 inline DocumentMarkerDescription* toDocumentMarkerDescription(DocumentMarkerDetails* details) argument
63 if (details && details->isDescription())
64 return static_cast<DocumentMarkerDescription*>(details);
92 inline DocumentMarkerTextMatch* toDocumentMarkerTextMatch(DocumentMarkerDetails* details) argument
94 if (details && details->isTextMatch())
95 return static_cast<DocumentMarkerTextMatch*>(details);
126 DocumentMarker::DocumentMarker(MarkerType type, unsigned startOffset, unsigned endOffset, PassRefPtr<DocumentMarkerDetails> details) argument
130 , m_details(details)
[all...]
H A DComposedShadowTreeWalker.cpp190 inline Node* ComposedShadowTreeWalker::traverseNodeEscapingFallbackContents(const Node* node, ParentTraversalDetails* details) const
197 insertionPoint->isActive() ? traverseParent(node, details) : const_cast<Node*>(node);
209 Node* ComposedShadowTreeWalker::traverseParent(const Node* node, ParentTraversalDetails* details) const
219 if (details)
220 details->didTraverseInsertionPoint(insertionPoint);
221 return traverseParent(insertionPoint, details);
225 if (details)
226 details->childWasOutOfComposition();
228 return traverseParentInCurrentTree(node, details);
231 inline Node* ComposedShadowTreeWalker::traverseParentInCurrentTree(const Node* node, ParentTraversalDetails* details) cons
[all...]
H A DNodeRenderingTraversal.cpp50 ContainerNode* parentSlow(const Node* node, ParentDetails* details) argument
53 ContainerNode* found = toContainerNode(walker.traverseParent(walker.get(), details));
54 return details->outOfComposition() ? 0 : found;
H A DNodeRenderingTraversal.h79 inline ContainerNode* parent(const Node* node, ParentDetails* details) argument
85 ASSERT(slowDetails == *details);
90 return parentSlow(node, details);
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclRegexp.h40 rm_detail_t details; /* Detailed information on match (currently member in struct:TclRegexp
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/Builder/
H A Ddetails.t88 my @details = $Test->details();
89 $Test->is_num( scalar @details, 6,
90 'details() should return a list of all test details');
93 is_deeply( \@details, \@Expected_Details );
96 # This test has to come last because it thrashes the test details.
100 my @details = $Test->details();
103 $Test->is_num( scalar @details,
[all...]
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqwebdatabase.cpp12 Library General Public License for more details.
90 DatabaseDetails details = DatabaseManager::manager().detailsForNameAndOrigin(d->name, d->origin.get()); local
91 return details.displayName();
103 DatabaseDetails details = DatabaseManager::manager().detailsForNameAndOrigin(d->name, d->origin.get()); local
104 return details.expectedUsage();
116 DatabaseDetails details = DatabaseManager::manager().detailsForNameAndOrigin(d->name, d->origin.get()); local
117 return details.currentUsage();
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclRegexp.h45 rm_detail_t details; /* Detailed information on match (currently member in struct:TclRegexp
/macosx-10.9.5/Security-55471.14.18/sec/securityd/
H A DSecTrustServer.h51 #define kSecTrustDetailsKey "details"
60 SecCertificatePathRef chain, CFArrayRef details, CFDictionaryRef info,
86 void SecTrustServerEvaluateBlock(CFArrayRef certificates, CFArrayRef anchors, bool anchorsOnly, CFArrayRef policies, CFAbsoluteTime verifyTime, __unused CFArrayRef accessGroups, void (^evaluated)(SecTrustResultType tr, CFArrayRef details, CFDictionaryRef info, SecCertificatePathRef chain, CFErrorRef error));
89 SecTrustResultType SecTrustServerEvaluate(CFArrayRef certificates, CFArrayRef anchors, bool anchorsOnly, CFArrayRef policies, CFAbsoluteTime verifyTime, __unused CFArrayRef accessGroups, CFArrayRef *details, CFDictionaryRef *info, SecCertificatePathRef *chain, CFErrorRef *error);
/macosx-10.9.5/WebKit-7537.78.2/mac/Storage/
H A DWebDatabaseManager.mm113 DatabaseDetails details = DatabaseManager::manager().detailsForNameAndOrigin(databaseIdentifier, [origin _core]);
114 if (details.name().isNull())
118 objects[0] = details.displayName().isEmpty() ? databaseIdentifier : (NSString *)details.displayName();
119 objects[1] = [NSNumber numberWithUnsignedLongLong:details.expectedUsage()];
120 objects[2] = [NSNumber numberWithUnsignedLongLong:details.currentUsage()];
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_web_database.cpp12 Library General Public License for more details.
48 WebCore::DatabaseDetails details = WebCore::DatabaseManager::manager().detailsForNameAndOrigin(database->name, origin); local
49 database->displayName = eina_stringshare_add(details.displayName().utf8().data());
62 WebCore::DatabaseDetails details = WebCore::DatabaseManager::manager().detailsForNameAndOrigin(database->name, origin); local
63 return details.expectedUsage();
111 WebCore::DatabaseDetails details = WebCore::DatabaseManager::manager().detailsForNameAndOrigin(database->name, origin); local
112 return details.currentUsage();
/macosx-10.9.5/WebCore-7537.78.1/Modules/webdatabase/
H A DSQLTransactionClient.cpp55 database->databaseContext()->databaseExceededQuota(database->stringIdentifier(), database->details());
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLSummaryElement.cpp12 * Library General Public License for more details.
98 if (HTMLDetailsElement* details = detailsElement())
99 return details->findMainSummary() == this;
124 if (HTMLDetailsElement* details = detailsElement())
125 details->toggleOpen();
/macosx-10.9.5/CPANInternal-140/Test-NoWarnings/t/
H A D02_end.t11 my @tests = $cap->details;
/macosx-10.9.5/CPANInternal-140/Test-NoWarnings-1.04/t/
H A D03_end.t11 my @tests = $cap->details;
/macosx-10.9.5/llvmCore-3425.0.33/bindings/ocaml/bitreader/
H A Dllvm_bitreader.ml6 * License. See LICENSE.TXT for details.
/macosx-10.9.5/ruby-104/ruby/lib/net/
H A Dhttps.rb8 See Net::HTTP for details on how to make HTTPS connections.
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/uev/
H A Duevent.tcl84 proc ::uevent::generate {tag event {details {}}} {
93 log::debug [::list generate: $tag $event $details]
101 after 0 [linsert $cmd end $tag $event $details]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/ODBC/
H A DSQL_Anywhere.pm18 that module for details.
/macosx-10.9.5/CPANInternal-140/Test-Simple/
H A DMakefile.PL21 than version %s! Please see the Changes file for details.
35 for details.
/macosx-10.9.5/IOKitUser-907.100.13/ps.subproj/
H A DIOPowerSourcesPrivate.h130 * call IOPSSetPowerSourceDetails to share details.
150 * Only the process that created this IOPSPowerSourceID may update its details.
152 * @param details Caller should populate the details dictionary with information describing the power source,
158 IOReturn IOPSSetPowerSourceDetails(IOPSPowerSourceID whichPS, CFDictionaryRef details);
/macosx-10.9.5/CPANInternal-140/Heap-0.80/lib/Heap/Elem/
H A DNum.pm59 The details of the Elem interface are described in L<Heap::Elem>.
61 The details of using a Heap interface are described in L<Heap>.
H A DNumRev.pm59 The details of the Elem interface are described in L<Heap::Elem>.
61 The details of using a Heap interface are described in L<Heap>.
H A DStr.pm61 The details of the Elem interface are described in L<Heap::Elem>.
63 The details of using a Heap interface are described in L<Heap>.
H A DStrRev.pm62 The details of the Elem interface are described in L<Heap::Elem>.
64 The details of using a Heap interface are described in L<Heap>.

Completed in 156 milliseconds

1234567891011>>