Searched refs:kWindowHeight (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/ui/
H A Duser_manager.h35 static const int kWindowHeight = 600; member in class:UserManager
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_win_unittest.cc20 const int kWindowHeight = 200; member in namespace:__anon5203
38 // edge of the screen. This must be < kWindowWidth / 2 and < kWindowHeight / 2.
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),
128 kScreenHeight - kWindowHeight / 2 - kMinDistanceFromEdge),
139 kScreenHeight - kTaskbarSize - kWindowHeight / 2 -
147 kTaskbarSize + kWindowHeight / 2 + kMinDistanceFromEdge),
154 kWindowHeight / 2 + kMinDistanceFromEdge),
162 kWindowHeight /
[all...]
/external/chromium_org/chrome/browser/ui/views/app_list/linux/
H A Dapp_list_linux_unittest.cc21 const int kWindowHeight = 200; member in namespace:__anon5197
34 // A cursor position that is within kWindowHeight pixels of the shelf.
35 const int kCursorNearShelfY = kShelfSize + kWindowHeight;
36 // A cursor position that is more than kWindowHeight pixels away from the shelf.
40 // edge of the screen. This must be < kWindowWidth / 2 and < kWindowHeight / 2.
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),
169 kScreenHeight - kShelfSize - kWindowHeight /
[all...]
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_positioner_unittest.cc16 const int kWindowHeight = 200; member in namespace:__anon4939
32 // edge of the screen. This must be < kWindowWidth / 2 and < kWindowHeight / 2.
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);
126 kMenuBarSize + kWindowHeight / 2 + kMinDistanceFromEdge),
132 kMenuBarSize + kWindowHeight / 2 + kMinDistanceFromEdge),
139 kScreenHeight - kWindowHeight / 2 - kMinDistanceFromEdge),
146 kScreenHeight - kWindowHeight / 2 - kMinDistanceFromEdge),
157 kMenuBarSize + kWindowHeight /
[all...]
/external/chromium_org/ash/shelf/
H A Dshelf_widget_unittest.cc191 const int kWindowHeight = 200; local
194 params.bounds = gfx::Rect(0, shelf_bounds.y() - kWindowHeight + kOverlapSize,
195 200, kWindowHeight);
226 widget->SetBounds(gfx::Rect(0, shelf_bounds.y() - kWindowHeight +
227 kOverlapSize, 200, kWindowHeight));
/external/chromium_org/ash/shell/
H A Dwidgets.cc24 const int kWindowHeight = 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.cc651 const int kWindowHeight = 45; local
653 gfx::Rect bounds(100, 200, kWindowWidth, kWindowHeight);
702 const int kWindowHeight = 600; local
704 gfx::Rect bounds(0, 0, kWindowWidth, kWindowHeight);
947 const int kWindowHeight = 45; local
949 gfx::Rect bounds(100, 200, kWindowWidth, kWindowHeight);
1019 const int kWindowHeight = 45; local
1021 gfx::Rect bounds(95, 195, kWindowWidth, kWindowHeight);
1088 const int kWindowHeight = 45; local
1090 gfx::Rect bounds(100, 200, kWindowWidth, kWindowHeight);
1288 const int kWindowHeight = 45; local
1332 const int kWindowHeight = 45; local
1374 const int kWindowHeight = 45; local
1419 const int kWindowHeight = 400; local
1584 const int kWindowHeight = 45; local
1704 const int kWindowHeight = 45; local
1900 const int kWindowHeight = 400; local
1983 const int kWindowHeight = 400; local
2040 const int kWindowHeight = 400; local
2521 const int kWindowHeight = 45; local
2581 const int kWindowHeight = 45; local
2622 const int kWindowHeight = 45; local
2694 const int kWindowHeight = 45; local
2731 const int kWindowHeight = 45; local
2793 const int kWindowHeight = 45; local
2867 const int kWindowHeight = 45; local
3000 const int kWindowHeight = 45; local
3055 const int kWindowHeight = 100; local
3120 const int kWindowHeight = 45; local
3218 const int kWindowHeight = 45; local
3259 const int kWindowHeight = 45; local
3327 const int kWindowHeight = 45; local
3369 const int kWindowHeight = 45; local
3412 const int kWindowHeight = 345; local
3467 const int kWindowHeight = 345; local
3556 const int kWindowHeight = 600; local
3614 const int kWindowHeight = 45; local
3654 const int kWindowHeight = 45; local
3692 const int kWindowHeight = 45; local
3788 const int kWindowHeight = 45; local
3818 const int kWindowHeight = 345; local
3875 const int kWindowHeight = 3000; local
3935 const int kWindowHeight = 3000; local
4020 const int kWindowHeight = 45; local
4049 const int kWindowHeight = 45; local
4127 const int kWindowHeight = 45; local
4154 const int kWindowHeight = 400; local
4193 const int kWindowHeight = 400; local
4269 const int kWindowHeight = 400; local
[all...]
/external/chromium_org/ash/test/
H A Dchild_modal_window.cc29 const int kWindowHeight = 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.cc139 UserManager::kWindowHeight));
173 return gfx::Size(UserManager::kWindowWidth, UserManager::kWindowHeight);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view_ash_browsertest.cc40 const int kWindowHeight = 290; local
41 widget->SetBounds(gfx::Rect(10, 10, kWindowWidth, kWindowHeight));
/external/chromium_org/content/test/plugin/
H A Dplugin_windowless_test.cc270 const int kWindowHeight = 400; local
290 else if (flipped_window_y != kWindowHeight - window_y)
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher_unittest.cc109 const int kWindowHeight = 45; local
110 gfx::Rect bounds1(100, 200, kWindowWidth, kWindowHeight);
111 gfx::Rect bounds2(300, 400, kWindowWidth, kWindowHeight);

Completed in 956 milliseconds