Searched defs:child3 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/base/models/
H A Dtree_node_model_unittest.cc124 // +-- child3
130 TestNode child3; local
134 root.Add(&child3, 2);
235 // +-- child3
252 TestNode* child3 = new TestNode; local
256 child2->Add(child3, 0);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DViewGroupTest.java35 private ViewGroup child3; field in class:ViewGroupTest
49 child3 = new FrameLayout(context);
55 root.addView(child3);
57 child3.addView(child3a);
58 child3.addView(child3b);
94 assertThat(root.getChildAt(1), sameInstance((View) child3));
104 root.addView(child3, 1);
106 assertThat(root.getChildAt(1), sameInstance((View) child3));
115 child3.setTag("tag3");
118 root.addView(child3,
[all...]
/external/chromium_org/cc/layers/
H A Dlayer_unittest.cc199 scoped_refptr<Layer> child3 = Layer::Create(); local
207 EXPECT_SET_NEEDS_FULL_TREE_SYNC(1, parent->InsertChild(child3, 0));
209 EXPECT_EQ(child3, parent->children()[0]);
210 EXPECT_EQ(parent.get(), child3->parent());
216 EXPECT_EQ(child3, parent->children()[1]);
224 EXPECT_EQ(child3, parent->children()[2]);
233 EXPECT_EQ(child3, parent->children()[2]);
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_model_unittest.cc1005 BookmarkNode* child3 = AsMutable(parent->GetChild(3)); local
1006 child3->SetTitle(ASCIIToUTF16("C"));
1007 delete child3->Remove(child3->GetChild(0));
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common_unittest.cc2553 scoped_refptr<LayerWithForcedDrawsContent> child3 = local
2557 root->AddChild(child3);
2584 SetLayerPropertiesForTesting(child3.get(),
2604 EXPECT_TRUE(child3->visible_content_rect().IsEmpty());
2609 EXPECT_RECT_EQ(gfx::Rect(125, 125, 50, 50), child3->drawable_content_rect());
2701 scoped_refptr<LayerWithForcedDrawsContent> child3 = local
2706 render_surface1->AddChild(child3);
2740 SetLayerPropertiesForTesting(child3.get(),
2770 EXPECT_RECT_EQ(gfx::Rect(0, 0, 50, 50), child3->visible_content_rect());
2774 EXPECT_RECT_EQ(gfx::Rect(125, 125, 50, 50), child3
2934 scoped_refptr<LayerWithForcedDrawsContent> child3 = local
3023 scoped_refptr<LayerWithForcedDrawsContent> child3 = local
3270 scoped_refptr<ContentLayer> child3 = CreateDrawableContentLayer(&client); local
6895 scoped_ptr<LayerImpl> child3 = local
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1426 milliseconds