HomeSort by relevance Sort by last modified time
    Searched refs:otherChild (Results 1 - 9 of 9) 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/chromium_org/third_party/WebKit/Source/core/history/
HistoryItem.cpp 393 HistoryItem* otherChild = otherItem->childItemWithDocumentSequenceNumber(child->documentSequenceNumber());
394 if (!otherChild || !child->hasSameDocumentTree(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/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 183 milliseconds