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

  /external/chromium_org/ash/wm/workspace/
workspace_event_handler_unittest.cc 84 gfx::Rect restored_bounds(10, 10, 50, 50);
86 scoped_ptr<aura::Window> window(CreateTestWindow(&wd, restored_bounds));
108 EXPECT_EQ(restored_bounds.x(), bounds_in_screen.x());
109 EXPECT_EQ(restored_bounds.width(), bounds_in_screen.width());
120 EXPECT_EQ(restored_bounds.ToString(), bounds_in_screen.ToString());
132 EXPECT_EQ(restored_bounds.ToString(), bounds_in_screen.ToString());
138 EXPECT_EQ(restored_bounds.y(), bounds_in_screen.y());
139 EXPECT_EQ(restored_bounds.height(), bounds_in_screen.height());
148 EXPECT_EQ(restored_bounds.ToString(), window->GetBoundsInScreen().ToString());
159 restored_bounds.SetRect(220,20, 50, 50)
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_window_util.h 53 const gfx::Rect& restored_bounds);
64 // Update the origin of |bounds| and |restored_bounds| with values gotten
68 gfx::Rect* restored_bounds);
gtk_window_util.cc 186 const gfx::Rect& restored_bounds) {
193 if (bounds.size() == restored_bounds.size())
252 gfx::Rect* restored_bounds) {
257 *restored_bounds = *bounds;
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame_win.h 59 const gfx::Rect& restored_bounds) OVERRIDE;
browser_frame_win.cc 298 const gfx::Rect& restored_bounds) {
300 views::NativeWidgetWin::ShowMaximizedWithBounds(restored_bounds);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host.h 82 virtual void ShowMaximizedWithBounds(const gfx::Rect& restored_bounds) = 0;
desktop_root_window_host_x11.h 85 const gfx::Rect& restored_bounds) OVERRIDE;
desktop_native_widget_aura.h 135 const gfx::Rect& restored_bounds) OVERRIDE;
desktop_root_window_host_win.h 59 const gfx::Rect& restored_bounds) OVERRIDE;
desktop_native_widget_aura.cc 703 const gfx::Rect& restored_bounds) {
706 desktop_root_window_host_->ShowMaximizedWithBounds(restored_bounds);
    [all...]
desktop_root_window_host_win.cc 217 const gfx::Rect& restored_bounds) {
218 gfx::Rect pixel_bounds = gfx::win::DIPToScreenRect(restored_bounds);
    [all...]
desktop_root_window_host_x11.cc 343 const gfx::Rect& restored_bounds) {
344 restored_bounds_ = restored_bounds;
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
native_app_window_cocoa.h 111 NSRect restored_bounds() const { return restored_bounds_; } function in class:NativeAppWindowCocoa
  /external/chromium_org/ui/views/widget/
native_widget_private.h 182 // Invoked if the initial show should maximize the window. |restored_bounds|
184 virtual void ShowMaximizedWithBounds(const gfx::Rect& restored_bounds) = 0;
native_widget_aura.h 100 const gfx::Rect& restored_bounds) OVERRIDE;
native_widget_win.h 115 const gfx::Rect& restored_bounds) OVERRIDE;
native_widget_aura.cc 474 const gfx::Rect& restored_bounds) {
475 SetRestoreBounds(window_, restored_bounds);
    [all...]
native_widget_win.cc 308 const gfx::Rect& restored_bounds) {
309 gfx::Rect pixel_bounds = gfx::win::DIPToScreenRect(restored_bounds);
    [all...]
  /external/chromium/chrome/browser/ui/
browser.cc 799 gfx::Rect restored_bounds = override_bounds_; local
801 WindowSizer::GetBrowserWindowBounds(app_name_, restored_bounds, this,
802 &restored_bounds, &maximized);
803 return restored_bounds;
818 gfx::Rect restored_bounds;
820 WindowSizer::GetBrowserWindowBounds(app_name_, restored_bounds, this,
821 &restored_bounds, &maximized);
    [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_resizer_unittest.cc 823 const gfx::Rect restored_bounds = w2->bounds(); local
    [all...]

Completed in 430 milliseconds