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

  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_model.h 103 bool IsStarredMatch(const AutocompleteMatch& match) const;
omnibox_popup_model.cc 260 bool OmniboxPopupModel::IsStarredMatch(const AutocompleteMatch& match) const {
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.h 72 bool IsStarredMatch(const AutocompleteMatch& match) const;
omnibox_popup_contents_view.cc 273 bool OmniboxPopupContentsView::IsStarredMatch(
275 return model_->IsStarredMatch(match);
omnibox_result_view.cc 432 int icon = model_->IsStarredMatch(match_) ?

Completed in 73 milliseconds