Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.h231 int GetInternalHeight(bool use_preferred_size);
Dlocation_bar_view.cc233 const int location_height = GetInternalHeight(true); in Init()
522 int LocationBarView::GetInternalHeight(bool use_preferred_size) { in GetInternalHeight() function in LocationBarView
661 const int location_height = GetInternalHeight(false); in Layout()