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

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.cc219 int find_bar_y = 0; local
226 find_bar_y = top_container_bounds.bottom();
231 find_bar_y = top_container_bounds.bottom() - 1;
237 int height_delta = bounding_box.y() - find_bar_y;
238 bounding_box.set_y(find_bar_y);

Completed in 1743 milliseconds