Searched refs:kWindowWidth (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/
H A Duser_manager.h34 static const int kWindowWidth = 800; member in class:UserManager
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_win_unittest.cc19 const int kWindowWidth = 100; member in namespace:__anon5203
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 /
[all...]
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_positioner_unittest.cc15 const int kWindowWidth = 100; member in namespace:__anon4939
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 /
[all...]
/external/chromium_org/chrome/browser/ui/views/app_list/linux/
H A Dapp_list_linux_unittest.cc20 const int kWindowWidth = 100; member in namespace:__anon5197
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 /
[all...]
/external/chromium_org/ash/shell/
H A Dwidgets.cc23 const int kWindowWidth = 400; member in namespace:__anon1952
117 return gfx::Size(kWindowWidth, kWindowHeight);
138 gfx::Rect bounds(kWindowLeft, kWindowTop, kWindowWidth, kWindowHeight);
/external/chromium_org/ui/aura/gestures/
H A Dgesture_recognizer_unittest.cc650 const int kWindowWidth = 123; local
653 gfx::Rect bounds(100, 200, kWindowWidth, kWindowHeight);
701 const int kWindowWidth = 800; local
704 gfx::Rect bounds(0, 0, kWindowWidth, kWindowHeight);
946 const int kWindowWidth = 123; local
949 gfx::Rect bounds(100, 200, kWindowWidth, kWindowHeight);
1018 const int kWindowWidth = 123; local
1021 gfx::Rect bounds(95, 195, kWindowWidth, kWindowHeight);
1087 const int kWindowWidth = 123; local
1090 gfx::Rect bounds(100, 200, kWindowWidth, kWindowHeigh
1287 const int kWindowWidth = 123; local
1331 const int kWindowWidth = 123; local
1373 const int kWindowWidth = 123; local
1418 const int kWindowWidth = 300; local
1583 const int kWindowWidth = 123; local
1703 const int kWindowWidth = 123; local
1899 const int kWindowWidth = 300; local
1982 const int kWindowWidth = 300; local
2039 const int kWindowWidth = 300; local
2520 const int kWindowWidth = 123; local
2580 const int kWindowWidth = 123; local
2621 const int kWindowWidth = 123; local
2693 const int kWindowWidth = 123; local
2730 const int kWindowWidth = 123; local
2792 const int kWindowWidth = 123; local
2866 const int kWindowWidth = 523; local
2999 const int kWindowWidth = 123; local
3054 const int kWindowWidth = 123; local
3119 const int kWindowWidth = 123; local
3217 const int kWindowWidth = 123; local
3258 const int kWindowWidth = 123; local
3326 const int kWindowWidth = 123; local
3368 const int kWindowWidth = 123; local
3411 const int kWindowWidth = 234; local
3466 const int kWindowWidth = 234; local
3555 const int kWindowWidth = 800; local
3613 const int kWindowWidth = 123; local
3653 const int kWindowWidth = 123; local
3691 const int kWindowWidth = 123; local
3787 const int kWindowWidth = 123; local
3817 const int kWindowWidth = 234; local
3874 const int kWindowWidth = 3000; local
3934 const int kWindowWidth = 3000; local
4019 const int kWindowWidth = 123; local
4048 const int kWindowWidth = 123; local
4126 const int kWindowWidth = 123; local
4153 const int kWindowWidth = 300; local
4192 const int kWindowWidth = 300; local
4268 const int kWindowWidth = 300; local
[all...]
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view_ash_browsertest.cc39 const int kWindowWidth = 300; local
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/
H A Dchild_modal_window.cc28 const int kWindowWidth = 400; member in namespace:ash::test::__anon2018
54 gfx::Rect(kWindowLeft, kWindowTop, kWindowWidth, kWindowHeight))->Show();
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Duser_manager_view.cc138 bounds.ClampToCenteredSize(gfx::Size(UserManager::kWindowWidth,
173 return gfx::Size(UserManager::kWindowWidth, UserManager::kWindowHeight);
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher_unittest.cc108 const int kWindowWidth = 123; local
110 gfx::Rect bounds1(100, 200, kWindowWidth, kWindowHeight);
111 gfx::Rect bounds2(300, 400, kWindowWidth, kWindowHeight);

Completed in 229 milliseconds