/external/chromium_org/ash/wm/ |
window_util_unittest.cc | 25 window->SetBoundsInScreen(gfx::Rect(600, 0, 100, 100),
|
drag_window_resizer_unittest.cc | 169 window_->SetBoundsInScreen(gfx::Rect(0, 0, 50, 60), 187 window_->SetBoundsInScreen(gfx::Rect(0, 0, 50, 60), 206 window_->SetBoundsInScreen(gfx::Rect(0, 0, 50, 60), 245 window->SetBoundsInScreen(gfx::Rect(0, 0, 50, 60), 277 window_->SetBoundsInScreen( 306 window_->SetBoundsInScreen(gfx::Rect(0, 0, 50, 60), 358 window_->SetBoundsInScreen(gfx::Rect(0, 0, 50, 60), 447 window_->SetBoundsInScreen(gfx::Rect(0, 0, 50, 60), 465 window_->SetBoundsInScreen( 497 window->SetBoundsInScreen(gfx::Rect(0, 0, 50, 60) [all...] |
solo_window_tracker_unittest.cc | 316 w1->SetBoundsInScreen(gfx::Rect(0, 0, 100, 100), GetPrimaryDisplay()); 320 w2->SetBoundsInScreen(gfx::Rect(0, 0, 100, 100), GetPrimaryDisplay()); 331 w2->SetBoundsInScreen(gfx::Rect(1200, 0, 100, 100), 340 w3->SetBoundsInScreen(gfx::Rect(0, 0, 100, 100), GetPrimaryDisplay()); 343 w4->SetBoundsInScreen(gfx::Rect(0, 0, 100, 100), GetPrimaryDisplay()); 353 w4->SetBoundsInScreen(gfx::Rect(1200, 0, 100, 100), GetSecondaryDisplay()); 359 w3->SetBoundsInScreen(gfx::Rect(1200, 0, 100, 100), GetSecondaryDisplay()); 377 w2->SetBoundsInScreen(gfx::Rect(0, 0, 100, 100), GetPrimaryDisplay());
|
window_state.h | 97 void SetBoundsInScreen(const gfx::Rect& bounds_in_screen);
|
drag_window_resizer.cc | 131 GetTarget()->SetBoundsInScreen(dst_bounds, dst_display);
|
window_state.cc | 210 void WindowState::SetBoundsInScreen(
|
/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),
|
screen_position_controller.cc | 49 transient_child->SetBoundsInScreen(parent_bounds_in_screen, display);
|
/external/chromium_org/ash/drag_drop/ |
drag_image_view.h | 37 void SetBoundsInScreen(const gfx::Rect& bounds);
|
drag_image_view.cc | 58 void DragImageView::SetBoundsInScreen(const gfx::Rect& bounds) {
|
drag_drop_controller.cc | 216 drag_image_->SetBoundsInScreen(drag_image_bounds); 526 drag_image_->SetBoundsInScreen(current_bounds);
|
/external/chromium_org/ash/wm/workspace/ |
workspace_event_handler.cc | 30 window_state->SetBoundsInScreen(maximize_rect_in_screen); 35 window_state->SetBoundsInScreen(restore_bounds_in_screen);
|
workspace_event_handler_unittest.cc | 160 window->SetBoundsInScreen(restored_bounds, ScreenAsh::GetSecondaryDisplay());
|
snap_sizer_unittest.cc | 55 window->SetBoundsInScreen(gfx::Rect(600, 0, 100, 100),
|
workspace_layout_manager_unittest.cc | 109 window->SetBoundsInScreen(gfx::Rect(600, 0, 100, 100),
|
workspace_window_resizer_unittest.cc | 654 window_->SetBoundsInScreen(gfx::Rect(800, 10, 400, 60), 698 window_->SetBoundsInScreen(gfx::Rect(0, 0, 50, 60), [all...] |
/external/chromium_org/ash/wm/overview/ |
window_overview.cc | 213 old_selection->SetBoundsInScreen( 218 selection_widget_->GetNativeWindow()->SetBoundsInScreen(
|
/external/chromium_org/ash/ |
extended_desktop_unittest.cc | 536 d1->GetNativeWindow()->SetBoundsInScreen(gfx::Rect(500, 10, 1000, 100), 543 d1->GetNativeWindow()->SetBoundsInScreen(gfx::Rect(500, 10, 1000, 100), 730 window->SetBoundsInScreen(gfx::Rect(150, 10, 50, 50), 738 window->SetBoundsInScreen(gfx::Rect(150, 10, 50, 50), [all...] |
/external/chromium_org/ui/aura/ |
window.h | 180 void SetBoundsInScreen(const gfx::Rect& new_bounds_in_screen_coords,
|
window.cc | 477 void Window::SetBoundsInScreen(const gfx::Rect& new_bounds_in_screen, [all...] |
/external/chromium_org/chrome/browser/ui/window_sizer/ |
window_sizer_ash_unittest.cc | 661 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...] |