Searched refs:vertical_edge_thickness (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
D | location_bar_view.cc | 525 return std::max(total_height - (vertical_edge_thickness() * 2), 0); in GetInternalHeight() 655 const int bubble_location_y = vertical_edge_thickness() + kBubblePadding; 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() 710 trailing_decorations.AddDecoration(vertical_edge_thickness(), in Layout() 718 vertical_edge_thickness(), location_height, (*i)); in Layout() 722 trailing_decorations.AddDecoration(vertical_edge_thickness(), in Layout() 735 trailing_decorations.AddDecoration(vertical_edge_thickness(), in Layout() [all …]
|
D | location_bar_view.h | 292 int vertical_edge_thickness() const { in vertical_edge_thickness() function
|