Home
last modified time | relevance | path

Searched refs:top_container_bounds (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view_layout.cc216 gfx::Rect top_container_bounds = top_container_->ConvertRectToWidget( in GetFindBarBoundingBox() local
226 find_bar_y = top_container_bounds.bottom(); in GetFindBarBoundingBox()
231 find_bar_y = top_container_bounds.bottom() - 1; in GetFindBarBoundingBox()
504 gfx::Rect top_container_bounds(vertical_layout_rect_.width(), height); in UpdateTopContainerBounds() local
508 top_container_bounds.set_y( in UpdateTopContainerBounds()
510 top_container_bounds.size())); in UpdateTopContainerBounds()
511 top_container_->SetBoundsRect(top_container_bounds); in UpdateTopContainerBounds()