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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
FullscreenElementStack.cpp 197 // 3. Let docs be all doc's ancestor browsing context's documents (if any) and doc.
198 Deque<Document*> docs; local
201 docs.prepend(currentDoc);
205 // 4. For each document in docs, run these substeps:
206 Deque<Document*>::iterator current = docs.begin(), following = docs.begin();
211 // 1. Let following document be the document after document in docs, or null if there is no
214 Document* followingDoc = following != docs.end() ? *following : 0;
238 } while (++current != docs.end());
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client_unittest.cc 1102 ScopedVector<WalletItems::LegalDocument> docs; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.cpp 927 Vector<Document*> docs = documents(); local
930 for (Vector<Document*>::iterator it = docs.begin(); it != docs.end(); ++it) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 427 File docs = new File(sdkLocation, FD_DOCS + File.separator + FD_DOCS_REFERENCE); local
429 if (docs.exists()) {
430 String s = docs.toURI().toURL().toExternalForm();
439 AdtPlugin.log(e, "Can't create URL for %1$s", docs);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 

Completed in 1975 milliseconds