Searched defs:doc (Results 1 - 25 of 566) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dmain.rb83 o.on( '-i', '--input "text to process"', doc( <<-END ) ) { |val| @input = val }
87 o.on( '-I', '--interactive', doc( <<-END ) ) { @interactive = true }
102 def doc( description_string ) method in class:ANTLR3.Main.Options
434 fail( doc( <<-END ) )
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DKeyManager.java48 * @param doc The document node
58 XPathContext xctxt, int doc, QName name, XMLString ref, PrefixResolver nscontext)
82 if (kt.getKeyTableName().equals(name) && doc == kt.getDocKey())
99 new KeyTable(doc, nscontext, name,
105 if (doc == kt.getDocKey())
57 getNodeSetDTMByKey( XPathContext xctxt, int doc, QName name, XMLString ref, PrefixResolver nscontext) argument
H A DKeyTable.java88 * @param doc The owner document key.
96 int doc, PrefixResolver nscontext, QName name, Vector keyDeclarations, XPathContext xctxt)
99 m_docKey = doc;
105 m_keyNodes.setRoot(doc, xctxt);
95 KeyTable( int doc, PrefixResolver nscontext, QName name, Vector keyDeclarations, XPathContext xctxt) argument
H A DTransformerImpl.java309 * This is needed for support of setSourceTreeDocForThread(Node doc),
966 org.w3c.dom.Document doc;
972 doc = (org.w3c.dom.Node.DOCUMENT_NODE == type)
979 doc = org.apache.xml.utils.DOMHelper.createDocument(isSecureProcessing);
980 outputNode = doc;
988 ? new DOMBuilder(doc, (org.w3c.dom.DocumentFragment) outputNode)
989 : new DOMBuilder(doc, outputNode);
3022 * @param doc A non-null reference to the root of the
3025 public void setSourceTreeDocForThread(int doc) argument
3027 m_doc = doc;
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOM2Helper.java92 * @param doc The DOM Document node for this document.
95 public void setDocument(Document doc) argument
97 m_doc = doc;
200 * @param doc The document to search within, as a DOM Document node.
206 public Element getElementByID(String id, Document doc) argument
208 return doc.getElementById(id);
H A DDOMBuilder.java75 * @param doc Root document
78 public DOMBuilder(Document doc, Node node) argument
80 m_doc = doc;
91 * @param doc Root document
94 public DOMBuilder(Document doc, DocumentFragment docFrag) argument
96 m_doc = doc;
104 * @param doc Root document
106 public DOMBuilder(Document doc) argument
108 m_doc = doc;
H A DDOMHelper.java1017 Document doc = node.getOwnerDocument();
1020 if(null == doc)
1035 DOMImplementation impl=doc.getImplementation();
1044 Element rootElem = doc.getDocumentElement();
1083 * @param doc The document to search within.
1088 public Element getElementByID(String id, Document doc) argument
1123 * @param doc Document node for the document to be searched.
1128 public String getUnparsedEntityURI(String name, Document doc) argument
1132 DocumentType doctype = doc.getDoctype();
/external/chromium_org/chrome/browser/chromeos/
H A Dcustomization_document_unittest.cc322 ServicesCustomizationDocument* doc = local
324 EXPECT_FALSE(doc->IsReady());
326 doc->StartFetching();
328 EXPECT_TRUE(doc->IsReady());
331 EXPECT_FALSE(doc->GetDefaultWallpaperUrl(&wallpaper_url));
335 EXPECT_TRUE(doc->GetDefaultApps(&default_apps));
341 EXPECT_EQ("EN-US OEM Name", doc->GetOemAppsFolderName("en-US"));
342 EXPECT_EQ("EN OEM Name", doc->GetOemAppsFolderName("en"));
343 EXPECT_EQ("Default OEM Name", doc->GetOemAppsFolderName("ru"));
347 ServicesCustomizationDocument* doc local
387 ServicesCustomizationDocument* doc = local
442 ServicesCustomizationDocument* doc = local
[all...]
/external/chromium_org/components/autofill/content/renderer/
H A Dpassword_autofill_agent.cc137 blink::WebDocument doc = f->document(); local
138 if (!doc.isHTMLDocument())
141 GURL full_origin(doc.url());
146 doc.forms(forms);
/external/chromium_org/content/renderer/
H A Ddom_serializer_browsertest.cc90 // Helper function that test whether the first node in the doc is a doc type
92 bool HasDocType(const WebDocument& doc) { argument
93 WebNode node = doc.firstChild();
297 WebDocument doc = web_frame->document(); local
298 ASSERT_TRUE(HasDocType(doc));
309 doc = web_frame->document();
310 ASSERT_TRUE(HasDocType(doc));
317 WebDocument doc = web_frame->document(); local
318 ASSERT_TRUE(!HasDocType(doc));
369 WebDocument doc = web_frame->document(); local
421 WebDocument doc = web_frame->document(); local
487 WebDocument doc = web_frame->document(); local
542 WebDocument doc = web_frame->document(); local
577 WebDocument doc = web_frame->document(); local
611 WebDocument doc = web_frame->document(); local
704 WebDocument doc = web_frame->document(); local
757 WebDocument doc = web_frame->document(); local
[all...]
H A Drender_frame_impl.cc3095 WebDocument doc = frame_->document(); local
3096 if (!doc.isNull())
3097 return doc.focusedElement();
H A Drender_view_impl.cc2281 WebDocument doc = focused_frame->document(); local
2282 if (!doc.isNull())
2283 return doc.focusedElement();
2507 WebDocument doc = focused_frame->document(); local
2508 if (!doc.isNull()) {
2509 WebElement element = doc.focusedElement();
/external/chromium_org/content/test/plugin/
H A Dplugin_npobject_proxy_test.cc31 NPObject *doc = NPVARIANT_TO_OBJECT(docv); local
38 HostFunctions()->invoke(id(), doc, create_text_node_id, &strv, 1, &textv); local
41 HostFunctions()->invoke(id(), doc, append_child_id, &textv, 1, &v); local
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc777 static_cast<PDFiumEngine*>(engine)->doc(),
1112 pp::Buffer_Dev PDFiumEngine::GetFlattenedPrintData(const FPDF_DOCUMENT& doc) { argument
1113 int page_count = FPDF_GetPageCount(doc);
1116 FPDF_PAGE page = FPDF_LoadPage(doc, i);
1131 FPDF_CloseDocument(doc);
1137 if (FPDF_SaveAsCopy(doc, &output_file_write, 0)) {
1199 const FPDF_DOCUMENT& doc, const PP_PrintSettings_Dev& print_settings) {
1203 int num_pages = FPDF_GetPageCount(doc);
1208 FPDF_PAGE page = FPDF_LoadPage(doc, i);
3263 FPDF_DOCUMENT doc local
1198 FitContentsToPrintableAreaIfRequired( const FPDF_DOCUMENT& doc, const PP_PrintSettings_Dev& print_settings) argument
3353 FPDF_DOCUMENT doc = FPDF_LoadMemDocument(pdf_buffer, pdf_buffer_size, NULL); local
3387 FPDF_DOCUMENT doc = FPDF_LoadMemDocument(pdf_buffer, buffer_size, NULL); local
[all...]
H A Dpdfium_engine.h110 FPDF_DOCUMENT doc() { return doc_; } function in class:chrome_pdf::PDFiumEngine
246 pp::Buffer_Dev GetFlattenedPrintData(const FPDF_DOCUMENT& doc);
248 const FPDF_DOCUMENT& doc,
/external/chromium_org/ppapi/examples/file_chooser/
H A Dfile_chooser.cc65 pp::VarPrivate doc = GetWindowObject().GetProperty("document"); local
66 pp::VarPrivate body = doc.GetProperty("body");
70 console_ = doc.Call("createElement", "pre");
77 pp::VarPrivate doc = GetWindowObject().GetProperty("document"); local
78 console_.Call("appendChild", doc.Call("createTextNode", var));
79 console_.Call("appendChild", doc.Call("createTextNode", "\n"));
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptController.cpp466 void ScriptController::namedItemAdded(HTMLDocument* doc, const AtomicString& name) argument
468 windowShell(DOMWrapperWorld::mainWorld())->namedItemAdded(doc, name);
471 void ScriptController::namedItemRemoved(HTMLDocument* doc, const AtomicString& name) argument
473 windowShell(DOMWrapperWorld::mainWorld())->namedItemRemoved(doc, name);
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObject.cpp160 Document* doc = document(); local
161 if (doc)
162 return doc->axObjectCache();
555 Document* doc = document(); local
556 if (!doc)
559 Page* page = doc->page();
597 Document* doc = document(); local
598 if (doc)
599 return doc->contentLanguage();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMImplementation.cpp203 RefPtrWillBeRawPtr<XMLDocument> doc = nullptr; local
206 doc = XMLDocument::createSVG(init);
208 doc = XMLDocument::createXHTML(init.withRegistrationContext(document().registrationContext()));
210 doc = XMLDocument::create(init);
213 doc->setSecurityOrigin(document().securityOrigin()->isolatedCopy());
214 doc->setContextFeatures(document().contextFeatures());
218 documentElement = doc->createElementNS(namespaceURI, qualifiedName, exceptionState);
224 doc->appendChild(doctype);
226 doc->appendChild(documentElement.release());
228 return doc
[all...]
H A DDocument.cpp4518 Document* doc = const_cast<Document*>(this); local
4520 while ((element = doc->ownerElement()))
4521 doc = &element->document();
4523 ASSERT(doc);
4524 return *doc;
5386 Node* eventTargetNodeForDocument(Document* doc) argument
5388 if (!doc)
5390 Node* node = doc->focusedElement();
5391 if (!node && doc->isPluginDocument()) {
5392 PluginDocument* pluginDocument = toPluginDocument(doc);
[all...]
H A DDocument.h834 void setTransformSourceDocument(Document* doc) { m_transformSourceDocument = doc; } argument
H A DFullscreenElementStack.cpp231 // 2. Let doc be element's node document. (i.e. "this")
234 // 3. Let docs be all doc's ancestor browsing context's documents (if any) and doc.
312 // 1. Let doc be the context object. (i.e. "this")
317 // 2. If doc's fullscreen element stack is empty, terminate these steps.
321 // 3. Let descendants be all the doc's descendant browsing context's documents with a non-empty fullscreen
322 // element stack (if any), ordered so that the child of the doc is last and the document furthest
323 // away from the doc is first.
341 // 5. While doc is not null, run these substeps:
344 // 1. Pop the top element of doc'
594 addDocumentToFullScreenChangeEventQueue(Document* doc) argument
[all...]
H A DNode.cpp1014 Document& doc = document(); local
1017 doc.hoveredNodeDetached(this);
1019 doc.activeChainNodeDetached(this);
1020 doc.userActionElements().didDetach(this);
1257 Document* doc = &document(); local
1258 return doc == this ? 0 : doc;
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp418 // FIXME: We need to update the scrollbar dynamically as documents change (or as doc elements and bodies get discovered that have custom styles).
419 Document* doc = m_frame->document(); local
422 Element* body = doc ? doc->body() : 0;
429 Element* docElement = doc ? doc->documentElement() : 0;
2505 Document* doc = m_frame->document(); local
2507 if (doc && !cornerRect.isEmpty()) {
2509 if (Element* body = doc->body()) {
2516 if (Element* docElement = doc
[all...]

Completed in 820 milliseconds

1234567891011>>