HomeSort by relevance Sort by last modified time
    Searched refs:max_match_contents_width (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.h 73 int max_match_contents_width() const { function in class:OmniboxPopupContentsView
omnibox_result_view.cc 291 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 248 milliseconds