Searched defs:GetClientAreaInsets (Results 1 - 7 of 7) sorted by relevance

/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();
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_desktop_root_window_host_win.cc134 bool BrowserDesktopRootWindowHostWin::GetClientAreaInsets( function in class:BrowserDesktopRootWindowHostWin
H A Dbrowser_frame_win.cc169 bool BrowserFrameWin::GetClientAreaInsets(gfx::Insets* insets) const { function in class:BrowserFrameWin
H A Dglass_browser_frame_view.cc148 return GetClientAreaInsets().top();
171 gfx::Insets insets = GetClientAreaInsets();
210 gfx::Insets insets = GetClientAreaInsets();
495 gfx::Insets GlassBrowserFrameView::GetClientAreaInsets() const { function in class:GlassBrowserFrameView
510 bounds.Inset(GetClientAreaInsets());
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_root_window_host_win.cc680 bool DesktopRootWindowHostWin::GetClientAreaInsets(gfx::Insets* insets) const { function in class:views::DesktopRootWindowHostWin
/external/chromium_org/ui/views/widget/
H A Dnative_widget_win.cc586 bool NativeWidgetWin::GetClientAreaInsets(gfx::Insets* insets) const { function in class:views::NativeWidgetWin
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc1110 bool HWNDMessageHandler::GetClientAreaInsets(gfx::Insets* insets) const { function in class:views::HWNDMessageHandler
1111 if (delegate_->GetClientAreaInsets(insets))
1779 bool got_insets = GetClientAreaInsets(&insets);

Completed in 237 milliseconds