Searched refs:documentURI (Results 1 - 25 of 36) sorted by relevance

12

/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dnodegetbaseuri01.js91 var documentURI;
101 documentURI = doc.documentURI;
103 assertEquals("sameAsDocumentURI",documentURI,baseURI);
H A Dnodegetbaseuri04.js78 Node.baseURI for a document element without an xml:base attribute should be same as Document.documentURI.
92 var documentURI;
104 documentURI = doc.documentURI;
106 assertEquals("baseURIEqualsDocURI",documentURI,baseURI);
H A Ddocumentsetdocumenturi01.js80 Set the documentURI to a valid string and retreive the documentURI of this
85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-documentURI
98 doc.documentURI = "file:///test";
100 docURI = doc.documentURI;
H A Ddocumentsetdocumenturi02.js80 Set the documentURI to null and retreive the documentURI of this document and verify
85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-documentURI
100 doc.documentURI = nullValue;
102 docURI = doc.documentURI;
H A Ddocumentsetdocumenturi03.js80 Create a new document and set its documentURI to a valid string. Retreive the documentURI
85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-documentURI
113 newDoc.documentURI = "somestring";
115 docURI = newDoc.documentURI;
H A Ddocumentgetdocumenturi01.js78 Retreive the documentURI of this document, and verify if it is not null.
82 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-documentURI
95 docURI = doc.documentURI;
H A Ddocumentgetdocumenturi02.js78 Create a new Document, retreive its documentURI, and verify if it is null.
82 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-documentURI
110 docURI = newDoc.documentURI;
H A Ddocumentgetdocumenturi03.js79 now owned by the importing document, its documentURI attribute value should be null
83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-documentURI
116 docURI = importedOwner.documentURI;
H A Dnodegetbaseuri02.js79 and if affected by changes in Document.documentURI.
116 newDoc.documentURI = "http://www.example.com/sample.xml";
H A Dnodegetbaseuri11.js79 check if the baseURI attribute of the new Processing Instruction node is the same as Document.documentURI.
114 docURI = doc.documentURI;
H A Dnodegetbaseuri13.js109 docURI = doc.documentURI;
/external/webkit/Source/WebKit/chromium/src/
H A DWebPasswordFormData.cpp162 KURL fullOrigin(ParsedURLString, form->document()->documentURI());
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp244 String url = frame->document()->documentURI();
268 String url = frame->document()->documentURI();
275 String url = frame->document()->documentURI();
287 String url = frame->document()->documentURI();
417 if (android::WebViewCore::getWebViewCore(frame->view())->exceededDatabaseQuota(frame->document()->documentURI(), name, currentQuota, estimatedSize)) {
/external/webkit/Tools/DumpRenderTree/
H A DAccessibilityUIElement.h154 JSStringRef documentURI();
H A DAccessibilityUIElement.cpp763 JSRetainPtr<JSStringRef> documentURI(Adopt, toAXElement(thisObject)->documentURI());
764 return JSValueMakeString(context, documentURI.get());
902 { "documentURI", getDocumentURICallback, 0, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java1721 * element if any, and the value of the <code>documentURI</code>
1773 /** DOM Level 3 feature: documentURI */
1779 public void setDocumentURI(String documentURI){ argument
1781 fDocumentURI= documentURI;
/external/webkit/Tools/DumpRenderTree/gtk/
H A DAccessibilityUIElementGtk.cpp694 JSStringRef AccessibilityUIElement::documentURI() function in class:AccessibilityUIElement
/external/webkit/Tools/DumpRenderTree/win/
H A DAccessibilityUIElementWin.cpp589 JSStringRef AccessibilityUIElement::documentURI() function in class:AccessibilityUIElement
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java1963 * element if any, and the value of the <code>documentURI</code>
2014 /** DOM Level 3 feature: documentURI */
2020 public void setDocumentURI(String documentURI){ argument
2022 fDocumentURI= documentURI;
/external/webkit/Source/WebCore/dom/
H A DDocument.idl79 attribute [ConvertNullStringTo=Null, ConvertNullToNullString] DOMString documentURI;
/external/webkit/LayoutTests/dom/html/level1/core/
H A Dselfhtml.js662 var base = document.documentURI;
/external/webkit/LayoutTests/dom/html/level2/core/
H A Dselfhtml.js662 var base = document.documentURI;
/external/webkit/LayoutTests/dom/html/level2/events/
H A Dselfhtml.js662 var base = document.documentURI;
/external/webkit/LayoutTests/dom/html/level2/html/
H A Dselfhtml.js662 var base = document.documentURI;
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dselfxhtml.js685 var base = document.documentURI;

Completed in 7367 milliseconds

12