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

  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view_layout.h 94 const gfx::Rect& client_view_bounds() const { return client_view_bounds_; }
153 gfx::Rect client_view_bounds_; member in class:OpaqueBrowserFrameViewLayout
glass_browser_frame_view.h 97 gfx::Rect client_view_bounds_; member in class:GlassBrowserFrameView
glass_browser_frame_view.cc 192 return client_view_bounds_;
497 client_view_bounds_ = CalculateClientAreaBounds(width(), height());
opaque_browser_frame_view_layout.cc 674 client_view_bounds_ = CalculateClientAreaBounds(
  /external/chromium_org/ash/wm/panels/
panel_frame_view.h 64 gfx::Rect client_view_bounds_; member in class:ash::PanelFrameView
  /external/chromium_org/ui/views/window/
custom_frame_view.h 132 gfx::Rect client_view_bounds_; member in class:views::CustomFrameView
custom_frame_view.cc 125 return client_view_bounds_;
570 client_view_bounds_ = bounds();
576 client_view_bounds_.SetRect(border_thickness, top_height,

Completed in 573 milliseconds