/external/chromium/chrome/browser/autocomplete/ |
search_provider.h | 170 typedef std::map<string16, AutocompleteMatch> MatchMap; 212 // AutocompleteMatch and adds it to |matches_|. 253 // Creates an AutocompleteMatch for "Search <engine> for |query_string|" with 259 AutocompleteMatch::Type type, 265 // Returns an AutocompleteMatch for a navigational suggestion. 266 AutocompleteMatch NavigationToMatch(const NavigationResult& query_string,
|
autocomplete_popup_view_gtk_unittest.cc | 49 const AutocompleteMatch::ACMatchClassifications& classifications, 194 AutocompleteMatch::ACMatchClassifications classifications; 229 AutocompleteMatch::ACMatchClassifications classifications; 271 AutocompleteMatch::ACMatchClassifications classifications; 333 AutocompleteMatch::ACMatchClassifications classifications; 391 AutocompleteMatch::ACMatchClassifications classifications;
|
autocomplete_popup_view_gtk.h | 58 const AutocompleteMatch::ACMatchClassifications& classifications, 76 GdkPixbuf* IconForMatch(const AutocompleteMatch& match, bool selected);
|
autocomplete_edit.h | 134 AutocompleteMatch CurrentMatch(); 156 AutocompleteMatch::Type CurrentTextType() const; 401 void InfoForCurrentSelection(AutocompleteMatch* match, 406 void GetInfoForCurrentText(AutocompleteMatch* match,
|
autocomplete_popup_model.cc | 73 const AutocompleteMatch& match = result.match_at(line); 131 bool AutocompletePopupModel::GetKeywordForMatch(const AutocompleteMatch& match, 203 const AutocompleteMatch& match = result().match_at(selected_line_); 226 const AutocompleteMatch& match) const {
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
omnibox_provider.cc | 66 OmniboxResult(Profile* profile, const AutocompleteMatch& match) 104 IDR_OMNIBOX_STAR : AutocompleteMatch::TypeToIcon(match_.type); 126 AutocompleteMatch match_;
|
/external/chromium_org/chrome/browser/autocomplete/ |
builtin_provider_unittest.cc | 35 ResultType AutocompleteMatch::* member); 52 ResultType AutocompleteMatch::* member) { 119 &AutocompleteMatch::destination_url); 138 &AutocompleteMatch::destination_url); 192 &AutocompleteMatch::destination_url); 224 &AutocompleteMatch::destination_url);
|
keyword_provider_unittest.cc | 41 ResultType AutocompleteMatch::* member); 76 ResultType AutocompleteMatch::* member) { 173 &AutocompleteMatch::fill_into_edit); 208 &AutocompleteMatch::destination_url); 251 &AutocompleteMatch::contents); 353 &AutocompleteMatch::destination_url);
|
history_provider.cc | 27 void HistoryProvider::DeleteMatch(const AutocompleteMatch& match) { 44 void HistoryProvider::DeleteMatchFromMatches(const AutocompleteMatch& match) {
|
shortcuts_provider.cc | 42 bool operator()(const AutocompleteMatch& match) const { 113 void ShortcutsProvider::DeleteMatch(const AutocompleteMatch& match) { 184 matches_.end(), &AutocompleteMatch::MoreRelevant); 209 AutocompleteMatch ShortcutsProvider::ShortcutToACMatch( 216 AutocompleteMatch match(shortcut.match_core.ToMatch()); 233 if (AutocompleteMatch::IsSearchType(match.type)) { 365 AutocompleteMatch::AddLastClassificationIfNecessary(&match_class, 378 return AutocompleteMatch::MergeClassifications(original_class, match_class);
|
autocomplete_classifier.cc | 39 AutocompleteMatch* match,
|
autocomplete_provider.h | 197 virtual void DeleteMatch(const AutocompleteMatch& match);
|
autocomplete_provider_unittest.cc | 35 return os << static_cast<const AutocompleteMatch*>(&(*it)); 72 AutocompleteMatch::Type type, 125 AutocompleteMatch::Type type, 128 AutocompleteMatch match(this, relevance_ - i, false, type); 161 const AutocompleteMatch::Type match_type; 196 GURL GetDestinationURL(AutocompleteMatch match, 237 // (1) Make sure that AutocompleteMatch.keyword is set iff there is 354 AutocompleteMatch match; 380 AutocompleteMatch match(NULL, kMaxRelevance - i, false, 440 AutocompleteMatch match [all...] |
autocomplete_result_unittest.cc | 27 // Creates an AutocompleteMatch using |destination_url| and |type| and appends 29 void AddMatch(const std::string& destination_url, AutocompleteMatch::Type type, 32 AutocompleteMatch* last_match = 34 AutocompleteMatch match; 47 // Used to build a url for the AutocompleteMatch. The URL becomes 82 AutocompleteMatch* match); 112 AutocompleteMatch* match) { 127 AutocompleteMatch match; 139 AutocompleteMatch expected_match; 141 const AutocompleteMatch& match = *(result.begin() + i) [all...] |
history_url_provider.cc | 184 AutocompleteMatch* match) { 401 AutocompleteMatch HistoryURLProvider::SuggestExactInput( 405 AutocompleteMatch match(this, 0, false, 440 AutocompleteMatch::ClassifyMatchInString(text, match.contents, 444 AutocompleteMatch::ClassifyLocationInString( 501 AutocompleteMatch what_you_typed_match(SuggestExactInput( 607 AutocompleteMatch ac_match = HistoryMatchToACMatch(*params, match, 684 AutocompleteMatch what_you_typed(SuggestExactInput( 760 AutocompleteMatch* match, [all...] |
autocomplete_controller.cc | 49 const AutocompleteMatch::Type& match, size_t* type, size_t* subtype) { 140 bool IsTrivialAutocompletion(const AutocompleteMatch& match) { 147 bool AutocompleteMatchHasCustomDescription(const AutocompleteMatch& match) { 347 void AutocompleteController::DeleteMatch(const AutocompleteMatch& match) { 404 AutocompleteMatch* match) const { 524 match->associated_keyword.reset(new AutocompleteMatch( 541 AutocompleteMatch::IsSearchType(i->type))) { 599 AutocompleteMatch* match = result->match_at(index);
|
/external/chromium_org/chrome/browser/history/ |
shortcuts_database_unittest.cc | 37 AutocompleteMatch::Type type; 128 AutocompleteMatch::ClassificationsFromString(info.contents_class), 130 AutocompleteMatch::ClassificationsFromString(info.description_class), 232 AutocompleteMatch::ClassificationsToString( 237 AutocompleteMatch::ClassificationsToString( 295 static_cast<AutocompleteMatch::Type>(statement.ColumnInt(3)));
|
/external/chromium/chrome/browser/ui/views/autocomplete/ |
autocomplete_popup_contents_view.h | 27 struct AutocompleteMatch; 120 const AutocompleteMatch& GetMatchAtIndex(size_t index) const;
|
autocomplete_result_view.cc | 120 match_(NULL, 0, false, AutocompleteMatch::URL_WHAT_YOU_TYPED) { 124 AutocompleteMatch::TypeToIcon(AutocompleteMatch::URL_WHAT_YOU_TYPED))-> 174 void AutocompleteResultView::SetMatch(const AutocompleteMatch& match) { 183 const AutocompleteMatch& match, 240 IDR_OMNIBOX_STAR : AutocompleteMatch::TypeToIcon(match_.type);
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_navigation_observer.cc | 56 const AutocompleteMatch& match, 57 const AutocompleteMatch& alternate_nav_match)
|
omnibox_popup_model.h | 90 gfx::Image GetIconIfExtensionMatch(const AutocompleteMatch& match) const;
|
omnibox_view.cc | 82 void OmniboxView::OpenMatch(const AutocompleteMatch& match, 101 return AutocompleteMatch::TypeToLocationBarIcon(model_.get() ?
|
/external/chromium_org/chrome/browser/ui/search/ |
instant_search_prerenderer.cc | 146 bool InstantSearchPrerenderer::IsAllowed(const AutocompleteMatch& match, 148 return source && AutocompleteMatch::IsSearchType(match.type) &&
|
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
omnibox_popup_contents_view.h | 18 struct AutocompleteMatch; 113 const AutocompleteMatch& GetMatchAtIndex(size_t index) const;
|
/external/chromium/chrome/browser/ui/webui/options/ |
browser_options_handler.cc | 438 const AutocompleteMatch& match = result.match_at(i); 439 AutocompleteMatch::Type type = match.type; 440 if (type != AutocompleteMatch::HISTORY_URL && 441 type != AutocompleteMatch::HISTORY_TITLE && 442 type != AutocompleteMatch::HISTORY_BODY && 443 type != AutocompleteMatch::HISTORY_KEYWORD && 444 type != AutocompleteMatch::NAVSUGGEST)
|