Home
last modified time | relevance | path

Searched refs:CreateTestWindowInShell (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ash/wm/
Dvideo_detector_unittest.cc103 CreateTestWindowInShell(SK_ColorRED, 12345, window_bounds)); in TEST_F()
172 CreateTestWindowInShell(SK_ColorRED, 12345, window_bounds)); in TEST_F()
188 CreateTestWindowInShell(SK_ColorRED, 12345, window_bounds)); in TEST_F()
231 CreateTestWindowInShell(SK_ColorRED, 12345, window_bounds)); in TEST_F()
233 CreateTestWindowInShell(SK_ColorBLUE, 23456, window_bounds)); in TEST_F()
254 CreateTestWindowInShell(SK_ColorRED, 12345, window_bounds)); in TEST_F()
280 CreateTestWindowInShell(SK_ColorRED, 12345, window_bounds)); in TEST_F()
Dresize_shadow_and_cursor_unittest.cc69 aura::Window* child = CreateTestWindowInShell( in SetUp()
Dwindow_manager_unittest.cc152 scoped_ptr<aura::Window> w1(CreateTestWindowInShell( in TEST_F()
641 scoped_ptr<aura::Window> w1(CreateTestWindowInShell( in TEST_F()
758 scoped_ptr<aura::Window> w1(CreateTestWindowInShell( in TEST_F()
/external/chromium_org/ash/test/
Dash_test_base.h77 aura::Window* CreateTestWindowInShell(SkColor color,
Dash_test_base.cc232 aura::Window* AshTestBase::CreateTestWindowInShell(SkColor color, in CreateTestWindowInShell() function in ash::test::AshTestBase