HomeSort by relevance Sort by last modified time
    Searched refs:location_height (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 281 const int location_height = GetInternalHeight(true); local
282 font_list = GetLargestFontListWithHeightBound(font_list, location_height);
291 font_list, location_height - bubble_vertical_padding));
732 const int location_height = GetInternalHeight(false); local
733 const int bubble_height = std::max(location_height - (kBubblePadding * 2), 0);
765 vertical_edge_thickness(), location_height, local
772 vertical_edge_thickness(), location_height, local
777 vertical_edge_thickness(), location_height, local
783 vertical_edge_thickness(), location_height, local
789 vertical_edge_thickness(), location_height, local
795 location_height, 0, local
802 vertical_edge_thickness(), location_height, local
808 location_height, 0, zoom_view_); local
821 location_height, 0, local
826 location_height, 0, mic_search_view_); local
832 location_height, true, 0, item_padding, local
    [all...]
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.cc 449 int location_height = std::max(height() - (kVerticalEdgeThickness * 2), 0); local
566 star_view_->SetBounds(offset, location_y, star_width, location_height);
575 (*i)->SetBounds(offset, location_y, page_action_width, location_height);
588 location_height);
596 location_y, location_icon_width, location_height);
610 gfx::Rect location_bounds(offset, location_y, entry_width, location_height);
620 keyword_hint_view_->SetBounds(0, location_y, 0, location_height);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_view.cc 594 int location_height = location_bar_->GetPreferredSize().height(); local
595 int location_y = (height() - location_height + 1) / 2;
597 location_height);

Completed in 143 milliseconds