OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
74
return
max_match_contents_width_
;
176
int
max_match_contents_width_
;
member in class:OmniboxPopupContentsView
omnibox_popup_contents_view.cc
165
max_match_contents_width_
= 0;
172
max_match_contents_width_
= std::max(
173
max_match_contents_width_
, view->GetMatchContentsWidth());
Completed in 98 milliseconds