Home
last modified time | relevance | path

Searched refs:GetClientAreaInsets (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
Dglass_browser_frame_view.cc153 return GetClientAreaInsets().top(); in GetTopInset()
176 gfx::Insets insets = GetClientAreaInsets(); in GetMinimumSize()
215 gfx::Insets insets = GetClientAreaInsets(); in GetWindowBoundsForClientBounds()
509 gfx::Insets GlassBrowserFrameView::GetClientAreaInsets() const { in GetClientAreaInsets() function in GlassBrowserFrameView
524 bounds.Inset(GetClientAreaInsets()); in CalculateClientAreaBounds()
Dbrowser_desktop_window_tree_host_win.h44 virtual bool GetClientAreaInsets(gfx::Insets* insets) const OVERRIDE;
Dglass_browser_frame_view.h80 gfx::Insets GetClientAreaInsets() const;
Dbrowser_desktop_window_tree_host_win.cc135 bool BrowserDesktopWindowTreeHostWin::GetClientAreaInsets( in GetClientAreaInsets() function in BrowserDesktopWindowTreeHostWin
/external/chromium_org/chrome/browser/ui/views/apps/
Dapp_window_desktop_window_tree_host_win.h29 virtual bool GetClientAreaInsets(gfx::Insets* insets) const OVERRIDE;
Dapp_window_desktop_window_tree_host_win.cc28 bool AppWindowDesktopWindowTreeHostWin::GetClientAreaInsets( in GetClientAreaInsets() function in AppWindowDesktopWindowTreeHostWin
/external/chromium_org/ui/views/win/
Dhwnd_message_handler_delegate.h65 virtual bool GetClientAreaInsets(gfx::Insets* insets) const = 0;
Dhwnd_message_handler.h281 bool GetClientAreaInsets(gfx::Insets* insets) const;
Dhwnd_message_handler.cc1088 bool HWNDMessageHandler::GetClientAreaInsets(gfx::Insets* insets) const { in GetClientAreaInsets() function in views::HWNDMessageHandler
1089 if (delegate_->GetClientAreaInsets(insets)) in GetClientAreaInsets()
1654 bool got_insets = GetClientAreaInsets(&insets); in OnNCCalcSize()
/external/chromium_org/chrome/browser/apps/
Dapp_window_interactive_uitest.cc389 host->GetClientAreaInsets(&insets); in TestOuterBoundsHelper()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_window_tree_host_win.h149 virtual bool GetClientAreaInsets(gfx::Insets* insets) const OVERRIDE;
Ddesktop_window_tree_host_win.cc660 bool DesktopWindowTreeHostWin::GetClientAreaInsets(gfx::Insets* insets) const { in GetClientAreaInsets() function in views::DesktopWindowTreeHostWin