Home
last modified time | relevance | path

Searched refs:location_height (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.cc233 const int location_height = GetInternalHeight(true); in Init() local
234 font_list = font_list.DeriveWithHeightUpperBound(location_height); in Init()
242 location_height - bubble_vertical_padding)); in Init()
661 const int location_height = GetInternalHeight(false); in Layout() local
662 const int bubble_height = std::max(location_height - (kBubblePadding * 2), 0); in Layout()
693 vertical_edge_thickness(), location_height, in Layout()
699 vertical_edge_thickness(), location_height, star_view_); in Layout()
703 vertical_edge_thickness(), location_height, translate_icon_view_); in Layout()
707 vertical_edge_thickness(), location_height, open_pdf_in_reader_view_); in Layout()
711 location_height, in Layout()
[all …]
/external/chromium_org/chrome/browser/ui/views/toolbar/
Dtoolbar_view.cc589 int location_height = location_bar_->GetPreferredSize().height(); in Layout() local
590 int location_y = (height() - location_height + 1) / 2; in Layout()
592 std::max(available_width, 0), location_height); in Layout()