HomeSort by relevance Sort by last modified time
    Searched defs:documents (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
PageAnimator.cpp 43 WillBeHeapVector<RefPtrWillBeMember<Document> > documents; local
46 documents.append(toLocalFrame(frame)->document());
49 for (size_t i = 0; i < documents.size(); ++i) {
50 if (documents[i]->frame()) {
51 documents[i]->view()->serviceScrollAnimations(monotonicAnimationStartTime);
53 if (const FrameView::ScrollableAreaSet* scrollableAreas = documents[i]->view()->scrollableAreas()) {
60 for (size_t i = 0; i < documents.size(); ++i) {
61 DocumentAnimations::updateAnimationTimingForAnimationFrame(*documents[i], monotonicAnimationStartTime);
62 SVGDocumentExtensions::serviceOnAnimationFrame(*documents[i], monotonicAnimationStartTime);
65 for (size_t i = 0; i < documents.size(); ++i
    [all...]
  /external/chromium_org/content/browser/shared_worker/
worker_document_set.h 16 // The WorkerDocumentSet tracks all of the DOM documents associated with a
67 // Checks to see if the document set contains any documents which is
75 // Invoked when a render process exits, to remove all associated documents
84 // Returns the set of documents associated with this worker.
85 const DocumentInfoSet& documents() { return document_set_; } function in class:content::WorkerDocumentSet
shared_worker_host.cc 97 worker_document_set_->documents();
158 // This worker has no more associated documents - shut it down.
170 // This worker has no more associated documents - shut it down.
318 const WorkerDocumentSet::DocumentInfoSet& documents = local
319 worker_document_set_->documents();
321 documents.begin();
322 doc != documents.end();
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorResourceContentLoader.cpp 86 Vector<Document*> documents; local
91 documents.append(localFrame->document());
92 documents.appendVector(InspectorPageAgent::importsForFrame(localFrame));
94 for (Vector<Document*>::const_iterator documentIt = documents.begin(); documentIt != documents.end(); ++documentIt) {
InspectorCSSAgent.cpp 475 WillBeHeapVector<RawPtrWillBeMember<Document> > documents = m_domAgent->documents(); local
476 for (WillBeHeapVector<RawPtrWillBeMember<Document> >::iterator it = documents.begin(); it != documents.end(); ++it)
    [all...]
InspectorDOMAgent.cpp 296 WillBeHeapVector<RawPtrWillBeMember<Document> > InspectorDOMAgent::documents() function in class:blink::InspectorDOMAgent
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc 1269 const std::vector<wallet::WalletItems::LegalDocument*>& documents = local
    [all...]
  /external/chromium_org/third_party/libxml/src/
relaxng.c 186 xmlRelaxNGDocumentPtr documents; /* all the documents loaded */ member in struct:_xmlRelaxNG
223 xmlRelaxNGDocumentPtr documents; /* all the documents loaded */ member in struct:_xmlRelaxNGParserCtxt
413 xmlRelaxNGDocumentPtr next; /* keep a chain of documents */
814 if (schema->documents != NULL)
815 xmlRelaxNGFreeDocumentList(schema->documents);
    [all...]
  /external/libxml2/
relaxng.c 187 xmlRelaxNGDocumentPtr documents; /* all the documents loaded */ member in struct:_xmlRelaxNG
224 xmlRelaxNGDocumentPtr documents; /* all the documents loaded */ member in struct:_xmlRelaxNGParserCtxt
414 xmlRelaxNGDocumentPtr next; /* keep a chain of documents */
815 if (schema->documents != NULL)
816 xmlRelaxNGFreeDocumentList(schema->documents);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 482 milliseconds