HomeSort by relevance Sort by last modified time
    Searched refs:GetClientAreaInsets (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/ui/views/apps/
app_window_desktop_window_tree_host_win.h 29 virtual bool GetClientAreaInsets(gfx::Insets* insets) const OVERRIDE;
app_window_desktop_window_tree_host_win.cc 29 bool AppWindowDesktopWindowTreeHostWin::GetClientAreaInsets(
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_desktop_window_tree_host_win.h 44 virtual bool GetClientAreaInsets(gfx::Insets* insets) const OVERRIDE;
glass_browser_frame_view.h 76 gfx::Insets GetClientAreaInsets() const;
glass_browser_frame_view.cc 147 return GetClientAreaInsets().top();
170 gfx::Insets insets = GetClientAreaInsets();
209 gfx::Insets insets = GetClientAreaInsets();
500 gfx::Insets GlassBrowserFrameView::GetClientAreaInsets() const {
515 bounds.Inset(GetClientAreaInsets());
browser_desktop_window_tree_host_win.cc 136 bool BrowserDesktopWindowTreeHostWin::GetClientAreaInsets(
  /external/chromium_org/ui/views/win/
hwnd_message_handler_delegate.h 64 virtual bool GetClientAreaInsets(gfx::Insets* insets) const = 0;
hwnd_message_handler.h 271 bool GetClientAreaInsets(gfx::Insets* insets) const;
hwnd_message_handler.cc     [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.h 148 virtual bool GetClientAreaInsets(gfx::Insets* insets) const OVERRIDE;
desktop_window_tree_host_win.cc 633 bool DesktopWindowTreeHostWin::GetClientAreaInsets(gfx::Insets* insets) const {
    [all...]

Completed in 511 milliseconds