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

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

Completed in 1227 milliseconds