HomeSort by relevance Sort by last modified time
    Searched refs:GetBoundsInScreen (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager_unittest.cc 169 gfx::Rect initial_bounds = window->GetBoundsInScreen();
180 gfx::Rect initial_bounds = window->GetBoundsInScreen();
190 EXPECT_EQ(initial_bounds.x(), window->GetBoundsInScreen().x());
191 EXPECT_EQ(initial_bounds.y() + dy, window->GetBoundsInScreen().y());
218 EXPECT_EQ(initial_bounds.y() + dy, window->GetBoundsInScreen().y());
244 window->GetBoundsInScreen().right());
260 w1->GetBoundsInScreen().right());
263 w2->GetBoundsInScreen().right());
267 int gap1 = w1->GetBoundsInScreen().y();
268 int gap2 = w2->GetBoundsInScreen().y() - w1->GetBoundsInScreen().bottom()
    [all...]
docked_window_resizer_unittest.cc 181 gfx::Rect initial_bounds = window->GetBoundsInScreen();
192 gfx::Rect initial_bounds = window->GetBoundsInScreen();
202 EXPECT_EQ(initial_bounds.x(), window->GetBoundsInScreen().x());
203 EXPECT_EQ(initial_bounds.y() + dy, window->GetBoundsInScreen().y());
230 EXPECT_EQ(initial_bounds.y() + dy, window->GetBoundsInScreen().y());
259 window->GetBoundsInScreen().right());
274 window->GetBoundsInScreen().right());
289 window->GetBoundsInScreen().right());
304 window->GetBoundsInScreen().x());
319 window->GetBoundsInScreen().x())
    [all...]
docked_window_layout_manager.cc 190 const gfx::Rect& bounds(window->GetBoundsInScreen());
192 layout_manager->dock_container_->GetBoundsInScreen() :
467 const gfx::Rect& bounds(window->GetBoundsInScreen());
468 const gfx::Rect docked_bounds = dock_container_->GetBoundsInScreen();
579 dock_container_->GetBoundsInScreen().OffsetFromOrigin();
  /external/chromium_org/ash/wm/
window_util_unittest.cc 24 EXPECT_EQ("200,126 100x100", window->GetBoundsInScreen().ToString());
29 EXPECT_EQ("750,126 100x100", window->GetBoundsInScreen().ToString());
custom_frame_view_ash_unittest.cc 157 gfx::Point center = view->GetBoundsInScreen().CenterPoint();
167 center = view->GetBoundsInScreen().CenterPoint();
173 generator.GestureTapAt(view->GetBoundsInScreen().CenterPoint());
176 generator.GestureTapAt(view->GetBoundsInScreen().CenterPoint());
179 generator.GestureTapDownAndUp(view->GetBoundsInScreen().CenterPoint());
182 generator.GestureTapDownAndUp(view->GetBoundsInScreen().CenterPoint());
202 gfx::Point center = view->GetBoundsInScreen().CenterPoint();
225 center = view->GetBoundsInScreen().CenterPoint();
242 center = view->GetBoundsInScreen().CenterPoint();
258 center = view->GetBoundsInScreen().CenterPoint()
    [all...]
