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

  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view.cc 224 gfx::Rect sysmenu_rect(IconBounds());
569 gfx::Rect OpaqueBrowserFrameView::IconBounds() const {
570 return layout_->IconBounds();
    [all...]
opaque_browser_frame_view_layout.cc 242 gfx::Rect OpaqueBrowserFrameViewLayout::IconBounds() const {
  /external/chromium_org/ui/views/window/
custom_frame_view.cc 144 gfx::Rect sysmenu_rect(IconBounds());
308 gfx::Rect CustomFrameView::IconBounds() const {
543 gfx::Rect icon_bounds(IconBounds());
558 // biased downwards (see IconBounds()) and helps prevent descenders on the

Completed in 296 milliseconds