/external/webkit/LayoutTests/storage/domstorage/events/ |
documentURI-expected.txt | 1 Test that changing documentURI has no effects on the uri passed into storage events. 14 document.documentURI = 'abc' 15 PASS document.documentURI is "abc" 29 document.documentURI = 'abc' 30 PASS document.documentURI is "abc"
|
documentURI.html | 11 <script src="script-tests/documentURI.js"></script>
|
/external/webkit/LayoutTests/storage/domstorage/events/script-tests/ |
documentURI.js | 1 description("Test that changing documentURI has no effects on the uri passed into storage events."); 35 evalAndLog("document.documentURI = 'abc'"); 36 shouldBeEqualToString("document.documentURI", "abc");
|
/external/webkit/WebKit/android/WebCoreSupport/ |
ChromeClientAndroid.cpp | 217 String url = frame->document()->documentURI(); 241 String url = frame->document()->documentURI(); 248 String url = frame->document()->documentURI(); 260 String url = frame->document()->documentURI(); 365 android::WebViewCore::getWebViewCore(frame->view())->exceededDatabaseQuota(frame->document()->documentURI(), name, currentQuota, estimatedSize);
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
DocumentImpl.java | 58 private String documentUri; 456 return documentUri; 459 public void setDocumentURI(String documentUri) { 460 this.documentUri = documentUri;
|
/external/webkit/WebKitTools/DumpRenderTree/ |
AccessibilityUIElement.h | 133 JSStringRef documentURI();
|
AccessibilityUIElement.cpp | 585 JSRetainPtr<JSStringRef> documentURI(Adopt, toAXElement(thisObject)->documentURI()); 586 return JSValueMakeString(context, documentURI.get()); [all...] |
/packages/apps/Mms/src/com/android/mms/dom/ |
DocumentImpl.java | 176 public void setDocumentURI(String documentURI) {}
|
/external/webkit/WebKit/chromium/src/ |
WebPasswordFormData.cpp | 162 KURL fullOrigin(ParsedURLString, form->document()->documentURI());
|
/external/webkit/WebCore/dom/ |
Document.h | 324 String documentURI() const { return m_documentURI; } [all...] |
Document.idl | 79 attribute [ConvertNullStringTo=Null, ConvertNullToNullString] DOMString documentURI;
|
Document.cpp | [all...] |
/libcore/luni/src/main/java/org/w3c/dom/ |
DOMConfiguration.java | 226 * recommended that <code>Document.documentURI</code> will be set so that an 349 * done using <code>Document.documentURI</code>. However, when the feature 355 * resolver instead of using <code>Document.documentURI</code>.
|
Document.java | [all...] |
Node.java | 578 * <code>documentURI</code> attribute from the <code>Document</code> [all...] |
/external/webkit/WebKitTools/DumpRenderTree/gtk/ |
AccessibilityUIElementGtk.cpp | 540 JSStringRef AccessibilityUIElement::documentURI()
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
AccessibilityUIElementWin.cpp | 523 JSStringRef AccessibilityUIElement::documentURI()
|
/libcore/luni/src/main/java/org/apache/xml/utils/ |
UnImplNode.java | [all...] |
/external/webkit/WebCore/platform/graphics/gtk/ |
WebKitWebSourceGStreamer.cpp | 373 request.setHTTPReferrer(document->documentURI());
|
/libcore/luni/src/main/java/org/apache/xml/dtm/ref/ |
DTMNodeProxy.java | [all...] |
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
AccessibilityUIElementMac.mm | 750 JSStringRef AccessibilityUIElement::documentURI()
|
/libcore/luni/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
DOM2DTMdefaultNamespaceDeclarationNode.java | 656 * element if any, and the value of the <code>documentURI</code>
|
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
LSParser.java | 394 * <code>xmlEncoding</code>, <code>documentURI</code>,
|
/external/webkit/WebCore/accessibility/gtk/ |
AccessibilityObjectWrapperAtk.cpp | [all...] |
/external/webkit/WebCore/bindings/objc/ |
PublicDOMInterfaces.h | 98 @property(copy) NSString *documentURI AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER; [all...] |