HomeSort by relevance Sort by last modified time
    Searched refs:CreateTestWindowInShellWithBounds (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/ash/accelerators/
accelerator_commands_unittest.cc 24 CreateTestWindowInShellWithBounds(gfx::Rect(5, 5, 20, 20)));
26 CreateTestWindowInShellWithBounds(gfx::Rect(5, 5, 20, 20)));
accelerator_controller_unittest.cc 430 CreateTestWindowInShellWithBounds(gfx::Rect(5, 5, 20, 20)));
486 CreateTestWindowInShellWithBounds(gfx::Rect(5, 5, 20, 20)));
    [all...]
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager_unittest.cc 107 CreateTestWindowInShellWithBounds(gfx::Rect(1, 2, 3, 4)));
156 CreateTestWindowInShellWithBounds(gfx::Rect(10, -400, 200, 200)));
161 CreateTestWindowInShellWithBounds(gfx::Rect(10, -600, 200, 200)));
182 CreateTestWindowInShellWithBounds(gfx::Rect(1, 2, 30, 40)));
227 CreateTestWindowInShellWithBounds(gfx::Rect(1, 2, 30, 40)));
277 CreateTestWindowInShellWithBounds(gfx::Rect(1, 2, 30, 40)));
359 CreateTestWindowInShellWithBounds(gfx::Rect(12, 20, 30, 40)));
373 CreateTestWindowInShellWithBounds(gfx::Rect(10, 20, 30, 40)));
405 CreateTestWindowInShellWithBounds(window_bounds));
414 CreateTestWindowInShellWithBounds(window_bounds))
    [all...]
  /external/chromium_org/ash/system/overview/
overview_button_tray_unittest.cc 80 CreateTestWindowInShellWithBounds(gfx::Rect(5, 5, 20, 20)));
  /external/chromium_org/ash/test/
ash_test_base.h 71 aura::Window* CreateTestWindowInShellWithBounds(const gfx::Rect& bounds);
ash_test_base.cc 220 aura::Window* AshTestBase::CreateTestWindowInShellWithBounds(
  /external/chromium_org/ash/wm/
window_util_unittest.cc 32 CreateTestWindowInShellWithBounds(gfx::Rect(12, 20, 100, 100)));
mru_window_tracker_unittest.cc 24 return CreateTestWindowInShellWithBounds(gfx::Rect(0, 0, 400, 400));
window_state_unittest.cc 68 CreateTestWindowInShellWithBounds(gfx::Rect(100, 100, 100, 100)));
210 CreateTestWindowInShellWithBounds(gfx::Rect(100, 100, 100, 100)));
231 CreateTestWindowInShellWithBounds(gfx::Rect(100, 100, 100, 100)));
workspace_controller_unittest.cc 114 aura::Window* window = CreateTestWindowInShellWithBounds(bounds);
    [all...]
system_gesture_event_filter_unittest.cc 579 CreateTestWindowInShellWithBounds(gfx::Rect(100, 100)));
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 371 CreateTestWindowInShellWithBounds(gfx::Rect(1, 2, 3, 4)));
387 window.reset(CreateTestWindowInShellWithBounds(gfx::Rect(1, 2, 3, 4)));
429 CreateTestWindowInShellWithBounds(gfx::Rect(1, 2, 3, 4)));
ash_popup_alignment_delegate_unittest.cc 156 CreateTestWindowInShellWithBounds(gfx::Rect(0, 0, 50, 50)));
  /external/chromium_org/ash/wm/panels/
panel_window_resizer_unittest.cc 437 CreateTestWindowInShellWithBounds(gfx::Rect(600, 0, 101, 101)));
panel_layout_manager_unittest.cc 61 return CreateTestWindowInShellWithBounds(bounds);
    [all...]

Completed in 1108 milliseconds