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

  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 155 if (HasMatchAt(line) && GetMatchAtIndex(line).associated_keyword.get()) {
278 if (!HasMatchAt(index))
456 bool OmniboxPopupContentsView::HasMatchAt(size_t index) const {
498 if (HasMatchAt(index) && should_set_selected_line)
506 if (!HasMatchAt(index))
omnibox_popup_contents_view.h 110 bool HasMatchAt(size_t index) const;
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc 371 return HasMatchAt(index) ? index == model_->selected_line() : false;
375 return HasMatchAt(index) ? index == model_->hovered_line() : false;
380 if (!HasMatchAt(index))
429 if (HasMatchAt(index) && event.IsLeftMouseButton())
440 if (!ignore_mouse_drag_ && HasMatchAt(index) && event.IsLeftMouseButton())
556 bool AutocompletePopupContentsView::HasMatchAt(size_t index) const {
619 if (!HasMatchAt(index))
autocomplete_popup_contents_view.h 117 bool HasMatchAt(size_t index) const;

Completed in 62 milliseconds