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/linux/
app_list_linux_unittest.cc 19 const int kWindowWidth = 100;
29 // A cursor position that is within kWindowWidth pixels of the shelf.
30 const int kCursorNearShelfX = kShelfSize + kWindowWidth;
31 // A cursor position that is more than kWindowWidth pixels away from the shelf.
39 // edge of the screen. This must be < kWindowWidth / 2 and < kWindowHeight / 2.
40 const int kWindowNearEdge = kWindowWidth / 4;
42 // edges of the screen. This must be > kWindowWidth / 2, > kWindowHeight / 2, <
43 // kScreenWidth - kWindowWidth / 2 and < kScreenHeight - kWindowHeight / 2.
106 return AppListLinux::FindAnchorPoint(gfx::Size(kWindowWidth, kWindowHeight),
122 EXPECT_EQ(gfx::Point(kWindowWidth / 2, kMenuBarSize + kWindowHeight / 2)
    [all...]
  /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.
103 return AppListWin::FindAnchorPoint(gfx::Size(kWindowWidth, kWindowHeight),
120 gfx::Point(kWindowWidth / 2 + kMinDistanceFromEdge,
131 EXPECT_EQ(gfx::Point(kWindowWidth / 2 + kMinDistanceFromEdge,
139 EXPECT_EQ(gfx::Point(kWindowWidth / 2 + kMinDistanceFromEdge,
146 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/frame/
browser_non_client_frame_view_ash_browsertest.cc 38 const int kWindowWidth = 300;
40 widget->SetBounds(gfx::Rect(10, 10, kWindowWidth, kWindowHeight));
41 gfx::Point top_edge(kWindowWidth / 2, 0);
45 gfx::Point below_resize(kWindowWidth / 2, ash::kResizeInsideBoundsSize);
  /external/chromium_org/ash/shell/
widgets.cc 23 const int kWindowWidth = 400;
115 return gfx::Size(kWindowWidth, kWindowHeight);
136 gfx::Rect bounds(kWindowLeft, kWindowTop, kWindowWidth, kWindowHeight);
  /external/chromium_org/chrome/browser/ui/views/
user_manager_view.cc 38 const int kWindowWidth = 900;
140 return gfx::Size(kWindowWidth, kWindowHeight);
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 700 const int kWindowWidth = 123;
703 gfx::Rect bounds(100, 200, kWindowWidth, kWindowHeight);
751 const int kWindowWidth = 800;
754 gfx::Rect bounds(0, 0, kWindowWidth, kWindowHeight);
991 const int kWindowWidth = 123;
994 gfx::Rect bounds(100, 200, kWindowWidth, kWindowHeight);
    [all...]
  /external/chromium_org/ui/views/test/
child_modal_window.cc 26 const int kWindowWidth = 400;
52 gfx::Rect(kWindowLeft, kWindowTop, kWindowWidth, kWindowHeight))->Show();
  /external/chromium_org/ui/aura/
root_window_unittest.cc 105 const int kWindowWidth = 123;
107 gfx::Rect bounds1(100, 200, kWindowWidth, kWindowHeight);
108 gfx::Rect bounds2(300, 400, kWindowWidth, kWindowHeight);
    [all...]

Completed in 123 milliseconds