HomeSort by relevance Sort by last modified time
    Searched refs:otherChild (Results 1 - 5 of 5) 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/WebCore/dom/
Node.cpp     [all...]

Completed in 133 milliseconds