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

  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view_layout.h 93 const gfx::Rect& client_view_bounds() const { return client_view_bounds_; } function in class:OpaqueBrowserFrameViewLayout
opaque_browser_frame_view.cc 196 return layout_->client_view_bounds();
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
opaque_browser_frame_view.cc 191 gfx::Rect client_view_bounds = CalculateClientAreaBounds(width(), height()); local
193 client_view_bounds.x(),
194 client_view_bounds.y() + client_view_bounds.height(),
195 client_view_bounds.width(),
    [all...]

Completed in 202 milliseconds