drag_window_controller.cc 38 CreateDragWidget(window_->GetBoundsInScreen());
maximize_bubble_controller.cc 455 owner_->frame_maximize_button()->GetBoundsInScreen();
492 if (!owner_->frame_maximize_button()->GetBoundsInScreen().Contains(
505 owner_->frame_maximize_button()->GetBoundsInScreen().Contains(
517 contents_view_->GetBoundsInScreen().Contains(screen_point));
855 if (!GetBoundsInScreen().Contains(screen_location))
window_selector.cc 68 src_window->GetBoundsInScreen(), target_display);
70 widget->SetBounds(src_window->GetBoundsInScreen());
281 const gfx::Rect bounds = window_->GetBoundsInScreen();
  /external/chromium_org/ash/wm/panels/
panel_window_resizer_unittest.cc 105 gfx::Rect initial_bounds = window->GetBoundsInScreen();
110 EXPECT_EQ(initial_bounds.x(), window->GetBoundsInScreen().x());
111 EXPECT_EQ(initial_bounds.y(), window->GetBoundsInScreen().y());
115 EXPECT_EQ(initial_bounds.x() + dx * 100, window->GetBoundsInScreen().x());
116 EXPECT_EQ(initial_bounds.y() + dy * 100, window->GetBoundsInScreen().y());
134 EXPECT_EQ(initial_bounds.x(), window->GetBoundsInScreen().x());
135 EXPECT_EQ(initial_bounds.y(), window->GetBoundsInScreen().y());
285 gfx::Rect initial_bounds = window->GetBoundsInScreen();
291 EXPECT_EQ(initial_bounds.x(), window->GetBoundsInScreen().x());
292 EXPECT_EQ(initial_bounds.y() - 100, window->GetBoundsInScreen().y())
    [all...]
panel_layout_manager_unittest.cc 101 gfx::Rect panel_bounds_in_screen = panel->GetBoundsInScreen();
130 gfx::Rect window_bounds = panel->GetBoundsInScreen();
173 gfx::Rect panel_bounds = panel->GetBoundsInScreen();
227 gfx::Rect bounds = test_api.GetButton(index)->GetBoundsInScreen();
340 gfx::Rect shelf_visible_position = panel->GetBoundsInScreen();
347 EXPECT_EQ(shelf_visible_position.x(), panel->GetBoundsInScreen().x());
348 EXPECT_GT(panel->GetBoundsInScreen().y(), shelf_visible_position.y());
630 EXPECT_FALSE(root_windows[1]->GetBoundsInScreen().Contains(
631 p1_d1->GetBoundsInScreen()));
640 EXPECT_TRUE(root_windows[1]->GetBoundsInScreen().Contains
    [all...]
  /external/chromium_org/ash/wm/workspace/
workspace_event_handler_unittest.cc 107 gfx::Rect bounds_in_screen = window->GetBoundsInScreen();
117 bounds_in_screen = window->GetBoundsInScreen();
129 bounds_in_screen = window->GetBoundsInScreen();
135 bounds_in_screen = window->GetBoundsInScreen();
146 EXPECT_EQ(restored_bounds.ToString(), window->GetBoundsInScreen().ToString());
172 bounds_in_screen = window->GetBoundsInScreen();
182 EXPECT_EQ(restored_bounds.ToString(), window->GetBoundsInScreen().ToString());
187 bounds_in_screen = window->GetBoundsInScreen();
197 EXPECT_EQ(restored_bounds.ToString(), window->GetBoundsInScreen().ToString());
workspace_layout_manager_unittest.cc 77 EXPECT_EQ("600,0 100x100", window->GetBoundsInScreen().ToString());
141 EXPECT_EQ("300,0 400x452", window->GetBoundsInScreen().ToString());
145 EXPECT_EQ("400,0 30x40", window->GetBoundsInScreen().ToString());
152 EXPECT_EQ("300,0 400x452", window->GetBoundsInScreen().ToString());
156 EXPECT_EQ("280,0 30x40", window->GetBoundsInScreen().ToString());
191 EXPECT_EQ("300,0 400x500", window->GetBoundsInScreen().ToString());
195 EXPECT_EQ("400,0 30x40", window->GetBoundsInScreen().ToString());
203 EXPECT_EQ("300,0 400x500", window->GetBoundsInScreen().ToString());
207 EXPECT_EQ("280,0 30x40", window->GetBoundsInScreen().ToString());
phantom_window_controller.cc 108 start_bounds_ = window_->GetBoundsInScreen();
  /external/chromium_org/chrome/browser/ui/ash/tabs/
dock_info_ash.cc 29 return window->GetBoundsInScreen().Contains(screen_point) ? window : NULL;
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_ash.cc 40 browser->window()->GetNativeWindow()->GetBoundsInScreen()));
94 bounds_in_screen.Intersects(window->GetBoundsInScreen()) &&
183 gfx::Rect active_area = active->GetBoundsInScreen();
226 *bounds_in_screen = top_window->GetBoundsInScreen();
  /external/chromium_org/ash/system/tray/
system_tray_unittest.cc 309 gfx::Rect tray_bounds = tray->GetBoundsInScreen();
317 tray_bounds = tray->GetBoundsInScreen();
325 tray_bounds = tray->GetBoundsInScreen();
333 tray_bounds = tray->GetBoundsInScreen();
tray_event_filter.cc 90 bounds = wrapper->tray()->GetBoundsInScreen();
system_tray.cc 351 return notification_bubble_->bubble_view()->GetBoundsInScreen().Contains(
551 0, work_area.height() - bubble_view->GetBoundsInScreen().y());
554 0, bubble_view->GetBoundsInScreen().bottom() - work_area.y());
  /external/chromium_org/ui/views/examples/
widget_example.cc 88 params.bounds = gfx::Rect(sender->GetBoundsInScreen().CenterPoint(),
  /external/chromium_org/ash/drag_drop/
drag_drop_tracker_unittest.cc 76 EXPECT_EQ("0,0 100x100", window0->GetBoundsInScreen().ToString());
77 EXPECT_EQ("300,100 100x100", window1->GetBoundsInScreen().ToString());
  /external/chromium_org/ash/launcher/
launcher.cc 98 window->GetBoundsInScreen()).CenterPoint());
  /external/chromium_org/ui/app_list/views/
search_box_view.cc 166 menu_button_->GetBoundsInScreen().bottom_right() +
  /external/chromium_org/ash/shelf/
shelf_widget.cc 214 bool inside = owner_->GetBoundsInScreen().Contains(event->root_location());
224 touch_inside = owner_->GetBoundsInScreen().Contains(event->root_location());
448 return dimmer_view_->GetBoundsInScreen();
  /external/chromium_org/ash/display/
screen_position_controller.cc 48 gfx::Rect parent_bounds_in_screen = transient_child->GetBoundsInScreen();
  /external/chromium_org/ash/system/user/
tray_user_unittest.cc 98 gfx::Point center = tray()->GetBoundsInScreen().CenterPoint();

Completed in 1699 milliseconds

1 2 3