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

  /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/chrome/browser/ui/views/frame/
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...]

Completed in 377 milliseconds