Searched defs:documentURI (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DDocument.h372 String documentURI() const { return m_documentURI; } function in class:WebCore::Document
1169 // Document.documentURI:
1170 // Although URL-like, Document.documentURI can actually be set to any
1171 // string by content. Document.documentURI affects m_baseURL unless the
/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;

Completed in 2996 milliseconds