Searched defs:doc (Results 1 - 25 of 573) 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.cc324 ServicesCustomizationDocument* doc = local
326 EXPECT_FALSE(doc->IsReady());
328 doc->StartFetching();
330 EXPECT_TRUE(doc->IsReady());
333 EXPECT_FALSE(doc->GetDefaultWallpaperUrl(&wallpaper_url));
337 EXPECT_TRUE(doc->GetDefaultApps(&default_apps));
343 EXPECT_EQ("EN-US OEM Name", doc->GetOemAppsFolderName("en-US"));
344 EXPECT_EQ("EN OEM Name", doc->GetOemAppsFolderName("en"));
345 EXPECT_EQ("Default OEM Name", doc->GetOemAppsFolderName("ru"));
349 ServicesCustomizationDocument* doc local
389 ServicesCustomizationDocument* doc = local
444 ServicesCustomizationDocument* doc = local
[all...]
/external/chromium_org/components/autofill/content/renderer/
H A Dpassword_autofill_agent.cc140 blink::WebDocument doc = f->document(); local
141 if (!doc.isHTMLDocument())
144 GURL full_origin(doc.url());
149 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.cc3434 WebDocument doc = frame_->document(); local
3435 if (!doc.isNull())
3436 return doc.focusedElement();
H A Drender_view_impl.cc2524 WebDocument doc = focused_frame->document(); local
2525 if (!doc.isNull())
2526 return doc.focusedElement();
2758 WebDocument doc = focused_frame->document(); local
2759 if (!doc.isNull()) {
2760 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.cc811 static_cast<PDFiumEngine*>(engine)->doc(),
1165 pp::Buffer_Dev PDFiumEngine::GetFlattenedPrintData(const FPDF_DOCUMENT& doc) { argument
1166 int page_count = FPDF_GetPageCount(doc);
1169 FPDF_PAGE page = FPDF_LoadPage(doc, i);
1184 FPDF_CloseDocument(doc);
1190 if (FPDF_SaveAsCopy(doc, &output_file_write, 0)) {
1252 const FPDF_DOCUMENT& doc, const PP_PrintSettings_Dev& print_settings) {
1256 int num_pages = FPDF_GetPageCount(doc);
1261 FPDF_PAGE page = FPDF_LoadPage(doc, i);
3368 FPDF_DOCUMENT doc local
1251 FitContentsToPrintableAreaIfRequired( const FPDF_DOCUMENT& doc, const PP_PrintSettings_Dev& print_settings) argument
3457 FPDF_DOCUMENT doc = FPDF_LoadMemDocument(pdf_buffer, pdf_buffer_size, NULL); local
3491 FPDF_DOCUMENT doc = FPDF_LoadMemDocument(pdf_buffer, buffer_size, NULL); local
3519 FPDF_DOCUMENT doc = FPDF_LoadMemDocument(pdf_buffer, pdf_buffer_size, NULL); local
[all...]
H A Dpdfium_engine.h110 FPDF_DOCUMENT doc() { return doc_; } function in class:chrome_pdf::PDFiumEngine
274 pp::Buffer_Dev GetFlattenedPrintData(const FPDF_DOCUMENT& doc);
276 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/core/v8/
H A DScriptController.cpp486 void ScriptController::namedItemAdded(HTMLDocument* doc, const AtomicString& name) argument
488 windowProxy(DOMWrapperWorld::mainWorld())->namedItemAdded(doc, name);
491 void ScriptController::namedItemRemoved(HTMLDocument* doc, const AtomicString& name) argument
493 windowProxy(DOMWrapperWorld::mainWorld())->namedItemRemoved(doc, name);
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObject.cpp161 Document* doc = document(); local
162 if (doc)
163 return doc->axObjectCache();
556 Document* doc = document(); local
557 if (!doc)
560 Page* page = doc->page();
598 Document* doc = document(); local
599 if (doc)
600 return doc->contentLanguage();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMImplementation.cpp205 RefPtrWillBeRawPtr<XMLDocument> doc = nullptr; local
208 doc = XMLDocument::createSVG(init);
210 doc = XMLDocument::createXHTML(init.withRegistrationContext(document().registrationContext()));
212 doc = XMLDocument::create(init);
215 doc->setSecurityOrigin(document().securityOrigin()->isolatedCopy());
216 doc->setContextFeatures(document().contextFeatures());
220 documentElement = doc->createElementNS(namespaceURI, qualifiedName, exceptionState);
226 doc->appendChild(doctype);
228 doc->appendChild(documentElement.release());
230 return doc
[all...]
H A DDocument.cpp4522 Document* doc = const_cast<Document*>(this); local
4523 for (HTMLFrameOwnerElement* element = doc->ownerElement(); element; element = doc->ownerElement())
4524 doc = &element->document();
4526 ASSERT(doc);
4527 return *doc;
5289 Node* eventTargetNodeForDocument(Document* doc) argument
5291 if (!doc)
5293 Node* node = doc->focusedElement();
5294 if (!node && doc
[all...]
H A DDocument.h813 void setTransformSourceDocument(Document* doc) { m_transformSourceDocument = doc; } argument
H A DFullscreen.cpp217 // If |element| is on top of |doc|'s fullscreen element stack, terminate these substeps.
241 // 2. Let doc be element's node document. (i.e. "this")
244 // 3. Let docs be all doc's ancestor browsing context's documents (if any) and doc.
303 // 1. Let |doc| be the top-level browsing context's document.
304 Document& doc = document.topDocument(); local
306 // 2. If |doc|'s fullscreen element stack is empty, terminate these steps.
307 if (!fullscreenElementFrom(doc))
310 // 3. Remove elements from |doc|'s fullscreen element stack until only the top element is left.
311 size_t stackSize = from(doc)
[all...]
H A DNode.cpp993 Document& doc = document(); local
996 doc.hoveredNodeDetached(this);
998 doc.activeChainNodeDetached(this);
999 doc.userActionElements().didDetach(this);
1202 Document* doc = &document(); local
1203 return doc == this ? 0 : doc;
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp381 // FIXME: We need to update the scrollbar dynamically as documents change (or as doc elements and bodies get discovered that have custom styles).
382 Document* doc = m_frame->document(); local
385 Element* body = doc ? doc->body() : 0;
392 Element* docElement = doc ? doc->documentElement() : 0;
2362 Document* doc = m_frame->document(); local
2364 if (doc && !cornerRect.isEmpty()) {
2366 if (Element* body = doc->body()) {
2373 if (Element* docElement = doc
[all...]

Completed in 485 milliseconds

1234567891011>>