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

  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 141 if (HasMatchAt(line) && GetMatchAtIndex(line).associated_keyword.get()) {
268 if (!HasMatchAt(index))
452 bool OmniboxPopupContentsView::HasMatchAt(size_t index) const {
494 if (HasMatchAt(index) && should_set_selected_line)
502 if (!HasMatchAt(index))
omnibox_popup_contents_view.h 116 bool HasMatchAt(size_t index) const;

Completed in 87 milliseconds