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

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_attrfirstchild.java 66 Node otherChild;
76 otherChild = textNode.getNextSibling();
77 assertNull("nextSiblingIsNull", otherChild);
78 otherChild = textNode.getPreviousSibling();
79 assertNull("previousSiblingIsNull", otherChild);
hc_attrlastchild.java 66 Node otherChild;
76 otherChild = textNode.getNextSibling();
77 assertNull("nextSiblingIsNull", otherChild);
78 otherChild = textNode.getPreviousSibling();
79 assertNull("previousSiblingIsNull", otherChild);
hc_attrsetvalue1.java 65 Node otherChild;
82 otherChild = firstChild.getNextSibling();
83 assertNull("nextSiblingIsNull", otherChild);
hc_attrsetvalue2.java 66 Node otherChild;
85 otherChild = firstChild.getNextSibling();
86 assertNull("nextSiblingIsNull", otherChild);
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_attrfirstchild.js 95 var otherChild;
113 otherChild = textNode.nextSibling;
115 assertNull("nextSiblingIsNull",otherChild);
116 otherChild = textNode.previousSibling;
118 assertNull("previousSiblingIsNull",otherChild);
hc_attrlastchild.js 95 var otherChild;
113 otherChild = textNode.nextSibling;
115 assertNull("nextSiblingIsNull",otherChild);
116 otherChild = textNode.previousSibling;
118 assertNull("previousSiblingIsNull",otherChild);
hc_attrsetvalue1.js 94 var otherChild;
124 otherChild = firstChild.nextSibling;
126 assertNull("nextSiblingIsNull",otherChild);
hc_attrsetvalue2.js 95 var otherChild;
127 otherChild = firstChild.nextSibling;
129 assertNull("nextSiblingIsNull",otherChild);
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_attrfirstchild.js 95 var otherChild;
113 otherChild = textNode.nextSibling;
115 assertNull("nextSiblingIsNull",otherChild);
116 otherChild = textNode.previousSibling;
118 assertNull("previousSiblingIsNull",otherChild);
hc_attrlastchild.js 95 var otherChild;
113 otherChild = textNode.nextSibling;
115 assertNull("nextSiblingIsNull",otherChild);
116 otherChild = textNode.previousSibling;
118 assertNull("previousSiblingIsNull",otherChild);
hc_attrsetvalue1.js 94 var otherChild;
124 otherChild = firstChild.nextSibling;
126 assertNull("nextSiblingIsNull",otherChild);
hc_attrsetvalue2.js 95 var otherChild;
127 otherChild = firstChild.nextSibling;
129 assertNull("nextSiblingIsNull",otherChild);
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java 167 Logger otherChild = new MockLogger(
172 assertNull(otherChild.getParent());
196 assertTrue(manager.addLogger(otherChild));
198 assertSame(foo, otherChild.getParent());
199 assertSame(otherChild, grandson.getParent());
    [all...]
  /external/webkit/Source/WebCore/history/
HistoryItem.cpp 577 HistoryItem* otherChild = otherItem->childItemWithDocumentSequenceNumber(child->documentSequenceNumber());
578 if (!otherChild || !child->hasSameDocumentTree(otherChild))
  /external/webkit/Source/WebCore/dom/
Node.cpp     [all...]

Completed in 205 milliseconds