HomeSort by relevance Sort by last modified time
    Searched refs:getOwnerDocument (Results 1 - 25 of 59) sorted by null

1 2 3

  /libcore/luni/src/test/java/tests/org/w3c/dom/
NodeGetOwnerDocument.java 38 * The method getOwnerDocument returns the Document object associated with this
83 notes = "Verifies that getOwnerDocument method returns null.",
84 method = "getOwnerDocument",
97 ownerDoc = docType.getOwnerDocument();
103 method = "getOwnerDocument",
121 ownerDocDoc = newDoc.getOwnerDocument();
125 ownerDocElem = newElem.getOwnerDocument();
OwnerDocument.java 36 * The "getOwnerDocument()" method returns null if the target
39 * Invoke the "getOwnerDocument()" method on the master
75 notes = "Dosn't verify that getOwnerDocument can return not null value.",
76 method = "getOwnerDocument",
83 ownerDocument = (DocumentType) doc.getOwnerDocument();
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodegetownerdocumentnull.java 31 * The "getOwnerDocument()" method returns null if the target
34 * Invoke the "getOwnerDocument()" method on the master
64 ownerDocument = doc.getOwnerDocument();
nodegetownerdocumentnull.java 31 * The "getOwnerDocument()" method returns null if the target
62 ownerDocument = doc.getOwnerDocument();
hc_nodegetownerdocument.java 67 ownerDocument = docNode.getOwnerDocument();
nodegetownerdocument.java 31 * The "getOwnerDocument()" method returns the Document
35 * returned by the "getOwnerDocument()" method. Invoke
74 ownerDocument = docNode.getOwnerDocument();
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
ownerDocument01.java 34 * The "getOwnerDocument()" method returns null if the target
37 * Invoke the "getOwnerDocument()" method on the master
68 ownerDocument = (DocumentType) doc.getOwnerDocument();
nodegetownerdocument02.java 34 * The method getOwnerDocument returns the Document object associated with this node
85 ownerDocDoc = newDoc.getOwnerDocument();
88 ownerDocElem = newElem.getOwnerDocument();
domimplementationcreatedocumenttype01.java 89 ownerDocument = newDocType.getOwnerDocument();
domimplementationcreatedocumenttype02.java 108 ownerDocument = newDocType.getOwnerDocument();
importNode02.java 81 ownerDocument = aNode.getOwnerDocument();
importNode03.java 82 ownerDocument = aNode.getOwnerDocument();
importNode05.java 89 ownerDocument = aNode.getOwnerDocument();
importNode08.java 85 ownerDocument = aNode.getOwnerDocument();
importNode10.java 86 ownerDocument = aNode.getOwnerDocument();
importNode12.java 88 ownerDocument = entity1.getOwnerDocument();
importNode13.java 87 ownerDocument = aNode.getOwnerDocument();
importNode14.java 84 ownerDocument = aNode.getOwnerDocument();
importNode15.java 82 ownerDocument = aNode.getOwnerDocument();
nodegetownerdocument01.java 34 * The method getOwnerDocument returns the Document object associated with this node
80 ownerDoc = docType.getOwnerDocument();
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRegionElementImpl.java 86 int bbw = ((SMILDocument) getOwnerDocument()).getLayout().getRootLayout().getWidth();
107 int bbh = ((SMILDocument) getOwnerDocument()).getLayout().getRootLayout().getHeight();
162 ((SMILDocument) getOwnerDocument()).getLayout().getRootLayout().getHeight() :
169 int bbh = ((SMILDocument) getOwnerDocument()).getLayout().getRootLayout().getHeight();
195 ((SMILDocument) getOwnerDocument()).getLayout().getRootLayout().getWidth() :
202 int bbw = ((SMILDocument) getOwnerDocument()).getLayout().getRootLayout().getWidth();
261 value *= ((SMILDocument) getOwnerDocument()).getLayout().getRootLayout().getWidth();
263 value *= ((SMILDocument) getOwnerDocument()).getLayout().getRootLayout().getHeight();
SmilRegionMediaElementImpl.java 35 SMILDocument doc = (SMILDocument)this.getOwnerDocument();
SmilParElementImpl.java 58 DocumentEvent doc = (DocumentEvent) SmilParElementImpl.this.getOwnerDocument();
66 DocumentEvent doc = (DocumentEvent) SmilParElementImpl.this.getOwnerDocument();
89 return ((SmilDocumentImpl) mSmilElement.getOwnerDocument()).mSeqTimeContainer;
SmilLayoutElementImpl.java 56 rootLayoutNode = (SMILRootLayoutElement) getOwnerDocument().createElement("root-layout");
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 97 public Document getOwnerDocument() {return pseudoparent.getOwnerDocument();}
149 return getOwnerDocument().setUserData( key, data, handler);
162 return getOwnerDocument().getUserData( key);

Completed in 352 milliseconds

1 2 3