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.cc234 gfx::Rect top_container_bounds = top_container_->ConvertRectToWidget( local
244 find_bar_y = top_container_bounds.bottom();
249 find_bar_y = top_container_bounds.bottom() - 1;
540 gfx::Rect top_container_bounds(top_container_->GetPreferredSize());
547 top_container_bounds.set_y(
549 top_container_bounds.size()));
550 top_container_->SetBoundsRect(top_container_bounds);

Completed in 75 milliseconds