HomeSort by relevance Sort by last modified time
    Searched refs:AutocompleteMatch (Results 101 - 125 of 154) sorted by null

1 2 3 45 6 7

  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api.h 165 AutocompleteMatch* match);
omnibox_api.cc 338 type_class = AutocompleteMatch::ACMatchClassification::URL;
341 type_class = AutocompleteMatch::ACMatchClassification::MATCH;
344 type_class = AutocompleteMatch::ACMatchClassification::DIM;
347 type_class = AutocompleteMatch::ACMatchClassification::NONE;
372 AutocompleteMatch* match) {
omnibox_api_browsertest.cc 46 AutocompleteMatch match = result.match_at(0);
129 AutocompleteMatch match = result.match_at(4);
  /external/chromium/chrome/browser/autocomplete/
autocomplete_browsertest.cc 39 AutocompleteMatch match = result.match_at(i);
122 AutocompleteMatch match = result.match_at(0);
123 EXPECT_EQ(AutocompleteMatch::SEARCH_WHAT_YOU_TYPED, match.type);
autocomplete.cc 508 void AutocompleteProvider::DeleteMatch(const AutocompleteMatch& match) {
632 void AutocompleteResult::AddMatch(const AutocompleteMatch& match) {
635 std::upper_bound(begin(), end(), match, &AutocompleteMatch::MoreRelevant);
647 &AutocompleteMatch::DestinationSortFunc);
649 &AutocompleteMatch::DestinationsEqual),
655 matches_.end(), &AutocompleteMatch::MoreRelevant);
704 const AutocompleteMatch& AutocompleteResult::match_at(size_t index) const {
738 bool AutocompleteResult::HasMatchByDestination(const AutocompleteMatch& match,
764 AutocompleteMatch match = *i;
    [all...]
extension_app_provider.cc 66 AutocompleteMatch match(this, 0, false,
67 AutocompleteMatch::EXTENSION_APP);
autocomplete_popup_view_gtk.cc 179 const AutocompleteMatch::ACMatchClassifications& classifications,
475 const AutocompleteMatch& match = model_->result().match_at(line);
487 const AutocompleteMatch& match,
497 IDR_OMNIBOX_STAR : AutocompleteMatch::TypeToIcon(match.type);
610 const AutocompleteMatch& match = result.match_at(i);
history_provider.cc 25 void HistoryProvider::DeleteMatch(const AutocompleteMatch& match) {
  /external/chromium_org/chrome/browser/autocomplete/
bookmark_provider_unittest.cc 137 const AutocompleteMatch& match) {
141 for (AutocompleteMatch::ACMatchClassifications::const_iterator
144 if (i->style & AutocompleteMatch::ACMatchClassification::MATCH) {
history_quick_provider.cc 97 void HistoryQuickProvider::DeleteMatch(const AutocompleteMatch& match) {
251 AutocompleteMatch HistoryQuickProvider::QuickMatchToACMatch(
255 AutocompleteMatch match(
search_provider_unittest.cc 110 AutocompleteMatch::Type result_type,
120 const AutocompleteMatch::Type result_type;
160 AutocompleteMatch* match);
164 bool FindMatchWithDestination(const GURL& url, AutocompleteMatch* match);
182 AutocompleteMatch* wyt_match);
352 AutocompleteMatch* wyt_match) {
383 AutocompleteMatch* match) {
395 AutocompleteMatch* match) {
490 AutocompleteMatch term1_match;
495 AutocompleteMatch wyt_match
    [all...]
keyword_provider.cc 217 AutocompleteMatch KeywordProvider::CreateVerbatimMatch(
427 AutocompleteMatch KeywordProvider::CreateAutocompleteMatch(
452 AutocompleteMatch match(this, relevance, false,
479 AutocompleteMatch* match) const {
502 AutocompleteMatch::ClassifyLocationInString(0, match->contents.length(),
523 AutocompleteMatch::ClassifyLocationInString(content_param_offsets[1],
595 AutocompleteMatch* match = &extension_suggest_matches_.back();
search_provider.cc 106 // the given |AutocompleteMatch|.
110 AutocompleteMatch* match) {
399 AutocompleteMatch SearchProvider::CreateSearchSuggestion(
404 AutocompleteMatch::Type type,
414 AutocompleteMatch match(autocomplete_provider, relevance, false, type);
465 bool SearchProvider::ShouldPrefetch(const AutocompleteMatch& match) {
470 std::string SearchProvider::GetSuggestMetadata(const AutocompleteMatch& match) {
491 void SearchProvider::DeleteMatch(const AutocompleteMatch& match) {
651 AutocompleteMatch match;
763 void SearchProvider::DeleteMatchFromMatches(const AutocompleteMatch& match)
    [all...]
contact_provider_chromeos_unittest.cc 82 std::string GetContactIdFromMatch(const AutocompleteMatch& match) {
83 AutocompleteMatch::AdditionalInfo::const_iterator it =
103 // provided by AutocompleteMatch::ClassificationsToString()) of the
113 contact_id_classifications[id] = AutocompleteMatch::
  /external/chromium/chrome/browser/instant/
instant_controller.cc 139 const AutocompleteMatch& match,
621 bool InstantController::ShouldShowPreviewFor(const AutocompleteMatch& match,
676 const AutocompleteMatch& match) {
678 if (match.type == AutocompleteMatch::SEARCH_WHAT_YOU_TYPED ||
679 match.type == AutocompleteMatch::SEARCH_HISTORY ||
680 match.type == AutocompleteMatch::SEARCH_SUGGEST) {
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.cc 165 const AutocompleteMatch& match) const {
196 (AutocompleteMatch::IsSearchType(match.type) ||
208 const AutocompleteMatch& match) {
209 return AutocompleteMatch::IsSearchType(match.type);
328 const AutocompleteMatch& match = log.result.match_at(log.selected_index);
552 const AutocompleteMatch& match,
  /external/chromium_org/chrome/browser/android/omnibox/
omnibox_prerender.cc 128 void OmniboxPrerender::DoPrerender(const AutocompleteMatch& match,
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_view.h 81 virtual void OpenMatch(const AutocompleteMatch& match,
  /external/chromium_org/chrome/browser/ui/search/
instant_search_prerenderer_unittest.cc 319 // Allow prerendering only for search type AutocompleteMatch suggestions.
320 AutocompleteMatch search_type_match(NULL, 1100, false,
322 EXPECT_TRUE(AutocompleteMatch::IsSearchType(search_type_match.type));
325 AutocompleteMatch url_type_match(NULL, 1100, true,
327 EXPECT_FALSE(AutocompleteMatch::IsSearchType(url_type_match.type));
  /external/chromium_org/chrome/browser/ui/views/omnibox/
touch_omnibox_popup_contents_view.cc 34 const AutocompleteMatch& match,
  /external/chromium_org/chrome/renderer/resources/extensions/
omnibox_custom_bindings.js 14 // for |AutocompleteMatch::contents|.
16 // NOTE: This logic mirrors |AutocompleteMatch::SanitizeString()|.
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_root_view.cc 193 text = AutocompleteMatch::SanitizeString(text);
195 AutocompleteMatch match;
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_popup_view_gtk.cc 369 const AutocompleteMatch::ACMatchClassifications& classifications,
499 const AutocompleteMatch& match,
512 icon = AutocompleteMatch::TypeToIcon(match.type);
542 const AutocompleteMatch** match,
650 const AutocompleteMatch* match = NULL;
  /external/chromium/chrome/browser/ui/views/autocomplete/
touch_autocomplete_popup_contents_view.cc 33 const AutocompleteMatch& match,
  /external/chromium/chrome/browser/ui/views/frame/
browser_root_view.cc 152 AutocompleteMatch match;

Completed in 1599 milliseconds

1 2 3 45 6 7