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

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_textparseintolistofelements.java 70 Node grandChild;
93 grandChild = child.getFirstChild();
94 assertNotNull("grandChildNotNull", grandChild);
95 value = grandChild.getNodeValue();
textparseintolistofelements.java 72 Node grandChild;
94 grandChild = child.getFirstChild();
95 assertNotNull("grandChildNotNull", grandChild);
96 value = grandChild.getNodeValue();
  /external/webkit/Source/WebCore/accessibility/
AccessibilityARIAGrid.cpp 120 AccessibilityObject* grandChild = 0;
121 for (grandChild = child->firstChild(); grandChild; grandChild = grandChild->nextSibling())
122 addChild(grandChild, appendedRows, columnCount);
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_textparseintolistofelements.js 99 var grandChild;
134 grandChild = child.firstChild;
136 assertNotNull("grandChildNotNull",grandChild);
137 value = grandChild.nodeValue;
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_textparseintolistofelements.js 99 var grandChild;
134 grandChild = child.firstChild;
136 assertNotNull("grandChildNotNull",grandChild);
137 value = grandChild.nodeValue;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfoTest.java 150 CanvasViewInfo grandChild = includedView.getChildren().get(0);
151 assertNotNull(grandChild);
152 assertEquals("RadioButton", grandChild.getName());
153 assertSame(child21Node, grandChild.getUiViewNode());
154 assertEquals(new Rectangle(10, 50, 69, 4), grandChild.getAbsRect());
155 assertEquals(new Rectangle(10, 50, 69, 5), grandChild.getSelectionRect());
665 ViewInfo grandChild = new ViewInfo("Button", grandChildNode, 0, 20, 70, 25);
666 child.setChildren(Collections.singletonList(grandChild));
    [all...]
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp     [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp     [all...]
  /external/webkit/Source/WebKit/android/nav/
CacheBuilder.cpp 257 Frame* grandChild = child->tree()->firstChild();
258 if (grandChild) {
261 Builder(grandChild)->mDebug.frameName(grandChildNamePtr,
    [all...]

Completed in 294 milliseconds