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

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_desktop_root_window_host_win.h41 virtual bool GetClientAreaInsets(gfx::Insets* insets) const OVERRIDE;
H A Dbrowser_frame_win.h45 virtual bool GetClientAreaInsets(gfx::Insets* insets) const OVERRIDE;
H A Dglass_browser_frame_view.h72 gfx::Insets GetClientAreaInsets() const;
H A Dglass_browser_frame_view.cc151 gfx::Insets insets = GetClientAreaInsets();
190 gfx::Insets insets = GetClientAreaInsets();
430 gfx::Insets GlassBrowserFrameView::GetClientAreaInsets() const { function in class:GlassBrowserFrameView
445 bounds.Inset(GetClientAreaInsets());
H A Dbrowser_desktop_root_window_host_win.cc133 bool BrowserDesktopRootWindowHostWin::GetClientAreaInsets( function in class:BrowserDesktopRootWindowHostWin
H A Dbrowser_frame_win.cc168 bool BrowserFrameWin::GetClientAreaInsets(gfx::Insets* insets) const { function in class:BrowserFrameWin
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_frame_win.cc85 gfx::Insets BrowserFrameWin::GetClientAreaInsets() const { function in class:BrowserFrameWin
90 return WindowWin::GetClientAreaInsets();
H A Dbrowser_frame_win.h46 virtual gfx::Insets GetClientAreaInsets() const OVERRIDE;
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler_delegate.h72 virtual bool GetClientAreaInsets(gfx::Insets* insets) const = 0;
H A Dhwnd_message_handler.h199 bool GetClientAreaInsets(gfx::Insets* insets) const;
H A Dhwnd_message_handler.cc301 // WM_NCCALCSIZE data. See the comment near the bottom of GetClientAreaInsets
1017 // GetClientAreaInsets for more details.
1033 bool HWNDMessageHandler::GetClientAreaInsets(gfx::Insets* insets) const { function in class:views::HWNDMessageHandler
1034 if (delegate_->GetClientAreaInsets(insets))
1658 bool got_insets = GetClientAreaInsets(&insets);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_root_window_host_win.h152 virtual bool GetClientAreaInsets(gfx::Insets* insets) const OVERRIDE;
H A Ddesktop_root_window_host_win.cc623 bool DesktopRootWindowHostWin::GetClientAreaInsets(gfx::Insets* insets) const { function in class:views::DesktopRootWindowHostWin
/external/chromium_org/ui/views/widget/
H A Dnative_widget_win.h179 virtual bool GetClientAreaInsets(gfx::Insets* insets) const OVERRIDE;
H A Dnative_widget_win.cc578 bool NativeWidgetWin::GetClientAreaInsets(gfx::Insets* insets) const { function in class:views::NativeWidgetWin

Completed in 224 milliseconds