Searched refs:location_needed_width (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc769 int location_needed_width = omnibox_view_->GetTextWidth(); local
770 int available_width = entry_width - location_needed_width;
911 location_needed_width =
912 std::min(location_needed_width,
918 suggested_text_bounds.Offset(location_needed_width - 1, 0);
947 int x = location_needed_width;
950 else if (location_needed_width + width > entry_width)

Completed in 69 milliseconds