Home
last modified time | relevance | path

Searched refs:CreateControlWidget (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/widget/
Dwindow_reorderer_unittest.cc20 Widget* CreateControlWidget(aura::Window* parent, const gfx::Rect& bounds) { in CreateControlWidget() function
55 scoped_ptr<Widget> parent(CreateControlWidget(root_window(), in TEST_F()
71 scoped_ptr<Widget> w1(CreateControlWidget(parent_window, in TEST_F()
75 scoped_ptr<Widget> w2(CreateControlWidget(parent_window, in TEST_F()
133 scoped_ptr<Widget> parent(CreateControlWidget(root_window(), in TEST_F()
194 scoped_ptr<Widget> parent(CreateControlWidget(root_window(), in TEST_F()
220 scoped_ptr<Widget> w(CreateControlWidget(parent_window, in TEST_F()
/external/chromium_org/ui/views/
Dview_unittest_aura.cc24 Widget* CreateControlWidget(aura::Window* parent, const gfx::Rect& bounds) { in CreateControlWidget() function
63 Widget* w1 = CreateControlWidget(GetContext(), gfx::Rect(0, 0, 100, 100)); in TEST_F()
95 CreateControlWidget(w1->GetNativeView(), gfx::Rect(0, 5, 100, 105)); in TEST_F()