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

  /external/chromium_org/ui/aura/test/
test_windows.h 20 Window* CreateTestWindowWithBounds(const gfx::Rect& bounds, Window* parent);
test_windows.cc 20 Window* CreateTestWindowWithBounds(const gfx::Rect& bounds, Window* parent) {
  /external/chromium_org/ui/aura/
root_window_unittest.cc 225 test::CreateTestWindowWithBounds(root_window_->bounds(), root_window_);
228 test::CreateTestWindowWithBounds(root_window_->bounds(), root_window_);
285 Window* w1 = test::CreateTestWindowWithBounds(gfx::Rect(10, 10, 20, 20),
288 Window* w2 = test::CreateTestWindowWithBounds(gfx::Rect(30, 30, 20, 20),
window_unittest.cc     [all...]
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager_unittest.cc 278 aura::test::CreateTestWindowWithBounds(gfx::Rect(5, 6, 7, 8),
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc     [all...]

Completed in 86 milliseconds