Searched defs:max_match_contents_width (Results 1 - 2 of 2) sorted by path

/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_popup_contents_view.h74 int max_match_contents_width() const { function in class:OmniboxPopupContentsView
H A Domnibox_result_view.cc291 const int max_match_contents_width = model_->max_match_contents_width(); local
301 std::max(offset, max_match_contents_width));
314 std::min(remaining_width - max_match_contents_width, offset));

Completed in 247 milliseconds