/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTableRowsCollection.cpp | 75 for (Node* grandchild = child->firstChild(); grandchild; grandchild = grandchild->nextSibling()) { 76 if (isHTMLTableRowElement(grandchild)) 77 return toHTMLTableRowElement(grandchild); 93 for (Node* grandchild = child->firstChild(); grandchild; grandchild = grandchild->nextSibling()) [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/Layout/ |
subtree-detaching.html | 12 var grandChild = document.createElement("div"); 13 child.appendChild(grandChild);
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
TreeNodeTest.cpp | 174 : grandChild(TestTree::create()) 181 middleChild->appendChild(grandChild.get()); 184 RefPtr<TestTree> grandChild; 194 trio.grandChild.get(), trio.lastChild.get() 211 trio.grandChild.get(), trio.middleChild.get(), trio.lastChild.get(), trio.root.get()
|
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/ |
FilePreferencesImplTest.java | 84 Preferences grandchild = child1.node("grand"); local 85 assertNotNull(grandchild); 106 grandchild = child1.node("grand");
|
AbstractPreferencesTest.java | 524 Preferences grandchild = pref.node("child/grandchild"); local 525 assertSame(grandchild, child.childSpi("grandchild")); 526 assertSame(grandchild, child.cachedChildrenImpl()[0]); 527 grandchild.removeNode(); 528 assertNotSame(grandchild, pref.node("child/grandchild")); 530 grandchild = pref.node("child3/grandchild"); 570 Preferences grandchild = pref.node("child\/grandchild"); local 786 Preferences grandchild = child.node("grandchild"); local 1207 MockAbstractPreferences grandchild = new MockAbstractPreferences(child, local [all...] |
/external/chromium_org/ui/events/ |
event_processor_unittest.cc | 112 scoped_ptr<BoundsTestTarget> grandchild(new BoundsTestTarget()); 116 grandchild->set_bounds(gfx::Rect(5, 5, 5, 5)); 118 child->AddChild(scoped_ptr<TestEventTarget>(grandchild.Pass())); 131 // the default event-targeter used, the event will still reach |grandchild|,
|
/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/clang/test/Analysis/ |
inline.cpp | 121 class Grandchild : public Child {}; 124 Grandchild x; 169 class Grandchild : virtual public Child {}; 172 Grandchild x; 354 struct Grandchild : public A {}; 383 Grandchild *g = new (b) Grandchild();
|
/external/chromium_org/tools/clang/plugins/tests/ |
base_refcounted.h | 104 // Unsafe; A grandchild class ends up exposing their parent and grandparent's 113 // Unsafe; A grandchild ends up implicitly exposing their parent and
|
/libcore/luni/src/test/java/libcore/java/util/prefs/ |
OldPreferencesTest.java | 382 Preferences grandchild = pref.node("child/grandchild"); local 384 assertTrue(pref.nodeExists("child/grandchild")); 385 grandchild.removeNode(); 387 assertFalse(pref.nodeExists("child/grandchild")); 388 assertFalse(grandchild.nodeExists("")); 390 assertFalse(pref.nodeExists("child2/grandchild")); 391 pref.node("child2/grandchild"); 392 assertTrue(pref.nodeExists("child2/grandchild")); 608 Preferences grandchild = child.node("grandchild") local [all...] |
OldFilePreferencesImplTest.java | 30 Preferences grandchild = child1.node("grand"); local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasViewInfoTest.java | 151 CanvasViewInfo grandChild = includedView.getChildren().get(0); 152 assertNotNull(grandChild); 153 assertEquals("RadioButton", grandChild.getName()); 154 assertSame(child21Node, grandChild.getUiViewNode()); 155 assertEquals(new Rectangle(10, 50, 69, 4), grandChild.getAbsRect()); 156 assertEquals(new Rectangle(10, 50, 69, 5), grandChild.getSelectionRect()); 666 ViewInfo grandChild = new ViewInfo("Button", grandChildNode, 0, 20, 70, 25); 667 child.setChildren(Collections.singletonList(grandChild)); [all...] |
/external/chromium/chrome/browser/sync/syncable/ |
syncable_unittest.cc | 878 MutableEntry grandchild(&wtrans, CREATE, child.Get(ID), "Bob"); 879 ASSERT_TRUE(grandchild.good()); 880 grandchild.Put(ID, id_factory.NewServerId()); 881 grandchild.Put(BASE_VERSION, 1); 882 ASSERT_TRUE(grandchild.Put(IS_DEL, true)); 886 ASSERT_TRUE(grandchild.Put(IS_DEL, false)); 888 grandchild_handle = grandchild.Get(META_HANDLE); 894 MutableEntry grandchild(&wtrans, GET_BY_HANDLE, grandchild_handle); 895 grandchild.Put(IS_DEL, true); // Used to CHECK fail here. 918 MutableEntry grandchild(&wtrans, CREATE, child.Get(ID), "Bob") [all...] |
/external/chromium_org/sync/syncable/ |
syncable_unittest.cc | [all...] |
/external/iputils/ninfod/ |
ninfod_core.c | 458 pid_t grandchild = fork(); local 459 if (grandchild < 0) 461 if (grandchild == 0) {
|
/external/chromium_org/ash/wm/ |
solo_window_tracker.cc | 197 // |window| may be a grandchild of |containers_|.
|
/external/chromium_org/sync/engine/ |
syncer_unittest.cc | [all...] |
/external/chromium_org/ui/views/controls/native/ |
native_view_host_unittest.cc | 185 // grandchild as child widget of host0.
|
/external/chromium/chrome/browser/sync/engine/ |
syncer_unittest.cc | 855 MutableEntry grandchild(&wtrans, syncable::CREATE, ids_.FromNumber(101), 857 ASSERT_TRUE(grandchild.good()); 858 grandchild.Put(syncable::ID, ids_.FromNumber(102)); 859 grandchild.Put(syncable::IS_UNSYNCED, true); 860 grandchild.Put(syncable::SPECIFICS, DefaultBookmarkSpecifics()); 861 grandchild.Put(syncable::BASE_VERSION, 1); [all...] |
/external/chromium_org/tools/valgrind/ |
common.py | 44 # grandchild process, so we have to read the child and print the data as if
|
/external/chromium_org/cc/trees/ |
layer_tree_host_unittest_context.cc | 790 FakeContentLayerImpl* grandchild = static_cast<FakeContentLayerImpl*>( variable 798 EXPECT_EQ(0u, grandchild->lost_output_surface_count()); 806 EXPECT_GE(1u, grandchild->lost_output_surface_count()); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_logging.py | 256 GRANDCHILD = logging.getLogger("INF.BADPARENT.UNDEF") 261 GRANDCHILD.log(logging.FATAL, m()) 262 GRANDCHILD.info(m()) 267 GRANDCHILD.debug(m()) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_logging.py | 256 GRANDCHILD = logging.getLogger("INF.BADPARENT.UNDEF") 261 GRANDCHILD.log(logging.FATAL, m()) 262 GRANDCHILD.info(m()) 267 GRANDCHILD.debug(m()) [all...] |
/external/guava/guava/src/com/google/common/collect/ |
MinMaxPriorityQueue.java | 692 * @return the position of the new hole (where the lowest grandchild moved 693 * from, that had no grandchild to replace it)
|