HomeSort by relevance Sort by last modified time
    Searched refs:restored_bounds (Results 1 - 19 of 19) 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());
118 EXPECT_EQ(restored_bounds.ToString(), bounds_in_screen.ToString());
130 EXPECT_EQ(restored_bounds.ToString(), bounds_in_screen.ToString());
136 EXPECT_EQ(restored_bounds.y(), bounds_in_screen.y());
137 EXPECT_EQ(restored_bounds.height(), bounds_in_screen.height());
146 EXPECT_EQ(restored_bounds.ToString(), window->GetBoundsInScreen().ToString());
157 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 57 const gfx::Rect& restored_bounds) OVERRIDE;
browser_frame_win.cc 286 const gfx::Rect& restored_bounds) {
288 views::NativeWidgetWin::ShowMaximizedWithBounds(restored_bounds);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host.h 56 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 121 const gfx::Rect& restored_bounds) OVERRIDE;
desktop_root_window_host_win.h 58 const gfx::Rect& restored_bounds) OVERRIDE;
desktop_native_widget_aura.cc 471 const gfx::Rect& restored_bounds) {
472 desktop_root_window_host_->ShowMaximizedWithBounds(restored_bounds);
desktop_root_window_host_win.cc 222 const gfx::Rect& restored_bounds) {
223 gfx::Rect pixel_bounds = ui::win::DIPToScreenRect(restored_bounds);
desktop_root_window_host_x11.cc 274 const gfx::Rect& restored_bounds) {
275 restored_bounds_ = restored_bounds;
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_private.h 180 // Invoked if the initial show should maximize the window. |restored_bounds|
182 virtual void ShowMaximizedWithBounds(const gfx::Rect& restored_bounds) = 0;
native_widget_aura.h 94 const gfx::Rect& restored_bounds) OVERRIDE;
native_widget_win.h 115 const gfx::Rect& restored_bounds) OVERRIDE;
native_widget_aura.cc 445 const gfx::Rect& restored_bounds) {
446 SetRestoreBounds(window_, restored_bounds);
    [all...]
native_widget_win.cc 307 const gfx::Rect& restored_bounds) {
308 gfx::Rect pixel_bounds = ui::win::DIPToScreenRect(restored_bounds);
  /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 720 const gfx::Rect restored_bounds = w2->bounds(); local
767 EXPECT_EQ(restored_bounds, w2->bounds());
    [all...]

Completed in 283 milliseconds