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

  /external/chromium_org/ash/shell/
widgets.cc 24 const int kWindowHeight = 400;
115 return gfx::Size(kWindowWidth, kWindowHeight);
136 gfx::Rect bounds(kWindowLeft, kWindowTop, kWindowWidth, kWindowHeight);
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 646 const int kWindowHeight = 45;
648 gfx::Rect bounds(100, 200, kWindowWidth, kWindowHeight);
691 const int kWindowHeight = 600;
693 gfx::Rect bounds(0, 0, kWindowWidth, kWindowHeight);
931 const int kWindowHeight = 45;
933 gfx::Rect bounds(100, 200, kWindowWidth, kWindowHeight);
    [all...]
  /external/chromium_org/ui/views/test/
child_modal_window.cc 27 const int kWindowHeight = 400;
52 gfx::Rect(kWindowLeft, kWindowTop, kWindowWidth, kWindowHeight))->Show();
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view_ash_browsertest.cc 38 const int kWindowHeight = 290;
39 widget->SetBounds(gfx::Rect(10, 10, kWindowWidth, kWindowHeight));
51 widget->SetBounds(gfx::Rect(10, 0, kWindowWidth, kWindowHeight));
  /external/chromium_org/content/test/plugin/
plugin_windowless_test.cc 276 const int kWindowHeight = 400;
296 else if (flipped_window_y != kWindowHeight - window_y)
  /external/chromium_org/ui/aura/
root_window_unittest.cc 103 const int kWindowHeight = 45;
104 gfx::Rect bounds1(100, 200, kWindowWidth, kWindowHeight);
105 gfx::Rect bounds2(300, 400, kWindowWidth, kWindowHeight);

Completed in 189 milliseconds