/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLDocument09.js | 31 // document loading is started. Otherwise, the status 39 // creates test document builder, may throw exception 49 docsLoaded += preload(docRef, "doc", "document"); 66 // When every synchronous loaded document has completed, 79 in a document with a value for the href attribute. 81 Retrieve the links attribute from the document and examine its value. 100 doc = load(docRef, "doc", "document");
|
HTMLDocument10.js | 31 // document loading is started. Otherwise, the status 39 // creates test document builder, may throw exception 49 docsLoaded += preload(docRef, "doc", "document"); 66 // When every synchronous loaded document has completed, 78 The forms attribute returns a collection of all the forms in a document. 80 Retrieve the forms attribute from the document and examine its value. 99 doc = load(docRef, "doc", "document");
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_nodedocumentfragmentnodename.js | 31 // document loading is started. Otherwise, the status 39 // creates test document builder, may throw exception 66 // When every synchronous loaded document has completed, 79 DocumentFragment Node is "#document-frament". 81 Retrieve the DOM document and invoke the 84 equal to "#document-fragment". 105 assertEquals("nodeDocumentFragmentNodeNameAssert1","#document-fragment",documentFragmentName);
|
hc_nodedocumentnodename.js | 31 // document loading is started. Otherwise, the status 39 // creates test document builder, may throw exception 66 // When every synchronous loaded document has completed, 79 Document Node is "#document". 81 Retrieve the DOM document and check the string returned 83 "#document". 86 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#i-Document 102 assertEquals("documentNodeName","#document",documentName);
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLDocument07.js | 31 // document loading is started. Otherwise, the status 39 // creates test document builder, may throw exception 49 docsLoaded += preload(docRef, "doc", "document"); 66 // When every synchronous loaded document has completed, 78 The images attribute returns a collection of all IMG elements in a document. 80 Retrieve the images attribute from the document and examine its value. 99 doc = load(docRef, "doc", "document");
|
HTMLDocument08.js | 31 // document loading is started. Otherwise, the status 39 // creates test document builder, may throw exception 49 docsLoaded += preload(docRef, "doc", "document"); 66 // When every synchronous loaded document has completed, 79 include applets abd APPLET elements in a document. 81 Retrieve the applets attribute from the document and examine its value. 100 doc = load(docRef, "doc", "document");
|
HTMLDocument09.js | 31 // document loading is started. Otherwise, the status 39 // creates test document builder, may throw exception 49 docsLoaded += preload(docRef, "doc", "document"); 66 // When every synchronous loaded document has completed, 79 in a document with a value for the href attribute. 81 Retrieve the links attribute from the document and examine its value. 100 doc = load(docRef, "doc", "document");
|
HTMLDocument10.js | 31 // document loading is started. Otherwise, the status 39 // creates test document builder, may throw exception 49 docsLoaded += preload(docRef, "doc", "document"); 66 // When every synchronous loaded document has completed, 78 The forms attribute returns a collection of all the forms in a document. 80 Retrieve the forms attribute from the document and examine its value. 99 doc = load(docRef, "doc", "document");
|
/external/webkit/Source/WebCore/dom/ |
XMLDocumentParserQt.cpp | 33 #include "Document.h" 88 XMLDocumentParser::XMLDocumentParser(Document* document, FrameView* frameView) 89 : ScriptableDocumentParser(document) 92 , m_currentNode(document) 116 : ScriptableDocumentParser(fragment->document()) 170 // If the parent element is not in document tree, there may be no xmlns attribute; just default to the parent's namespace. 187 if (document()->decoder() && document()->decoder()->sawError()) { 219 document()->setTransformSource(new TransformSource(m_originalSourceForTransform)) [all...] |
ContainerNode.cpp | 90 RefPtr<Node> child = document()->adoptNode(children[i].release(), ec); 161 InspectorInstrumentation::willInsertDOMNode(document(), child, this); 234 InspectorInstrumentation::willInsertDOMNode(document(), child, this); 311 InspectorInstrumentation::willInsertDOMNode(document(), child.get(), this); 377 child->document()->nodeWillBeRemoved(child); 378 child->document()->incDOMTreeVersion(); 380 // fire removed from document mutation events. 387 container->document()->nodeChildrenWillBeRemoved(container); 388 container->document()->incDOMTreeVersion(); 395 // fire removed from document mutation events 1050 RefPtr<Document> document = child->document(); local 1066 RefPtr<Document> document = child->document(); local 1087 RefPtr<Document> document = child->document(); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
AndroidXmlFormattingStrategy.java | 55 import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel; 56 import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode; 58 import org.w3c.dom.Document; 116 IDocument document = mDocuments.poll(); local 119 if (document != null && partition != null && mRegion != null) { 121 if (document instanceof IStructuredDocument) { 122 IStructuredDocument structuredDocument = (IStructuredDocument) document; 132 edit.apply(document); 159 * @return a {@link TextEdit} which edits the model into a formatted document 165 IStructuredDocument document = model.getStructuredDocument() local 559 IDocument document = (IDocument) context.getProperty(CONTEXT_MEDIUM); local [all...] |
/external/collada/src/modules/STLDatabase/ |
daeSTLDatabase.cpp | 31 daeDocument* document = getDocument(name); local 32 if(document) 65 daeInt daeSTLDatabase::insertDocument(const char *name, daeElement* dom, daeDocument** document, bool zaeRootDocument, const std::string& extractedFileURI) 67 return createDocument( name, dom, document, zaeRootDocument, extractedFileURI ); 69 daeInt daeSTLDatabase::createDocument(const char *name, daeElement* dom, daeDocument** document, bool zaeRootDocument, const std::string& extractedFileURI) 71 // If a document already exists with the same name, error 74 if (document) 75 *document = NULL; 79 // Make a new document 86 if (document) 168 daeDocument *document; local [all...] |
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
WebFrame.cpp | 98 WebFrame* parentFrame = static_cast<WebFrameLoaderClient*>(ownerElement->document()->frame()->loader()->client())->webFrame(); 149 ASSERT(ownerElement->document()->frame()); 150 ownerElement->document()->frame()->tree()->appendChild(frame); 237 Document* document = m_coreFrame->document(); 238 if (!document) 240 TextResourceDecoder* decoder = document->decoder(); 268 Document* document = m_coreFrame->document() local [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
hstsview.js | 18 this.queryInput_ = document.getElementById(queryInputId); 19 this.addCheck_ = document.getElementById(addCheckId); 20 this.addInput_ = document.getElementById(addInputId); 21 this.addPins_ = document.getElementById(addPinsId); 22 this.deleteInput_ = document.getElementById(deleteInputId); 23 this.queryOutputDiv_ = document.getElementById(queryOutputDivId); 25 var form = document.getElementById(formId); 27 form = document.getElementById(addFormId); 29 form = document.getElementById(deleteFormId);
|
spdyview.js | 22 this.spdyEnabledSpan_ = document.getElementById(spdyEnabledSpanId); 24 document.getElementById(spdyUseAlternateProtocolSpanId); 25 this.spdyForceAlwaysSpan_ = document.getElementById(spdyForceAlwaysSpanId); 26 this.spdyForceOverSslSpan_ = document.getElementById(spdyForceOverSslSpanId); 28 document.getElementById(spdyNextProtocolsSpanId); 31 document.getElementById(spdyAlternateProtocolMappingsDivId); 32 this.spdySessionNoneSpan_ = document.getElementById(spdySessionNoneSpanId); 33 this.spdySessionLinkSpan_ = document.getElementById(spdySessionLinkSpanId); 34 this.spdySessionDiv_ = document.getElementById(spdySessionDivId);
|
/external/webkit/Source/WebCore/workers/ |
DefaultSharedWorkerRepository.cpp | 39 #include "Document.h" 90 bool isInWorkerDocuments(Document* document) { return m_workerDocuments.contains(document); } 92 // Removes a detached document from the list of worker's documents. May set the closing flag if this is the last document in the list. 93 void documentDetached(Document*); 105 HashSet<Document*> m_workerDocuments; 140 // If we aren't closing, then we must have at least one document. 143 // Just pick an arbitrary active document from the HashSet and pass load requests to it 145 Document* document = *(m_workerDocuments.begin()); local 200 Document* document = static_cast<Document*>(context); local [all...] |
/external/webkit/Source/WebCore/xml/ |
XMLViewer.js | 48 while (child = document.firstChild) { 49 document.removeChild(child); 53 document.appendChild(html); 72 var sourceXML = document.getElementById('webkit-xml-viewer-source-xml'); 74 return; // Stop if some XML tree extension is already processing this document 75 //var style = document.head.firstChild; 76 //document.head.removeChild(style); 77 //document.head.appendChild(style); 78 var root = document.getElementById('tree'); 235 return document.createElementNS('http://www.w3.org/1999/xhtml', elementName [all...] |
/external/webkit/Source/WebCore/html/ |
HTMLOptionElement.cpp | 31 #include "Document.h" 45 HTMLOptionElement::HTMLOptionElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form) 46 : HTMLFormControlElement(tagName, document, form) 51 PassRefPtr<HTMLOptionElement> HTMLOptionElement::create(Document* document, HTMLFormElement* form) 53 return adoptRef(new HTMLOptionElement(optionTag, document, form)); 56 PassRefPtr<HTMLOptionElement> HTMLOptionElement::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form) 58 return adoptRef(new HTMLOptionElement(tagName, document, form)) [all...] |
HTMLTextAreaElement.cpp | 34 #include "Document.h" 65 Frame* frame = element->document()->frame(); 71 HTMLTextAreaElement::HTMLTextAreaElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form) 72 : HTMLTextFormControlElement(tagName, document, form) 84 PassRefPtr<HTMLTextAreaElement> HTMLTextAreaElement::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form) 86 return adoptRef(new HTMLTextAreaElement(tagName, document, form)); 181 document()->updateLayout(); 210 ASSERT(!document()->childNeedsAndNotInStyleRecalc()) [all...] |
/external/webkit/Source/WebCore/svg/ |
SVGFontFaceElement.cpp | 37 #include "Document.h" 49 inline SVGFontFaceElement::SVGFontFaceElement(const QualifiedName& tagName, Document* document) 50 : SVGElement(tagName, document) 54 m_styleDeclaration->setParent(document->mappedElementSheet()); 59 PassRefPtr<SVGFontFaceElement> SVGFontFaceElement::create(const QualifiedName& tagName, Document* document) 61 return adoptRef(new SVGFontFaceElement(tagName, document)); 316 document()->styleSelectorChanged(DeferRecalcStyle); 322 document()->mappedElementSheet()->append(m_fontFaceRule) [all...] |
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
InnerNodeImpl.java | 47 protected InnerNodeImpl(DocumentImpl document) { 48 super(document); 88 if (refChildImpl.document != document) { 113 if (toInsert.document != null && document != null && toInsert.document != document) { 149 * this method is unrelated to Document.normalize. 173 if (oldChildImpl.document != document) [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
Drawer.js | 32 WebInspector.View.call(this, document.getElementById("drawer")); 38 this._mainElement = document.getElementById("main"); 39 this._toolbarElement = document.getElementById("toolbar"); 40 this._mainStatusBar = document.getElementById("main-status-bar"); 42 this._viewStatusBar = document.getElementById("other-drawer-status-bar-items"); 43 this._counters = document.getElementById("counters"); 44 this._drawerStatusBar = document.getElementById("drawer-status-bar"); 101 document.body.addStyleClass("drawer-visible"); 103 var anchoredItems = document.getElementById("anchored-status-bar-items"); 157 var anchoredItems = document.getElementById("anchored-status-bar-items") [all...] |
/external/webkit/Source/WebKit/chromium/src/ |
WebAccessibilityObject.cpp | 36 #include "Document.h" 496 WebDocument WebAccessibilityObject::document() const function in class:WebKit::WebAccessibilityObject 503 Document* document = m_private->document(); local 504 if (!document) 507 return WebDocument(document); 512 Document* document = m_private->document(); local 525 Document* document = m_private->document(); local [all...] |
/external/webkit/LayoutTests/dom/html/level1/core/ |
selfhtml.js | 354 return document.implementation.hasFeature(feature, version); 358 return document.implementation; 423 return document; 428 // Document.cloneNode is implementation dependent but exists in L1 434 clone = document.cloneNode(true); 438 clone = document.implementation.createDocument( 439 document.documentElement.namespaceURI, 440 document.documentElement.nodeName, 444 // Safari does not create document element 445 // create document. [all...] |
/external/webkit/LayoutTests/dom/html/level2/core/ |
selfhtml.js | 354 return document.implementation.hasFeature(feature, version); 358 return document.implementation; 423 return document; 428 // Document.cloneNode is implementation dependent but exists in L1 434 clone = document.cloneNode(true); 438 clone = document.implementation.createDocument( 439 document.documentElement.namespaceURI, 440 document.documentElement.nodeName, 444 // Safari does not create document element 445 // create document. [all...] |