HomeSort by relevance Sort by last modified time
    Searched refs:GetClientAreaInsets (Results 1 - 12 of 12) 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 28 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 80 gfx::Insets GetClientAreaInsets() const;
glass_browser_frame_view.cc 153 return GetClientAreaInsets().top();
176 gfx::Insets insets = GetClientAreaInsets();
215 gfx::Insets insets = GetClientAreaInsets();
509 gfx::Insets GlassBrowserFrameView::GetClientAreaInsets() const {
524 bounds.Inset(GetClientAreaInsets());
browser_desktop_window_tree_host_win.cc 135 bool BrowserDesktopWindowTreeHostWin::GetClientAreaInsets(
  /external/chromium_org/ui/views/win/
hwnd_message_handler_delegate.h 65 virtual bool GetClientAreaInsets(gfx::Insets* insets) const = 0;
hwnd_message_handler.h 281 bool GetClientAreaInsets(gfx::Insets* insets) const;
hwnd_message_handler.cc     [all...]
  /external/chromium_org/chrome/browser/apps/
app_window_interactive_uitest.cc 389 host->GetClientAreaInsets(&insets);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.h 149 virtual bool GetClientAreaInsets(gfx::Insets* insets) const OVERRIDE;
desktop_window_tree_host_win.cc 660 bool DesktopWindowTreeHostWin::GetClientAreaInsets(gfx::Insets* insets) const {
    [all...]

Completed in 2316 milliseconds