Searched defs:GetRestoredBounds (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/test/base/
H A Dtest_browser_window.cc114 gfx::Rect TestBrowserWindow::GetRestoredBounds() const { function in class:TestBrowserWindow
/external/chromium_org/extensions/shell/browser/
H A Dshell_native_app_window.cc68 gfx::Rect ShellNativeAppWindow::GetRestoredBounds() const { function in class:extensions::ShellNativeAppWindow
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dchrome_native_app_window_views.cc373 gfx::Rect ChromeNativeAppWindowViews::GetRestoredBounds() const { function in class:ChromeNativeAppWindowViews
380 return widget()->GetRestoredBounds();
/external/chromium_org/components/native_app_window/
H A Dnative_app_window_views.cc95 gfx::Rect NativeAppWindowViews::GetRestoredBounds() const { function in class:native_app_window::NativeAppWindowViews
96 return widget_->GetRestoredBounds();
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel.cc254 gfx::Rect Panel::GetRestoredBounds() const { function in class:Panel
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc692 gfx::Rect DesktopNativeWidgetAura::GetRestoredBounds() const { function in class:views::DesktopNativeWidgetAura
694 desktop_window_tree_host_->GetRestoredBounds() : gfx::Rect();
H A Ddesktop_window_tree_host_win.cc267 gfx::Rect DesktopWindowTreeHostWin::GetRestoredBounds() const { function in class:views::DesktopWindowTreeHostWin
268 gfx::Rect pixel_bounds = message_handler_->GetRestoredBounds();
H A Ddesktop_window_tree_host_x11.cc431 *bounds = GetRestoredBounds();
462 gfx::Rect DesktopWindowTreeHostX11::GetRestoredBounds() const { function in class:views::DesktopWindowTreeHostX11
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc349 *bounds = GetRestoredBounds();
383 gfx::Rect NativeWidgetAura::GetRestoredBounds() const { function in class:views::NativeWidgetAura
388 // maximized. However, in some places the code expects GetRestoredBounds()
H A Dwidget.cc499 gfx::Rect Widget::GetRestoredBounds() const { function in class:views::Widget
500 return native_widget_->GetRestoredBounds();
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc834 gfx::Rect BrowserView::GetRestoredBounds() const { function in class:BrowserView
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc467 gfx::Rect HWNDMessageHandler::GetRestoredBounds() const { function in class:views::HWNDMessageHandler

Completed in 1849 milliseconds