HomeSort by relevance Sort by last modified time
    Searched full:documenturi (Results 1 - 25 of 29) sorted by null

1 2

  /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");
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java 59 private String documentUri;
457 return documentUri;
460 public void setDocumentURI(String documentUri) {
461 this.documentUri = documentUri;
  /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);
  /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 319 String documentURI() const { return m_documentURI; }
    [all...]
Document.idl 79 attribute [ConvertNullStringTo=Null, ConvertNullToNullString] DOMString documentURI;
Document.cpp     [all...]
  /dalvik/libcore/xml/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...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
UnImplNode.java     [all...]
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
AccessibilityUIElementGtk.cpp 540 JSStringRef AccessibilityUIElement::documentURI()
  /external/webkit/WebKitTools/DumpRenderTree/win/
AccessibilityUIElementWin.cpp 523 JSStringRef AccessibilityUIElement::documentURI()
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java     [all...]
  /external/webkit/WebCore/platform/graphics/gtk/
WebKitWebSourceGStreamer.cpp 373 request.setHTTPReferrer(document->documentURI());
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 656 * element if any, and the value of the <code>documentURI</code>
  /external/webkit/WebKitTools/DumpRenderTree/mac/
AccessibilityUIElementMac.mm 750 JSStringRef AccessibilityUIElement::documentURI()
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
LSParser.java 394 * <code>xmlEncoding</code>, <code>documentURI</code>,
  /frameworks/base/awt/javax/imageio/metadata/
IIOMetadataNode.java 599 * documentURI attribute from the Document interface otherwise.
    [all...]
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp     [all...]

Completed in 1851 milliseconds

1 2