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

  /external/chromium_org/ash/display/
screen_position_controller_unittest.cc 102 window_->SetBoundsInScreen(
140 window_->SetBoundsInScreen(
194 window_->SetBoundsInScreen(gfx::Rect(20, 20, 50, 50),
220 window_->SetBoundsInScreen(gfx::Rect(20, 20, 50, 50),
232 window_->SetBoundsInScreen(gfx::Rect(300, 20, 50, 50),
252 window_->SetBoundsInScreen(gfx::Rect(20, 20, 50, 50),
264 window_->SetBoundsInScreen(gfx::Rect(300, 20, 50, 50),
cursor_window_controller.h 57 void SetBoundsInScreen(const gfx::Rect& bounds);
cursor_window_controller.cc 146 SetBoundsInScreen(display.bounds());
207 SetBoundsInScreen(container->bounds());
210 void CursorWindowController::SetBoundsInScreen(const gfx::Rect& bounds) {
screen_position_controller.cc 51 transient_child->SetBoundsInScreen(parent_bounds_in_screen, display);
  /external/chromium_org/ash/drag_drop/
drag_image_view.h 36 void SetBoundsInScreen(const gfx::Rect& bounds);
drag_image_view.cc 56 void DragImageView::SetBoundsInScreen(const gfx::Rect& bounds) {
drag_drop_controller.cc 210 drag_image_->SetBoundsInScreen(drag_image_bounds);
526 drag_image_->SetBoundsInScreen(current_bounds);
  /external/chromium_org/ash/wm/
drag_window_resizer_unittest.cc 163 window_->SetBoundsInScreen(gfx::Rect(0, 0, 50, 60),
181 window_->SetBoundsInScreen(gfx::Rect(0, 0, 50, 60),
200 window_->SetBoundsInScreen(gfx::Rect(0, 0, 50, 60),
222 window_->SetBoundsInScreen(gfx::Rect(0, 0, 700, 500),
247 window_->SetBoundsInScreen(gfx::Rect(0, 0, 700, 500),
289 window->SetBoundsInScreen(gfx::Rect(0, 0, 50, 60),
321 window_->SetBoundsInScreen(
350 window_->SetBoundsInScreen(gfx::Rect(0, 0, 50, 60),
402 window_->SetBoundsInScreen(gfx::Rect(0, 0, 50, 60),
491 window_->SetBoundsInScreen(gfx::Rect(0, 0, 50, 60)
    [all...]
window_util_unittest.cc 42 window->SetBoundsInScreen(gfx::Rect(600, 0, 100, 100),
window_state.h 320 void SetBoundsInScreen(const gfx::Rect& bounds_in_screen);
window_state.cc 294 SetBoundsInScreen(GetRestoreBoundsInScreen());
330 void WindowState::SetBoundsInScreen(
drag_window_resizer.cc 134 GetTarget()->SetBoundsInScreen(dst_bounds, dst_display);
window_state_unittest.cc 85 window->SetBoundsInScreen(gfx::Rect(600, 0, 100, 100),
  /external/chromium_org/ash/
extended_desktop_unittest.cc 628 d1->GetNativeWindow()->SetBoundsInScreen(gfx::Rect(500, 10, 1000, 100),
635 d1->GetNativeWindow()->SetBoundsInScreen(gfx::Rect(500, 10, 1000, 100),
822 window->SetBoundsInScreen(gfx::Rect(150, 10, 50, 50),
830 window->SetBoundsInScreen(gfx::Rect(150, 10, 50, 50),
    [all...]
  /external/chromium_org/ui/aura/
window.h 168 void SetBoundsInScreen(const gfx::Rect& new_bounds_in_screen_coords,
window.cc 452 void Window::SetBoundsInScreen(const gfx::Rect& new_bounds_in_screen,
    [all...]
  /external/chromium_org/ash/wm/overview/
window_grid.cc 416 selection_widget_->GetNativeWindow()->SetBoundsInScreen(
  /external/chromium_org/ash/wm/workspace/
workspace_event_handler_unittest.cc 153 window->SetBoundsInScreen(restored_bounds, ScreenUtil::GetSecondaryDisplay());
workspace_window_resizer_unittest.cc 606 window_->SetBoundsInScreen(gfx::Rect(800, 10, 400, 60),
650 window_->SetBoundsInScreen(gfx::Rect(0, 0, 50, 60),
    [all...]
workspace_layout_manager_unittest.cc 124 window->SetBoundsInScreen(gfx::Rect(600, 0, 100, 100),
    [all...]
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_ash_unittest.cc 684 browser_window->GetNativeWindow()->SetBoundsInScreen(
    [all...]
  /external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc     [all...]
shelf_view.cc 557 drag_image_->SetBoundsInScreen(drag_image_bounds);
    [all...]

Completed in 931 milliseconds