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 75 return max_match_contents_width_;
181 int max_match_contents_width_; member in class:OmniboxPopupContentsView
omnibox_popup_contents_view.cc 169 max_match_contents_width_ = 0;
176 max_match_contents_width_ = std::max(
177 max_match_contents_width_, view->GetMatchContentsWidth());

Completed in 1752 milliseconds