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

  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_win_unittest.cc 19 const int kWindowWidth = 100;
38 // edge of the screen. This must be < kWindowWidth / 2 and < kWindowHeight / 2.
39 const int kWindowNearEdge = kWindowWidth / 4;
41 // edges of the screen. This must be > kWindowWidth / 2, > kWindowHeight / 2, <
42 // kScreenWidth - kWindowWidth / 2 and < kScreenHeight - kWindowHeight / 2.
108 return AppListWin::FindAnchorPoint(gfx::Size(kWindowWidth, kWindowHeight),
127 gfx::Point(kWindowWidth / 2 + kMinDistanceFromEdge,
138 EXPECT_EQ(gfx::Point(kWindowWidth / 2 + kMinDistanceFromEdge,
146 EXPECT_EQ(gfx::Point(kWindowWidth / 2 + kMinDistanceFromEdge,
153 EXPECT_EQ(gfx::Point(kTaskbarSize + kWindowWidth / 2 + kMinDistanceFromEdge
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_positioner_unittest.cc 15 const int kWindowWidth = 100;
32 // edge of the screen. This must be < kWindowWidth / 2 and < kWindowHeight / 2.
33 const int kWindowNearEdge = kWindowWidth / 4;
35 // edges of the screen. This must be > kWindowWidth / 2, > kWindowHeight / 2, <
36 // kScreenWidth - kWindowWidth / 2 and < kScreenHeight - kWindowHeight / 2.
44 gfx::Size view_size(kWindowWidth, kWindowHeight);
125 EXPECT_EQ(gfx::Point(kWindowWidth / 2 + kMinDistanceFromEdge,
131 EXPECT_EQ(gfx::Point(kScreenWidth - kWindowWidth / 2 - kMinDistanceFromEdge,
138 gfx::Point(kWindowWidth / 2 + kMinDistanceFromEdge,
145 gfx::Point(kScreenWidth - kWindowWidth / 2 - kMinDistanceFromEdge
    [all...]
  /external/chromium_org/chrome/browser/ui/views/app_list/linux/
app_list_linux_unittest.cc 20 const int kWindowWidth = 100;
30 // A cursor position that is within kWindowWidth pixels of the shelf.
31 const int kCursorNearShelfX = kShelfSize + kWindowWidth;
32 // A cursor position that is more than kWindowWidth pixels away from the shelf.
40 // edge of the screen. This must be < kWindowWidth / 2 and < kWindowHeight / 2.
41 const int kWindowNearEdge = kWindowWidth / 4;
43 // edges of the screen. This must be > kWindowWidth / 2, > kWindowHeight / 2, <
44 // kScreenWidth - kWindowWidth / 2 and < kScreenHeight - kWindowHeight / 2.
114 return AppListLinux::FindAnchorPoint(gfx::Size(kWindowWidth, kWindowHeight),
158 EXPECT_EQ(gfx::Point(kWindowWidth / 2, kMenuBarSize + kWindowHeight / 2)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/profiles/
user_manager_view.cc 33 const int kWindowWidth = 900;
127 return gfx::Size(kWindowWidth, kWindowHeight);
  /external/chromium_org/ash/shell/
widgets.cc 23 const int kWindowWidth = 400;
117 return gfx::Size(kWindowWidth, kWindowHeight);
138 gfx::Rect bounds(kWindowLeft, kWindowTop, kWindowWidth, kWindowHeight);
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 708 const int kWindowWidth = 123;
711 gfx::Rect bounds(100, 200, kWindowWidth, kWindowHeight);
764 const int kWindowWidth = 800;
767 gfx::Rect bounds(0, 0, kWindowWidth, kWindowHeight);
1009 const int kWindowWidth = 123;
1012 gfx::Rect bounds(100, 200, kWindowWidth, kWindowHeight);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view_ash_browsertest.cc 39 const int kWindowWidth = 300;
41 widget->SetBounds(gfx::Rect(10, 10, kWindowWidth, kWindowHeight));
42 gfx::Point top_edge(kWindowWidth / 2, 0);
46 gfx::Point below_resize(kWindowWidth / 2, ash::kResizeInsideBoundsSize);
  /external/chromium_org/ash/test/
child_modal_window.cc 28 const int kWindowWidth = 400;
54 gfx::Rect(kWindowLeft, kWindowTop, kWindowWidth, kWindowHeight))->Show();
  /external/chromium_org/ui/aura/
window_event_dispatcher_unittest.cc 107 const int kWindowWidth = 123;
109 gfx::Rect bounds1(100, 200, kWindowWidth, kWindowHeight);
110 gfx::Rect bounds2(300, 400, kWindowWidth, kWindowHeight);
    [all...]

Completed in 168 milliseconds