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

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_attrappendchild5.java 69 Document otherDoc;
71 otherDoc = (Document) load("hc_staff", true);
76 textNode = otherDoc.createTextNode("terday");
hc_attrinsertbefore6.java 70 Document otherDoc;
72 otherDoc = (Document) load("hc_staff", true);
77 textNode = otherDoc.createTextNode("terday");
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_attrappendchild5.js 52 if (typeof(this.otherDoc) != 'undefined') {
53 otherDocRef = this.otherDoc;
55 docsLoaded += preload(otherDocRef, "otherDoc", "hc_staff");
103 var otherDoc;
112 if (typeof(this.otherDoc) != 'undefined') {
113 otherDocRef = this.otherDoc;
115 otherDoc = load(otherDocRef, "otherDoc", "hc_staff");
121 textNode = otherDoc.createTextNode("terday");
hc_attrinsertbefore6.js 52 if (typeof(this.otherDoc) != 'undefined') {
53 otherDocRef = this.otherDoc;
55 docsLoaded += preload(otherDocRef, "otherDoc", "hc_staff");
104 var otherDoc;
113 if (typeof(this.otherDoc) != 'undefined') {
114 otherDocRef = this.otherDoc;
116 otherDoc = load(otherDocRef, "otherDoc", "hc_staff");
122 textNode = otherDoc.createTextNode("terday");
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_attrappendchild5.js 52 if (typeof(this.otherDoc) != 'undefined') {
53 otherDocRef = this.otherDoc;
55 docsLoaded += preload(otherDocRef, "otherDoc", "hc_staff");
103 var otherDoc;
112 if (typeof(this.otherDoc) != 'undefined') {
113 otherDocRef = this.otherDoc;
115 otherDoc = load(otherDocRef, "otherDoc", "hc_staff");
121 textNode = otherDoc.createTextNode("terday");
hc_attrinsertbefore6.js 52 if (typeof(this.otherDoc) != 'undefined') {
53 otherDocRef = this.otherDoc;
55 docsLoaded += preload(otherDocRef, "otherDoc", "hc_staff");
104 var otherDoc;
113 if (typeof(this.otherDoc) != 'undefined') {
114 otherDocRef = this.otherDoc;
116 otherDoc = load(otherDocRef, "otherDoc", "hc_staff");
122 textNode = otherDoc.createTextNode("terday");

Completed in 795 milliseconds