Searched refs:GetClientAreaInsets (Results 1 - 11 of 11) 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.cc29 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.h76 gfx::Insets GetClientAreaInsets() const;
H A Dglass_browser_frame_view.cc147 return GetClientAreaInsets().top();
170 gfx::Insets insets = GetClientAreaInsets();
209 gfx::Insets insets = GetClientAreaInsets();
500 gfx::Insets GlassBrowserFrameView::GetClientAreaInsets() const { function in class:GlassBrowserFrameView
515 bounds.Inset(GetClientAreaInsets());
H A Dbrowser_desktop_window_tree_host_win.cc136 bool BrowserDesktopWindowTreeHostWin::GetClientAreaInsets( function in class:BrowserDesktopWindowTreeHostWin
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler_delegate.h64 virtual bool GetClientAreaInsets(gfx::Insets* insets) const = 0;
H A Dhwnd_message_handler.h271 bool GetClientAreaInsets(gfx::Insets* insets) const;
H A Dhwnd_message_handler.cc1056 bool HWNDMessageHandler::GetClientAreaInsets(gfx::Insets* insets) const { function in class:views::HWNDMessageHandler
1057 if (delegate_->GetClientAreaInsets(insets))
1615 bool got_insets = GetClientAreaInsets(&insets);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_win.h148 virtual bool GetClientAreaInsets(gfx::Insets* insets) const OVERRIDE;
H A Ddesktop_window_tree_host_win.cc633 bool DesktopWindowTreeHostWin::GetClientAreaInsets(gfx::Insets* insets) const { function in class:views::DesktopWindowTreeHostWin

Completed in 2442 milliseconds