HomeSort by relevance Sort by last modified time
    Searched refs:AutocompleteMatch (Results 51 - 75 of 96) sorted by null

1 23 4

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_classifier.cc 42 AutocompleteMatch* match,
autocomplete_provider.h 197 virtual void DeleteMatch(const AutocompleteMatch& match);
keyword_extensions_delegate_impl.h 70 std::vector<AutocompleteMatch> extension_suggest_matches_;
autocomplete_provider_unittest.cc 36 return os << static_cast<const AutocompleteMatch*>(&(*it));
73 AutocompleteMatch::Type type,
126 AutocompleteMatch::Type type,
129 AutocompleteMatch match(this, relevance_ - i, false, type);
162 const AutocompleteMatch::Type match_type;
197 GURL GetDestinationURL(AutocompleteMatch match,
238 // (1) Make sure that AutocompleteMatch.keyword is set iff there is
357 AutocompleteMatch match;
383 AutocompleteMatch match(NULL, kMaxRelevance - i, false,
442 AutocompleteMatch match
    [all...]
keyword_provider.cc 210 AutocompleteMatch KeywordProvider::CreateVerbatimMatch(
381 AutocompleteMatch KeywordProvider::CreateAutocompleteMatch(
407 AutocompleteMatch match(this, relevance, false,
434 AutocompleteMatch* match) const {
458 AutocompleteMatch::ClassifyLocationInString(0, match->contents.length(),
480 AutocompleteMatch::ClassifyLocationInString(content_param_offsets[1],
autocomplete_controller.cc 43 const AutocompleteMatch::Type& match,
157 bool IsTrivialAutocompletion(const AutocompleteMatch& match) {
164 bool AutocompleteMatchHasCustomDescription(const AutocompleteMatch& match) {
350 void AutocompleteController::DeleteMatch(const AutocompleteMatch& match) {
406 AutocompleteMatch* match) const {
526 match->associated_keyword.reset(new AutocompleteMatch(
540 if (AutocompleteMatch::IsSearchType(i->type)) {
599 AutocompleteMatch* match = result->match_at(index);
search_provider.h 48 static std::string GetSuggestMetadata(const AutocompleteMatch& match);
271 // Returns an AutocompleteMatch for a navigational suggestion.
272 AutocompleteMatch NavigationToMatch(const NavigationResult& navigation);
autocomplete_result_unittest.cc 34 AutocompleteMatch::Type type;
55 AutocompleteMatch match;
70 // Used to build a url for the AutocompleteMatch. The URL becomes
81 std::vector<AutocompleteMatch> duplicate_matches;
108 AutocompleteMatch* match);
138 AutocompleteMatch* match) {
154 AutocompleteMatch match;
166 AutocompleteMatch expected_match;
168 const AutocompleteMatch& match = *(result.begin() + i);
213 AutocompleteMatch match
    [all...]
bookmark_provider_unittest.cc 155 const AutocompleteMatch& match) {
159 for (AutocompleteMatch::ACMatchClassifications::const_iterator
162 if (i->style & AutocompleteMatch::ACMatchClassification::MATCH) {
406 const AutocompleteMatch& ac_match = provider_->BookmarkMatchToACMatch(
449 const AutocompleteMatch& match = matches[0];
history_url_provider.cc 180 AutocompleteMatch* match) {
404 const AutocompleteMatch& what_you_typed_match,
473 AutocompleteMatch what_you_typed_match(SuggestExactInput(
550 AutocompleteMatch HistoryURLProvider::SuggestExactInput(
559 AutocompleteMatch match(this, 0, false,
594 AutocompleteMatch::ClassifyMatchInString(text, match.contents,
598 AutocompleteMatch::ClassifyLocationInString(
    [all...]
base_search_provider.cc 140 bool BaseSearchProvider::ShouldPrefetch(const AutocompleteMatch& match) {
145 AutocompleteMatch BaseSearchProvider::CreateSearchSuggestion(
167 void BaseSearchProvider::DeleteMatch(const AutocompleteMatch& match) {
414 AutocompleteMatch::ClassifyLocationInString(match_start,
467 AutocompleteMatch* match) {
487 AutocompleteMatch BaseSearchProvider::CreateSearchSuggestion(
497 AutocompleteMatch match(autocomplete_provider, suggestion.relevance(), false,
731 AutocompleteMatch match = CreateSearchSuggestion(
764 // using AutocompleteMatch::MoreRelevant(), so that we'll prefer "items
    [all...]
history_quick_provider.cc 228 AutocompleteMatch HistoryQuickProvider::QuickMatchToACMatch(
232 AutocompleteMatch match(
search_provider.cc 139 std::string SearchProvider::GetSuggestMetadata(const AutocompleteMatch& match) {
242 AutocompleteMatch match;
768 std::sort(matches.begin(), matches.end(), &AutocompleteMatch::MoreRelevant);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api_testbase.h 50 AutocompleteMatch match = result.match_at(i);
omnibox_api.h 171 AutocompleteMatch* match);
omnibox_api.cc 322 type_class = AutocompleteMatch::ACMatchClassification::URL;
325 type_class = AutocompleteMatch::ACMatchClassification::MATCH;
328 type_class = AutocompleteMatch::ACMatchClassification::DIM;
331 type_class = AutocompleteMatch::ACMatchClassification::NONE;
356 AutocompleteMatch* match) {
  /external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_popup_view_mac.h 71 NSImage* ImageForMatch(const AutocompleteMatch& match);
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_model.cc 126 const AutocompleteMatch& match = result.match_at(line);
203 const AutocompleteMatch& match = result().match_at(selected_line_);
220 const AutocompleteMatch& match = result().match_at(selected_line_);
243 const AutocompleteMatch& match) const {
omnibox_popup_model.h 100 gfx::Image GetIconIfExtensionMatch(const AutocompleteMatch& match) const;
omnibox_view.cc 102 void OmniboxView::OpenMatch(const AutocompleteMatch& match,
123 return AutocompleteMatch::TypeToLocationBarIcon(model_.get() ?
209 void OmniboxView::OnMatchOpened(const AutocompleteMatch& match,
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.cc 146 AutocompleteMatch::TypeToIcon(
172 void OmniboxResultView::SetMatch(const AutocompleteMatch& match) {
177 AutocompleteMatch* associated_keyword_match = match_.associated_keyword.get();
225 const AutocompleteMatch& match,
246 !AutocompleteMatch::IsSearchType(match.type),
261 const AutocompleteMatch& match,
400 const AutocompleteMatch& match,
432 IDR_OMNIBOX_STAR : AutocompleteMatch::TypeToIcon(match_.type);
539 AutocompleteMatch* keyword_match = match_.associated_keyword.get();
  /external/chromium_org/chrome/browser/ui/search/
instant_search_prerenderer.cc 144 bool InstantSearchPrerenderer::IsAllowed(const AutocompleteMatch& match,
146 return source && AutocompleteMatch::IsSearchType(match.type) &&
instant_search_prerenderer_unittest.cc 329 // Allow prerendering only for search type AutocompleteMatch suggestions.
330 AutocompleteMatch search_type_match(NULL, 1100, false,
332 EXPECT_TRUE(AutocompleteMatch::IsSearchType(search_type_match.type));
335 AutocompleteMatch url_type_match(NULL, 1100, true,
337 EXPECT_FALSE(AutocompleteMatch::IsSearchType(url_type_match.type));
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.cc 175 const AutocompleteMatch& match) const {
206 (AutocompleteMatch::IsSearchType(match.type) ||
218 const AutocompleteMatch& match) {
219 return AutocompleteMatch::IsSearchType(match.type);
362 const AutocompleteMatch& match = log.result.match_at(log.selected_index);
580 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()|.

Completed in 1301 milliseconds

1 23 4