HomeSort by relevance Sort by last modified time
    Searched refs:xmlStandalone (Results 1 - 16 of 16) sorted by null

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentsetxmlstandalone02.js 111 newDoc.xmlStandalone = false;
113 standalone = newDoc.xmlStandalone;
116 newDoc.xmlStandalone = true;
118 standalone = newDoc.xmlStandalone;
documentgetxmlstandalone01.js 78 Retreive the xmlStandalone attribute of a document for which standalone was not specified, this
97 standalone = doc.xmlStandalone;
documentsetxmlstandalone01.js 96 doc.xmlStandalone = true;
98 standalone = doc.xmlStandalone;
documentgetxmlstandalone02.js 110 standalone = newDoc.xmlStandalone;
documentgetxmlstandalone03.js 96 standalone = doc.xmlStandalone;
documentgetxmlstandalone04.js 97 standalone = doc.xmlStandalone;
documentgetxmlstandalone05.js 119 standalone = newDoc.xmlStandalone;
  /libcore/luni/src/main/java/org/w3c/dom/
Document.java 518 public void setXmlStandalone(boolean xmlStandalone)
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java 61 private boolean xmlStandalone = false;
444 return xmlStandalone;
447 public void setXmlStandalone(boolean xmlStandalone) {
448 this.xmlStandalone = xmlStandalone;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java     [all...]
  /packages/apps/Mms/src/com/android/mms/dom/
DocumentImpl.java 158 public void setXmlStandalone(boolean xmlStandalone) throws DOMException {}
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java     [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebPageSerializerImpl.cpp 179 if (param->document->xmlStandalone())
  /external/webkit/Source/WebCore/dom/
Document.idl 73 attribute boolean xmlStandalone
Document.h 366 bool xmlStandalone() const { return m_xmlStandalone; }
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 97 @property BOOL xmlStandalone AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
    [all...]

Completed in 986 milliseconds