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

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

Completed in 183 milliseconds