/external/chromium_org/content/browser/accessibility/ |
browser_accessibility_manager_unittest.cc | 168 // child1 174 tree1_child1.SetName("Child1"); 203 // child1 268 // Check that our references to the root, child1, and child2 are still valid, 300 // child1 315 tree1_child1.SetName("Child1"); 368 // child1 593 AccessibilityNodeData child1; local 594 child1.id = 2; 595 child1.child_ids.push_back(4) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
TreeScope.cpp | 398 const TreeScope* child1 = chain1[--index1]; local 400 if (child1 != child2) { 401 Node* shadowHost1 = child1->rootNode()->parentOrShadowHostNode(); 407 if (child == child1)
|
Node.cpp | 1800 const Node* child1 = chain1[--index1]; local [all...] |
/external/chromium_org/cc/layers/ |
layer_unittest.cc | 197 scoped_refptr<Layer> child1 = Layer::Create(); local 213 EXPECT_SET_NEEDS_FULL_TREE_SYNC(1, parent->InsertChild(child1, 0)); 215 EXPECT_EQ(child1, parent->children()[0]); 217 EXPECT_EQ(parent.get(), child1->parent()); 222 EXPECT_EQ(child1, parent->children()[0]); 231 EXPECT_EQ(child1, parent->children()[0]); 242 scoped_refptr<Layer> child1 = Layer::Create(); local 248 parent->InsertChild(child1, 53); 251 EXPECT_EQ(child1, parent->children()[0]); 257 EXPECT_EQ(child1, parent->children()[0]) 263 scoped_refptr<Layer> child1 = Layer::Create(); local 365 scoped_refptr<Layer> child1 = Layer::Create(); local [all...] |
scrollbar_layer_unittest.cc | 42 scoped_refptr<Layer> child1 = Layer::Create(); local 48 kIsLeftSideVerticalScrollbar, child1->id()); 50 child2 = PaintedScrollbarLayer::Create(scrollbar.Pass(), child1->id()); 52 layer_tree_root->AddChild(child1);
|
/external/chromium_org/chrome/browser/extensions/ |
menu_manager_unittest.cc | 690 MenuItem* child1 = CreateTestItem(extension); local 691 child1->set_type(MenuItem::RADIO); 692 child1->SetChecked(false); 696 ASSERT_FALSE(child1->checked()); 699 manager_.AddChildItem(parent->id(), child1); 700 ASSERT_TRUE(child1->checked()); 703 ASSERT_FALSE(child1->checked()); 710 ASSERT_TRUE(child1->checked()); 714 manager_.ChangeParent(child1->id(), NULL); 716 ASSERT_TRUE(child1->checked()) [all...] |
/external/chromium_org/ui/views/widget/ |
widget_interactive_uitest.cc | 343 Widget* child1 = CreateChildNativeWidgetWithParent(toplevel); local 348 child1->SetBounds(gfx::Rect(10, 10, 300, 300)); 351 child1->GetRootView()->AddChildView(view); 361 // Click on child1 368 EXPECT_TRUE(child1->HasCapture()); 376 EXPECT_FALSE(child1->HasCapture()); 389 EXPECT_FALSE(child1->HasCapture()); 395 EXPECT_FALSE(child1->HasCapture());
|
widget_unittest.cc | 800 Widget* child1 = NewWidget(); local 804 child1->Show(); 809 child1->Hide(); 810 EXPECT_EQ(child1, widget_hidden()); 815 child1->Show(); 816 EXPECT_EQ(child1, widget_shown()); 839 Widget* child1 = NewWidget(); local 842 child1->OnNativeWidgetMove(); 843 EXPECT_EQ(child1, widget_bounds_changed()); 848 child1->OnNativeWidgetSizeChanged(gfx::Size()) [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
HorizontalScrollViewTest.java | 92 TextView child1 = new TextView(mActivity); local 94 scrollView.addView(child1); 109 TextView child1 = new TextView(mActivity); local 111 scrollView.addView(child1, 1); 124 child1 = new TextView(mActivity); 126 scrollView.addView(child1, -1); 152 TextView child1 = new TextView(mActivity); local 154 scrollView.addView(child1, new ViewGroup.LayoutParams(200, 100)); 181 TextView child1 = new TextView(mActivity); local 183 scrollView.addView(child1, 0, new ViewGroup.LayoutParams(200, 100)) [all...] |
ScrollViewTest.java | 111 TextView child1 = new TextView(mActivity); local 113 scrollView.addView(child1); 128 TextView child1 = new TextView(mActivity); local 130 scrollView.addView(child1, 1); 143 child1 = new TextView(mActivity); 145 scrollView.addView(child1, -1); 171 TextView child1 = new TextView(mActivity); local 173 scrollView.addView(child1, new ViewGroup.LayoutParams(200, 100)); 200 TextView child1 = new TextView(mActivity); local 202 scrollView.addView(child1, 0, new ViewGroup.LayoutParams(200, 100)) [all...] |
/external/chromium/chrome/browser/bookmarks/ |
bookmark_model_unittest.cc | 976 BookmarkNode* child1 = AsMutable(parent->GetChild(1)); local [all...] |
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_model_unittest.cc | 978 BookmarkNode* child1 = AsMutable(parent->GetChild(1)); local [all...] |
/external/chromium_org/chrome/browser/history/android/ |
android_provider_backend_unittest.cc | 892 const BookmarkNode* child1 = bookmark_model_->mobile_node()->GetChild(0); local 1599 const BookmarkNode* child1 = bookmark_model_->mobile_node()->GetChild(0); local [all...] |
/libcore/luni/src/test/java/libcore/java/util/prefs/ |
OldPreferencesTest.java | 124 Preferences child1 = pref.node("child1"); local 128 child1.node("subchild1"); 130 assertSame(pref, child1.parent()); 132 assertEquals("child1", pref.childrenNames()[0]); 133 assertEquals(1, child1.childrenNames().length); 134 assertEquals("subchild1", child1.childrenNames()[0]); 607 Preferences child1 = pref.node("child1"); local 613 assertFalse(child1.nodeExists("")) 626 Preferences child1 = null; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasViewInfoTest.java | 84 ViewInfo child1 = new ViewInfo("Button", child1Node, 0, 0, 50, 20); local 87 root.setChildren(Arrays.asList(child1, child2)); 127 ViewInfo child1 = new ViewInfo("CheckBox", null, 0, 0, 50, 20); local 130 root.setChildren(Arrays.asList(child1, child2)); 167 ViewInfo child1 = new ViewInfo("CheckBox", child1Node, 0, 0, 50, 20); local 170 root.setChildren(Arrays.asList(child1, child2)); 209 ViewInfo child1 = new ViewInfo("CheckBox", child1Node, 0, 0, 50, 20); local 212 root.setChildren(Arrays.asList(child1, child2)); 251 ViewInfo child1 = new ViewInfo("CheckBox", child1Node, 0, 0, 50, 20); local 256 root.setChildren(Arrays.asList(child1, child2, child3)) 308 ViewInfo child1 = new ViewInfo("CheckBox", child1Node, 0, 0, 50, 20); local [all...] |
/external/chromium_org/cc/trees/ |
occlusion_tracker_unittest.cc | 1343 typename Types::LayerType* child1 = this->CreateSurface( local 1460 typename Types::LayerType* child1 = this->CreateSurface( local 1957 typename Types::ContentLayerType* child1 = this->CreateDrawingLayer( local [all...] |
layer_tree_host_common_unittest.cc | 1903 scoped_refptr<Layer> child1 = Layer::Create(); local 2796 scoped_refptr<LayerWithForcedDrawsContent> child1 = local 2944 scoped_refptr<LayerWithForcedDrawsContent> child1 = local 3106 scoped_refptr<LayerWithForcedDrawsContent> child1 = local 3195 scoped_refptr<LayerWithForcedDrawsContent> child1 = local 3302 scoped_refptr<LayerWithForcedDrawsContent> child1 = local 3373 scoped_refptr<LayerWithForcedDrawsContent> child1 = local 3443 scoped_refptr<ContentLayer> child1 = CreateDrawableContentLayer(&client); local 4069 scoped_refptr<LayerWithForcedDrawsContent> child1 = local 5028 scoped_ptr<LayerImpl> child1 = local 5076 LayerImpl* child1 = root->children()[0]; local 5175 scoped_ptr<LayerImpl> child1 = local 5226 LayerImpl* child1 = root->children()[0]; local 8937 scoped_ptr<LayerImpl> child1 = local [all...] |
/external/chromium_org/sync/internal_api/ |
sync_manager_impl_unittest.cc | 674 int64 child1 = MakeFolderWithParent( local 685 child1, [all...] |
/external/chromium_org/ui/views/ |
view_unittest.cc | 2766 View* child1 = new View; local 2824 View* child1 = new View; local [all...] |
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/ |
AbstractPreferencesTest.java | 200 // MockAbstractPreferences child1 = new MockAbstractPreferences(pref, 201 // "child1"); 207 // MockAbstractPreferences(child1, 209 Preferences child1 = pref.node("child1"); local 213 child1.node("subchild1"); 215 assertSame(pref, child1.parent()); 604 AbstractPreferences child1 = new MockAbstractPreferences(pref, "child1"); local 605 assertSame(pref, child1.parent()) 785 Preferences child1 = pref.node("child1"); local [all...] |
/prebuilts/devtools/tools/lib/ |
sdk-common.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.pde.core_3.6.1.v20100902_r361.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/ |
sdk-common-22.2.0.jar | |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
compiler.jar | |
/external/antlr/antlr-3.4/lib/ |
antlr-3.4-complete.jar | |