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

  /external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.h 75 gfx::Rect CalculateClientAreaBounds(int width, int height) const;
app_panel_browser_frame_view.h 97 gfx::Rect CalculateClientAreaBounds(int width, int height) const;
opaque_browser_frame_view.h 150 gfx::Rect CalculateClientAreaBounds(int width, int height) const;
glass_browser_frame_view.cc 352 gfx::Rect client_area_bounds = CalculateClientAreaBounds(width(), height());
427 client_view_bounds_ = CalculateClientAreaBounds(width(), height());
442 gfx::Rect GlassBrowserFrameView::CalculateClientAreaBounds(int width,
app_panel_browser_frame_view.cc 230 client_view_bounds_ = CalculateClientAreaBounds(width(), height());
420 gfx::Rect client_area_bounds = CalculateClientAreaBounds(width(), height());
509 gfx::Rect AppPanelBrowserFrameView::CalculateClientAreaBounds(int width,
opaque_browser_frame_view.cc 203 gfx::Rect client_view_bounds = CalculateClientAreaBounds(width(), height());
437 client_view_bounds_ = CalculateClientAreaBounds(width(), height());
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.h 103 gfx::Rect CalculateClientAreaBounds(int width, int height) const;
glass_browser_frame_view.h 87 gfx::Rect CalculateClientAreaBounds(int width, int height) const;
opaque_browser_frame_view.h 146 gfx::Rect CalculateClientAreaBounds(int width, int height) const;
app_panel_browser_frame_view.cc 235 client_view_bounds_ = CalculateClientAreaBounds(width(), height());
417 gfx::Rect client_area_bounds = CalculateClientAreaBounds(width(), height());
505 gfx::Rect AppPanelBrowserFrameView::CalculateClientAreaBounds(int width,
glass_browser_frame_view.cc 428 gfx::Rect client_area_bounds = CalculateClientAreaBounds(width(), height());
503 client_view_bounds_ = CalculateClientAreaBounds(width(), height());
544 gfx::Rect GlassBrowserFrameView::CalculateClientAreaBounds(int width,
opaque_browser_frame_view.cc 191 gfx::Rect client_view_bounds = CalculateClientAreaBounds(width(), height());
402 client_view_bounds_ = CalculateClientAreaBounds(width(), height());
    [all...]
  /external/chromium/chrome/browser/ui/views/
constrained_window_views.cc 205 gfx::Rect CalculateClientAreaBounds(int width, int height) const;
367 client_view_bounds_ = CalculateClientAreaBounds(width(), height());
501 gfx::Rect client_edge_bounds(CalculateClientAreaBounds(width(), height()));
540 gfx::Rect ConstrainedWindowFrameView::CalculateClientAreaBounds(
  /external/chromium_org/chrome/browser/ui/views/
constrained_window_views.cc 302 gfx::Rect CalculateClientAreaBounds(int width, int height) const;
457 client_view_bounds_ = CalculateClientAreaBounds(width(), height());
546 gfx::Rect client_edge_bounds(CalculateClientAreaBounds(width(), height()));
580 gfx::Rect ConstrainedWindowFrameView::CalculateClientAreaBounds(

Completed in 1023 milliseconds