Searched refs:location_height (Results 1 – 1 of 1) sorted by relevance
/external/chromium/chrome/browser/ui/views/location_bar/ |
D | location_bar_view.cc | 449 int location_height = std::max(height() - (kVerticalEdgeThickness * 2), 0); in Layout() local 566 star_view_->SetBounds(offset, location_y, star_width, location_height); in Layout() 575 (*i)->SetBounds(offset, location_y, page_action_width, location_height); in Layout() 588 location_height); in Layout() 596 location_y, location_icon_width, location_height); in Layout() 610 gfx::Rect location_bounds(offset, location_y, entry_width, location_height); in Layout() 620 keyword_hint_view_->SetBounds(0, location_y, 0, location_height); in Layout()
|