Home
last modified time | relevance | path

Searched defs:child1 (Results 1 – 25 of 41) sorted by relevance

12

/external/chromium_org/ui/base/models/
Dtree_node_model_unittest.cc73 TestNode* child1 = new TestNode; in TEST_F() local
98 TestNode* child1 = new TestNode; in TEST_F() local
126 TestNode child1; in TEST_F() local
164 TestNode* child1 = new TestNode; in TEST_F() local
197 TestNode* child1 = new TestNode; in TEST_F() local
248 TestNode* child1 = new TestNode; in TEST_F() local
294 TestNode* child1 = new TestNode; in TEST_F() local
316 TestNode* child1 = new TestNode; in TEST_F() local
/external/chromium_org/cc/trees/
Ddamage_tracker_unittest.cc107 scoped_ptr<LayerImpl> child1 = in CreateTestTreeWithTwoSurfaces() local
209 LayerImpl* child1 = root->children()[0]; in TEST_F() local
477 LayerImpl* child1 = root->children()[0]; in TEST_F() local
610 LayerImpl* child1 = root->children()[0]; in TEST_F() local
693 LayerImpl* child1 = root->children()[0]; in TEST_F() local
726 LayerImpl* child1 = root->children()[0]; in TEST_F() local
771 LayerImpl* child1 = root->children()[0]; in TEST_F() local
807 LayerImpl* child1 = root->children()[0]; in TEST_F() local
831 LayerImpl* child1 = root->children()[0]; in TEST_F() local
882 LayerImpl* child1 = root->children()[0]; in TEST_F() local
[all …]
Dlayer_tree_host_common_unittest.cc1903 scoped_refptr<Layer> child1 = Layer::Create(); in TEST_F() local
2796 scoped_refptr<LayerWithForcedDrawsContent> child1 = in TEST_F() local
2944 scoped_refptr<LayerWithForcedDrawsContent> child1 = in TEST_F() local
3106 scoped_refptr<LayerWithForcedDrawsContent> child1 = in TEST_F() local
3195 scoped_refptr<LayerWithForcedDrawsContent> child1 = in TEST_F() local
3302 scoped_refptr<LayerWithForcedDrawsContent> child1 = in TEST_F() local
3373 scoped_refptr<LayerWithForcedDrawsContent> child1 = in TEST_F() local
3443 scoped_refptr<ContentLayer> child1 = CreateDrawableContentLayer(&client); in TEST_F() local
4069 scoped_refptr<LayerWithForcedDrawsContent> child1 = in TEST_F() local
5028 scoped_ptr<LayerImpl> child1 = in TEST_F() local
[all …]
/external/valgrind/main/helgrind/tests/
Dlocked_vs_unlocked1.c27 pthread_t child1, child2; in main() local
Dbar_bad.c12 void* child1 ( void* arg ) in child1() function
Dlocked_vs_unlocked3.c45 pthread_t child1, child2; in main() local
Dtc22_exit_w_lock.c37 pthread_t child1, child2; in main() local
Dlocked_vs_unlocked2.c53 pthread_t child1, child2; in main() local
/external/chromium/chrome/browser/ui/gtk/
Dgtk_expanded_container_unittest.cc53 GtkWidget* child1 = gtk_fixed_new(); in TEST_F() local
71 GtkWidget* child1 = gtk_fixed_new(); in TEST_F() local
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
DFilePreferencesImplTest.java82 Preferences child1 = uroot.node("child1"); in testChildNodes() local
DAbstractPreferencesTest.java209 Preferences child1 = pref.node("child1"); in testChildrenNames() local
604 AbstractPreferences child1 = new MockAbstractPreferences(pref, "child1"); in testParent() local
785 Preferences child1 = pref.node("child1"); in testRemoveNode() local
/external/chromium_org/ui/base/gtk/
Dgtk_expanded_container_unittest.cc70 GtkWidget* child1 = gtk_fixed_new(); in TEST_F() local
88 GtkWidget* child1 = gtk_fixed_new(); in TEST_F() local
/external/chromium_org/ui/views/controls/native/
Dnative_view_host_unittest.cc192 scoped_ptr<Widget> child1(CreateChildForHost(toplevel()->GetNativeView(), in TEST_F() local
257 scoped_ptr<Widget> child1(CreateChildForHost(toplevel()->GetNativeView(), in TEST_F() local
/external/chromium_org/ui/views/controls/tabbed_pane/
Dtabbed_pane_unittest.cc38 View* child1 = new FixedSizeView(gfx::Size(20, 10)); in TEST_F() local
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DViewGroupTest.java33 private View child1; field in ViewGroupTest
/external/chromium_org/cc/layers/
Dlayer_unittest.cc197 scoped_refptr<Layer> child1 = Layer::Create(); in TEST_F() local
242 scoped_refptr<Layer> child1 = Layer::Create(); in TEST_F() local
263 scoped_refptr<Layer> child1 = Layer::Create(); in TEST_F() local
365 scoped_refptr<Layer> child1 = Layer::Create(); in TEST_F() local
/external/chromium_org/components/browser_context_keyed_service/
Ddependency_graph_unittest.cc71 DummyNode child1(&graph); in TEST_F() local
Dbrowser_context_dependency_manager_unittest.cc80 TestService child1("child1", shutdown_order(), manager()); in TEST_F() local
/external/chromium_org/ui/views/controls/
Dsingle_split_view_unittest.cc148 MinimumSizedView *child1 = in TEST() local
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeWizard.java356 Object child1 = adaptor.getChild(t1, i); in _parse() local
424 Object child1 = adaptor.getChild(t1, i); in _equals() local
/external/chromium/chrome/common/extensions/docs/examples/api/contextMenus/basic/
Dsample.js26 var child1 = chrome.contextMenus.create( variable
/external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/basic/
Dsample.js26 var child1 = chrome.contextMenus.create( variable
/external/chromium/chrome/browser/profiles/
Dprofile_dependency_manager_unittest.cc85 TestService child1("child1", shutdown_order(), manager()); in TEST_F() local
/external/chromium_org/third_party/WebKit/Source/core/dom/
DTreeScope.cpp398 const TreeScope* child1 = chain1[--index1]; in comparePosition() local
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMHelper.java361 private static boolean isNodeAfterSibling(Node parent, Node child1, in isNodeAfterSibling()

12