HomeSort by relevance Sort by last modified time
    Searched refs:documents (Results 1 - 25 of 56) sorted by null

1 2 3

  /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/third_party/WebKit/Source/core/inspector/
InspectorMemoryAgent.cpp 43 void InspectorMemoryAgent::getDOMCounters(ErrorString*, int* documents, int* nodes, int* jsEventListeners)
45 *documents = InspectorCounters::counterValue(InspectorCounters::DocumentCounter);
InspectorMemoryAgent.h 53 virtual void getDOMCounters(ErrorString*, int* documents, int* nodes, int* jsEventListeners) OVERRIDE;
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) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
DrawableResourceLoader.java 39 protected Map<String, Document> documents = new HashMap<String, Document>(); field in class:DrawableResourceLoader
62 return documents.containsKey(resourceExtractor.getResourceName(resourceId));
71 Document xmlDoc = documents.get(resourceExtractor.getResourceName(resId));
103 if (!documents.containsKey(name)) {
107 documents.put(name, document);
135 Document document = documents.get(resourceName);
156 Document document = documents.get(resourceExtractor.getResourceName(resourceId));
  /external/chromium_org/components/autofill/content/browser/wallet/
mock_wallet_client.h 33 void(const std::vector<WalletItems::LegalDocument*>& documents,
wallet_client.h 43 // b) If the user has not accepted the most recent legal documents for
148 // returned may require additional action such as presenting legal documents
154 // to accept various legal documents before a FullWallet can be generated.
156 // GetWalletItems call. If |documents| are empty, |delegate_| will not receive
159 const std::vector<WalletItems::LegalDocument*>& documents,
wallet_client.cc 277 const std::vector<WalletItems::LegalDocument*>& documents,
279 if (documents.empty())
283 for (size_t i = 0; i < documents.size(); ++i) {
284 document_ids.push_back(documents[i]->id());
  /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/tools/telemetry/telemetry/core/backends/chrome/
inspector_memory.py 34 A dictionary containing the counts associated with "nodes", "documents",
42 'documents' not in res['result'] or
49 'documents': res['result']['documents'],
  /external/chromium_org/chrome/browser/resources/cryptotoken/
requesthelper.js 8 * U2F documents, although the API is different.
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessor.h 34 #include <libxslt/documents.h>
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
DrawableResourceLoaderTest.java 46 assertTrue("drawable/rainbow", resourceLoader.documents.containsKey("drawable/rainbow"));
47 assertEquals("documents.size", 116, resourceLoader.documents.size());
  /external/chromium_org/tools/grit/grit/
tclib_unittest.py 100 'documents from Notes. Discussion documents including those from \r\n'
116 'documents in each database again.\r\n'
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-site-plugin/3.3/
maven-site-plugin-3.3.jar 
  /prebuilts/tools/common/easymock-tools/
easymock-3.1-samples.jar 
  /external/chromium_org/third_party/libxslt/win32/
Makefile 78 $(XSLT_INTDIR)\documents.obj\
98 $(XSLT_INTDIR_A)\documents.obj\
  /external/chromium_org/v8/test/mjsunit/
enumeration-order.js 67 // this just documents our choice.
  /external/clang/test/Misc/
warning-flags.c 6 (1) It documents all existing warnings that currently have no associated -W flag,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Standard_Suite.py 282 documents = document variable
  /external/chromium_org/third_party/libxslt/
libxslt.target.darwin-arm64.mk 27 third_party/libxslt/libxslt/documents.c \
libxslt.target.linux-arm64.mk 27 third_party/libxslt/libxslt/documents.c \
  /external/libvorbis/doc/
09-helper.tex 10 documents, they are defined here and referenced where appropriate.
  /external/replicaisland/tools/
ExtractPoints.js 187 var newDoc = app.documents.add(600, 700, 72.0, "Edge Output",

Completed in 917 milliseconds

1 2 3