Searched defs:docs (Results 1 - 8 of 8) sorted by last modified time

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DFullscreen.cpp244 // 3. Let docs be all doc's ancestor browsing context's documents (if any) and doc.
245 Deque<Document*> docs; local
248 docs.prepend(currentDoc);
252 // 4. For each document in docs, run these substeps:
253 Deque<Document*>::iterator current = docs.begin(), following = docs.begin();
258 // 1. Let following document be the document after document in docs, or null if there is no
261 Document* followingDoc = following != docs.end() ? *following : 0;
285 } while (++current != docs.end());
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMAgent.cpp1032 WillBeHeapVector<RawPtrWillBeMember<Document> > docs = documents(); local
1035 for (WillBeHeapVector<RawPtrWillBeMember<Document> >::iterator it = docs.begin(); it != docs.end(); ++it) {
1087 for (WillBeHeapVector<RawPtrWillBeMember<Document> >::iterator it = docs.begin(); it != docs.end(); ++it) {
1108 for (WillBeHeapVector<RawPtrWillBeMember<Document> >::iterator it = docs.begin(); it != docs.end(); ++it) {
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_client_unittest.cc1155 ScopedVector<WalletItems::LegalDocument> docs; local
1159 docs.push_back(
1163 docs.push_back(
1165 docs.push_back(
1167 wallet_client_->AcceptLegalDocuments(docs.get(),

Completed in 184 milliseconds