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

  /external/chromium_org/ash/wm/workspace/
workspace_event_handler_unittest.cc 87 gfx::Rect restored_bounds(10, 10, 50, 50);
89 scoped_ptr<aura::Window> window(CreateTestWindow(&delegate, restored_bounds));
111 EXPECT_EQ(restored_bounds.x(), bounds_in_screen.x());
112 EXPECT_EQ(restored_bounds.width(), bounds_in_screen.width());
123 EXPECT_EQ(restored_bounds.ToString(), bounds_in_screen.ToString());
132 EXPECT_EQ(restored_bounds.y(), bounds_in_screen.y());
133 EXPECT_EQ(restored_bounds.height(), bounds_in_screen.height());
141 EXPECT_EQ(restored_bounds.ToString(), window->GetBoundsInScreen().ToString());
152 restored_bounds.SetRect(220, 20, 50, 50);
153 window->SetBoundsInScreen(restored_bounds, ScreenUtil::GetSecondaryDisplay())
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host.h 79 virtual void ShowMaximizedWithBounds(const gfx::Rect& restored_bounds) = 0;
desktop_window_tree_host_x11.h 101 const gfx::Rect& restored_bounds) OVERRIDE;
desktop_native_widget_aura.h 144 const gfx::Rect& restored_bounds) OVERRIDE;
desktop_window_tree_host_win.h 59 const gfx::Rect& restored_bounds) OVERRIDE;
desktop_native_widget_aura.cc 769 const gfx::Rect& restored_bounds) {
772 desktop_window_tree_host_->ShowMaximizedWithBounds(restored_bounds);
    [all...]
desktop_window_tree_host_win.cc 211 const gfx::Rect& restored_bounds) {
212 gfx::Rect pixel_bounds = gfx::win::DIPToScreenRect(restored_bounds);
    [all...]
desktop_window_tree_host_x11.cc 378 const gfx::Rect& restored_bounds) {
381 restored_bounds_ = restored_bounds;
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
native_app_window_cocoa.h 117 NSRect restored_bounds() const { return restored_bounds_; } function in class:NativeAppWindowCocoa
  /external/chromium_org/ui/views/widget/
native_widget_mac.h 68 const gfx::Rect& restored_bounds) OVERRIDE;
native_widget_private.h 191 // Invoked if the initial show should maximize the window. |restored_bounds|
193 virtual void ShowMaximizedWithBounds(const gfx::Rect& restored_bounds) = 0;
native_widget_aura.h 98 const gfx::Rect& restored_bounds) OVERRIDE;
native_widget_aura.cc 479 const gfx::Rect& restored_bounds) {
480 SetRestoreBounds(window_, restored_bounds);
    [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_resizer_unittest.cc 901 const gfx::Rect restored_bounds = w2->bounds(); local
    [all...]

Completed in 139 milliseconds