HomeSort by relevance Sort by last modified time
    Searched defs:CalculateClientAreaBounds (Results 1 - 7 of 7) 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...]
  /external/chromium_org/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc 228 client_view_bounds_ = CalculateClientAreaBounds(width(), height());
418 gfx::Rect client_area_bounds = CalculateClientAreaBounds(width(), height());
507 gfx::Rect AppPanelBrowserFrameView::CalculateClientAreaBounds(int width,
glass_browser_frame_view.cc 394 gfx::Rect client_area_bounds = CalculateClientAreaBounds(width(), height());
492 client_view_bounds_ = CalculateClientAreaBounds(width(), height());
507 gfx::Rect GlassBrowserFrameView::CalculateClientAreaBounds(int width,
opaque_browser_frame_view_layout.cc 248 gfx::Rect OpaqueBrowserFrameViewLayout::CalculateClientAreaBounds(
658 client_view_bounds_ = CalculateClientAreaBounds(

Completed in 1135 milliseconds