OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasMatchAt
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc
137
if (
HasMatchAt
(line) && GetMatchAtIndex(line).associated_keyword.get()) {
265
if (!
HasMatchAt
(index))
443
bool OmniboxPopupContentsView::
HasMatchAt
(size_t index) const {
485
if (
HasMatchAt
(index) && should_set_selected_line)
493
if (!
HasMatchAt
(index))
omnibox_popup_contents_view.h
111
bool
HasMatchAt
(size_t index) const;
Completed in 487 milliseconds