suggestions        43 android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java             AutofillSuggestion[] suggestions) {
suggestions        61 android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java         mAutofillPopup.show(suggestions);
suggestions       365 apps/app_window.h       const std::vector<content::ColorSuggestion>& suggestions) OVERRIDE;
suggestions        76 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopupBridge.java     private void show(AutofillSuggestion[] suggestions) {
suggestions        77 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopupBridge.java         if (mAutofillPopup != null) mAutofillPopup.show(suggestions);
suggestions       106 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java     public boolean openAutofillPopupAndWaitUntilReady(final AutofillSuggestion[] suggestions)
suggestions       111 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java                 mAutofillPopup.show(suggestions);
suggestions       135 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java         AutofillSuggestion[] suggestions = createTwoAutofillSuggestionArray();
suggestions       136 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java         assertTrue(openAutofillPopupAndWaitUntilReady(suggestions));
suggestions        35 chrome/browser/android/most_visited_sites.cc using suggestions::ChromeSuggestion;
suggestions        36 chrome/browser/android/most_visited_sites.cc using suggestions::SuggestionsProfile;
suggestions        37 chrome/browser/android/most_visited_sites.cc using suggestions::SuggestionsService;
suggestions        38 chrome/browser/android/most_visited_sites.cc using suggestions::SuggestionsServiceFactory;
suggestions       244 chrome/browser/android/most_visited_sites.cc     const ChromeSuggestion& suggestion = suggestions_profile.suggestions(i);
suggestions        17 chrome/browser/android/most_visited_sites.h namespace suggestions {
suggestions        55 chrome/browser/android/most_visited_sites.h       const suggestions::SuggestionsProfile& suggestions_profile);
suggestions       558 chrome/browser/autocomplete/keyword_provider.cc       const omnibox_api::SendSuggestions::Params& suggestions =
suggestions       561 chrome/browser/autocomplete/keyword_provider.cc       if (suggestions.request_id != current_input_id_)
suggestions       572 chrome/browser/autocomplete/keyword_provider.cc       for (size_t i = 0; i < suggestions.suggest_results.size(); ++i) {
suggestions       574 chrome/browser/autocomplete/keyword_provider.cc             *suggestions.suggest_results[i];
suggestions       930 chrome/browser/devtools/devtools_window.cc     const std::vector<content::ColorSuggestion>& suggestions) {
suggestions       289 chrome/browser/devtools/devtools_window.h       const std::vector<content::ColorSuggestion>& suggestions) OVERRIDE;
suggestions       238 chrome/browser/extensions/extension_view_host.cc     const std::vector<content::ColorSuggestion>& suggestions) {
suggestions        98 chrome/browser/extensions/extension_view_host.h       const std::vector<content::ColorSuggestion>& suggestions) OVERRIDE;
suggestions       119 chrome/browser/search/instant_service.cc   if (suggestions::SuggestionsService::IsEnabled()) {
suggestions       121 chrome/browser/search/instant_service.cc         profile_, new suggestions::SuggestionsSource(profile_));
suggestions        54 chrome/browser/search/suggestions/suggestions_service.cc     const SuggestionsProfile& suggestions,
suggestions        58 chrome/browser/search/suggestions/suggestions_service.cc     it->Run(suggestions);
suggestions       152 chrome/browser/search/suggestions/suggestions_service.cc   SuggestionsProfile suggestions;
suggestions       155 chrome/browser/search/suggestions/suggestions_service.cc   } else if (suggestions.ParseFromString(suggestions_data)) {
suggestions       161 chrome/browser/search/suggestions/suggestions_service.cc   DispatchRequestsAndClear(suggestions, &waiting_requestors_);
suggestions        22 chrome/browser/search/suggestions/suggestions_service.h namespace suggestions {
suggestions        13 chrome/browser/search/suggestions/suggestions_service_factory.h namespace suggestions {
suggestions        22 chrome/browser/search/suggestions/suggestions_service_factory.h   static suggestions::SuggestionsService* GetForProfile(Profile* profile);
suggestions        60 chrome/browser/search/suggestions/suggestions_service_unittest.cc     EXPECT_EQ(kTestTitle, suggestions_profile.suggestions(0).title());
suggestions        61 chrome/browser/search/suggestions/suggestions_service_unittest.cc     EXPECT_EQ(kTestUrl, suggestions_profile.suggestions(0).url());
suggestions       101 chrome/browser/search/suggestions/suggestions_source.cc       const ChromeSuggestion& suggestion = suggestions_profile.suggestions(i);
suggestions        20 chrome/browser/search/suggestions/suggestions_source.h namespace suggestions {
suggestions        92 chrome/browser/spellchecker/feedback_sender.cc     const std::vector<Misspelling>& suggestions,
suggestions        96 chrome/browser/spellchecker/feedback_sender.cc            suggestions.begin();
suggestions        97 chrome/browser/spellchecker/feedback_sender.cc        suggestion_it != suggestions.end();
suggestions       422 chrome/browser/spellchecker/feedback_sender_unittest.cc   base::ListValue* suggestions = NULL;
suggestions       423 chrome/browser/spellchecker/feedback_sender_unittest.cc   actual->GetList("params.suggestionInfo", &suggestions);
suggestions       425 chrome/browser/spellchecker/feedback_sender_unittest.cc   suggestions->GetDictionary(0, &suggestion);
suggestions        41 chrome/browser/spellchecker/misspelling.cc                          const std::vector<base::string16>& suggestions,
suggestions        46 chrome/browser/spellchecker/misspelling.cc       suggestions(suggestions),
suggestions        63 chrome/browser/spellchecker/misspelling.cc   result->Set("suggestions", BuildSuggestionsValue(suggestions));
suggestions        37 chrome/browser/spellchecker/misspelling.h               const std::vector<base::string16>& suggestions,
suggestions        60 chrome/browser/spellchecker/misspelling.h   std::vector<base::string16> suggestions;
suggestions        21 chrome/browser/spellchecker/misspelling_unittest.cc   misspelling.suggestions.push_back(base::ASCIIToUTF16("does it"));
suggestions       259 chrome/browser/spellchecker/spellcheck_message_filter_mac.cc     std::vector<base::string16>* suggestions) {
suggestions       260 chrome/browser/spellchecker/spellcheck_message_filter_mac.cc   spellcheck_mac::FillSuggestionList(word, suggestions);
suggestions        42 chrome/browser/spellchecker/spellcheck_message_filter_mac.h                             std::vector<base::string16>* suggestions);
suggestions       361 chrome/browser/spellchecker/spellcheck_platform_mac_unittest.cc     std::vector<base::string16> suggestions;
suggestions       362 chrome/browser/spellchecker/spellcheck_platform_mac_unittest.cc     spellcheck_mac::FillSuggestionList(word, &suggestions);
suggestions       366 chrome/browser/spellchecker/spellcheck_platform_mac_unittest.cc     for (size_t j = 0; j < suggestions.size(); j++) {
suggestions       367 chrome/browser/spellchecker/spellcheck_platform_mac_unittest.cc       if (suggestions[j].compare(suggested_word) == 0) {
suggestions       214 chrome/browser/spellchecker/spelling_service_client.cc     base::ListValue* suggestions = NULL;
suggestions       217 chrome/browser/spellchecker/spelling_service_client.cc         !misspelling->GetList("suggestions", &suggestions)) {
suggestions       223 chrome/browser/spellchecker/spelling_service_client.cc     if (!suggestions->GetDictionary(0, &suggestion) ||
suggestions        38 chrome/browser/ui/autofill/mock_address_validator.h           std::vector< ::i18n::addressinput::AddressData>* suggestions));
suggestions      1571 chrome/browser/ui/browser.cc       const std::vector<content::ColorSuggestion>& suggestions) {
suggestions       607 chrome/browser/ui/browser.h       const std::vector<content::ColorSuggestion>& suggestions) OVERRIDE;
suggestions        60 chrome/browser/ui/webui/options/home_page_overlay_handler.cc   base::ListValue suggestions;
suggestions        61 chrome/browser/ui/webui/options/home_page_overlay_handler.cc   OptionsUI::ProcessAutocompleteSuggestions(result, &suggestions);
suggestions        63 chrome/browser/ui/webui/options/home_page_overlay_handler.cc       "HomePageOverlay.updateAutocompleteSuggestions", suggestions);
suggestions       369 chrome/browser/ui/webui/options/options_ui.cc     base::ListValue* const suggestions) {
suggestions       383 chrome/browser/ui/webui/options/options_ui.cc     suggestions->Append(entry);
suggestions       129 chrome/browser/ui/webui/options/options_ui.h       base::ListValue* const suggestions);
suggestions       239 chrome/browser/ui/webui/options/startup_pages_handler.cc   base::ListValue suggestions;
suggestions       240 chrome/browser/ui/webui/options/startup_pages_handler.cc   OptionsUI::ProcessAutocompleteSuggestions(result, &suggestions);
suggestions       242 chrome/browser/ui/webui/options/startup_pages_handler.cc       "StartupOverlay.updateAutocompleteSuggestions", suggestions);
suggestions       412 chrome/common/extensions/command.cc   SuggestionMap suggestions;
suggestions       424 chrome/common/extensions/command.cc         suggestions[iter.key()] = suggested_key_string;
suggestions       442 chrome/common/extensions/command.cc       suggestions[values::kKeybindingPlatformDefault] = suggested_key_string;
suggestions       444 chrome/common/extensions/command.cc       suggestions[values::kKeybindingPlatformDefault] = "";
suggestions       454 chrome/common/extensions/command.cc   for (SuggestionMap::iterator iter = suggestions.begin();
suggestions       455 chrome/common/extensions/command.cc        iter != suggestions.end(); ++iter) {
suggestions       470 chrome/common/extensions/command.cc     suggestions[iter->first] = NormalizeShortcutSuggestion(iter->second,
suggestions       476 chrome/common/extensions/command.cc   if (suggestions.find(key) == suggestions.end())
suggestions       478 chrome/common/extensions/command.cc   if (suggestions.find(key) == suggestions.end()) {
suggestions       490 chrome/common/extensions/command.cc       suggestions.begin();
suggestions       491 chrome/common/extensions/command.cc   for ( ; iter != suggestions.end(); ++iter) {
suggestions        71 chrome/common/localized_error.cc   int suggestions;  // Bitmap of SUGGEST_* values.
suggestions       537 chrome/common/localized_error.cc     options.suggestions = SUGGEST_NONE;
suggestions       625 chrome/common/localized_error.cc     params->suggest_reload = !!(options.suggestions & SUGGEST_RELOAD);
suggestions       628 chrome/common/localized_error.cc   base::ListValue* suggestions = NULL;
suggestions       631 chrome/common/localized_error.cc     suggestions = new base::ListValue();
suggestions       633 chrome/common/localized_error.cc     suggestions = params->override_suggestions.release();
suggestions       637 chrome/common/localized_error.cc   error_strings->Set("suggestions", suggestions);
suggestions       668 chrome/common/localized_error.cc       suggestions->Insert(0, suggest_reload_repost);
suggestions       683 chrome/common/localized_error.cc   if (options.suggestions & SUGGEST_CHECK_CONNECTION) {
suggestions       691 chrome/common/localized_error.cc     suggestions->Append(suggest_check_connection);
suggestions       694 chrome/common/localized_error.cc   if (options.suggestions & SUGGEST_DNS_CONFIG) {
suggestions       702 chrome/common/localized_error.cc     suggestions->Append(suggest_dns_config);
suggestions       716 chrome/common/localized_error.cc     suggestions->Append(suggest_network_prediction);
suggestions       719 chrome/common/localized_error.cc   if (options.suggestions & SUGGEST_FIREWALL_CONFIG) {
suggestions       727 chrome/common/localized_error.cc     suggestions->Append(suggest_firewall_config);
suggestions       730 chrome/common/localized_error.cc   if (options.suggestions & SUGGEST_PROXY_CONFIG) {
suggestions       742 chrome/common/localized_error.cc     suggestions->Append(suggest_proxy_config);
suggestions       745 chrome/common/localized_error.cc   if (options.suggestions & SUGGEST_DISABLE_EXTENSION) {
suggestions       752 chrome/common/localized_error.cc     suggestions->Append(suggest_disable_extension);
suggestions       755 chrome/common/localized_error.cc   if (options.suggestions & SUGGEST_VIEW_POLICIES) {
suggestions       765 chrome/common/localized_error.cc     suggestions->Append(suggest_view_policies);
suggestions       768 chrome/common/localized_error.cc   if (options.suggestions & SUGGEST_CONTACT_ADMINISTRATOR) {
suggestions       775 chrome/common/localized_error.cc     suggestions->Append(suggest_contant_administrator);
suggestions       778 chrome/common/localized_error.cc   if (options.suggestions & SUGGEST_LEARNMORE) {
suggestions       803 chrome/common/localized_error.cc       suggestions->Append(suggest_learn_more);
suggestions       111 chrome/renderer/spellchecker/hunspell_engine.cc   char** suggestions = NULL;
suggestions       113 chrome/renderer/spellchecker/hunspell_engine.cc       hunspell_->suggest(&suggestions, wrong_word_utf8.c_str());
suggestions       118 chrome/renderer/spellchecker/hunspell_engine.cc       optional_suggestions->push_back(base::UTF8ToUTF16(suggestions[i]));
suggestions       119 chrome/renderer/spellchecker/hunspell_engine.cc     free(suggestions[i]);
suggestions       121 chrome/renderer/spellchecker/hunspell_engine.cc   if (suggestions != NULL)
suggestions       122 chrome/renderer/spellchecker/hunspell_engine.cc     free(suggestions);
suggestions       134 chrome/renderer/spellchecker/spellcheck_provider.cc   std::vector<base::string16> suggestions;
suggestions       137 chrome/renderer/spellchecker/spellcheck_provider.cc       &offset, &length, optional_suggestions ? & suggestions : NULL);
suggestions       139 chrome/renderer/spellchecker/spellcheck_provider.cc     *optional_suggestions = suggestions;
suggestions       434 chrome/renderer/spellchecker/spellcheck_unittest.cc     std::vector<base::string16> suggestions;
suggestions       447 chrome/renderer/spellchecker/spellcheck_unittest.cc         &suggestions);
suggestions       454 chrome/renderer/spellchecker/spellcheck_unittest.cc     for (int j = 0; j < static_cast<int>(suggestions.size()); j++) {
suggestions       455 chrome/renderer/spellchecker/spellcheck_unittest.cc       if (suggestions.at(j).compare(
suggestions      1271 chrome/renderer/spellchecker/spellcheck_unittest.cc     std::vector<base::string16> suggestions;
suggestions      1281 chrome/renderer/spellchecker/spellcheck_unittest.cc         &suggestions);
suggestions      1287 chrome/renderer/spellchecker/spellcheck_unittest.cc     for (int j = 0; j < static_cast<int>(suggestions.size()); j++) {
suggestions      1289 chrome/renderer/spellchecker/spellcheck_unittest.cc         int compare_result = suggestions.at(j).compare(
suggestions      1364 chrome/renderer/spellchecker/spellcheck_unittest.cc     std::vector<base::string16> suggestions;
suggestions      1371 chrome/renderer/spellchecker/spellcheck_unittest.cc         &suggestions));
suggestions      1372 chrome/renderer/spellchecker/spellcheck_unittest.cc     EXPECT_GE(suggestions.size(), static_cast<size_t>(1));
suggestions      1373 chrome/renderer/spellchecker/spellcheck_unittest.cc     if (suggestions.size() > 0)
suggestions      1374 chrome/renderer/spellchecker/spellcheck_unittest.cc       EXPECT_EQ(suggestions[0], base::ASCIIToUTF16(kTestCases[i].suggestion));
suggestions       648 components/autofill/content/renderer/password_autofill_agent.cc     std::vector<base::string16>* suggestions,
suggestions       651 components/autofill/content/renderer/password_autofill_agent.cc     suggestions->push_back(fill_data.basic_data.fields[0].value);
suggestions       659 components/autofill/content/renderer/password_autofill_agent.cc       suggestions->push_back(iter->first);
suggestions       670 components/autofill/content/renderer/password_autofill_agent.cc         suggestions->push_back(iter->second[i]);
suggestions       688 components/autofill/content/renderer/password_autofill_agent.cc   std::vector<base::string16> suggestions;
suggestions       690 components/autofill/content/renderer/password_autofill_agent.cc   GetSuggestions(fill_data, user_input.value(), &suggestions, &realms);
suggestions       691 components/autofill/content/renderer/password_autofill_agent.cc   DCHECK_EQ(suggestions.size(), realms.size());
suggestions       709 components/autofill/content/renderer/password_autofill_agent.cc                                                    suggestions,
suggestions       711 components/autofill/content/renderer/password_autofill_agent.cc   return !suggestions.empty();
suggestions       134 components/autofill/content/renderer/password_autofill_agent.h                       std::vector<base::string16>* suggestions,
suggestions        76 components/autofill/core/browser/autocomplete_history_manager.cc   std::vector<base::string16> suggestions = autofill_result->GetValue();
suggestions        77 components/autofill/core/browser/autocomplete_history_manager.cc   SendSuggestions(&suggestions);
suggestions       162 components/autofill/core/browser/autocomplete_history_manager.cc     const std::vector<base::string16>* suggestions) {
suggestions       163 components/autofill/core/browser/autocomplete_history_manager.cc   if (suggestions) {
suggestions       165 components/autofill/core/browser/autocomplete_history_manager.cc     for (size_t i = 0; i < suggestions->size(); ++i) {
suggestions       169 components/autofill/core/browser/autocomplete_history_manager.cc         if (autofill_values_[j] == (*suggestions)[i]) {
suggestions       176 components/autofill/core/browser/autocomplete_history_manager.cc         autofill_values_.push_back((*suggestions)[i]);
suggestions        60 components/autofill/core/browser/autocomplete_history_manager.h   void SendSuggestions(const std::vector<base::string16>* suggestions);
suggestions       115 components/autofill/core/browser/autofill_external_delegate.cc     const std::vector<base::string16>& suggestions,
suggestions       122 components/autofill/core/browser/autofill_external_delegate.cc   if (suggestions.empty()) {
suggestions       127 components/autofill/core/browser/autofill_external_delegate.cc   std::vector<base::string16> empty(suggestions.size());
suggestions       128 components/autofill/core/browser/autofill_external_delegate.cc   std::vector<int> password_ids(suggestions.size(),
suggestions       133 components/autofill/core/browser/autofill_external_delegate.cc       suggestions,
suggestions        78 components/autofill/core/browser/autofill_external_delegate.h   void OnShowPasswordSuggestions(const std::vector<base::string16>& suggestions,
suggestions       405 components/autofill/core/browser/autofill_external_delegate_unittest.cc   std::vector<base::string16> suggestions;
suggestions       406 components/autofill/core/browser/autofill_external_delegate_unittest.cc   suggestions.push_back(kUsername);
suggestions       433 components/autofill/core/browser/autofill_external_delegate_unittest.cc   external_delegate_->OnShowPasswordSuggestions(suggestions,
suggestions       442 components/autofill/core/browser/autofill_external_delegate_unittest.cc   external_delegate_->DidAcceptSuggestion(suggestions[0],
suggestions       666 components/autofill/core/browser/autofill_manager.cc     const std::vector<base::string16>& suggestions,
suggestions       668 components/autofill/core/browser/autofill_manager.cc   if (!IsValidString16Vector(suggestions) ||
suggestions       670 components/autofill/core/browser/autofill_manager.cc       suggestions.size() != realms.size())
suggestions       673 components/autofill/core/browser/autofill_manager.cc   external_delegate_->OnShowPasswordSuggestions(suggestions,
suggestions       149 components/autofill/core/browser/autofill_manager.h       const std::vector<base::string16>& suggestions,
suggestions       896 components/autofill/core/browser/autofill_manager_unittest.cc   std::vector<base::string16> suggestions;
suggestions       897 components/autofill/core/browser/autofill_manager_unittest.cc   suggestions.push_back(ASCIIToUTF16("Jay"));
suggestions       898 components/autofill/core/browser/autofill_manager_unittest.cc   suggestions.push_back(ASCIIToUTF16("Jason"));
suggestions       899 components/autofill/core/browser/autofill_manager_unittest.cc   AutocompleteSuggestionsReturned(suggestions);
suggestions      1052 components/autofill/core/browser/autofill_manager_unittest.cc   std::vector<base::string16> suggestions;
suggestions      1053 components/autofill/core/browser/autofill_manager_unittest.cc   suggestions.push_back(ASCIIToUTF16("Jay"));
suggestions      1054 components/autofill/core/browser/autofill_manager_unittest.cc   suggestions.push_back(ASCIIToUTF16("Jason"));
suggestions      1055 components/autofill/core/browser/autofill_manager_unittest.cc   AutocompleteSuggestionsReturned(suggestions);
suggestions      1259 components/autofill/core/browser/autofill_manager_unittest.cc   std::vector<base::string16> suggestions;
suggestions      1260 components/autofill/core/browser/autofill_manager_unittest.cc   suggestions.push_back(ASCIIToUTF16("Jay"));
suggestions      1262 components/autofill/core/browser/autofill_manager_unittest.cc   suggestions.push_back(ASCIIToUTF16("Elvis"));
suggestions      1263 components/autofill/core/browser/autofill_manager_unittest.cc   suggestions.push_back(ASCIIToUTF16("Jason"));
suggestions      1264 components/autofill/core/browser/autofill_manager_unittest.cc   AutocompleteSuggestionsReturned(suggestions);
suggestions      1334 components/autofill/core/browser/autofill_manager_unittest.cc   std::vector<base::string16> suggestions;
suggestions      1335 components/autofill/core/browser/autofill_manager_unittest.cc   suggestions.push_back(ASCIIToUTF16("one"));
suggestions      1336 components/autofill/core/browser/autofill_manager_unittest.cc   suggestions.push_back(ASCIIToUTF16("two"));
suggestions      1337 components/autofill/core/browser/autofill_manager_unittest.cc   AutocompleteSuggestionsReturned(suggestions);
suggestions      2369 components/autofill/core/browser/autofill_manager_unittest.cc   std::vector<base::string16> suggestions;
suggestions      2370 components/autofill/core/browser/autofill_manager_unittest.cc   suggestions.push_back(ASCIIToUTF16("Jay"));
suggestions      2371 components/autofill/core/browser/autofill_manager_unittest.cc   suggestions.push_back(ASCIIToUTF16("Jason"));
suggestions      2372 components/autofill/core/browser/autofill_manager_unittest.cc   AutocompleteSuggestionsReturned(suggestions);
suggestions        26 components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ColorChooserAndroid.java             Context context, int initialColor, ColorSuggestion[] suggestions) {
suggestions        36 components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ColorChooserAndroid.java         mDialog = new ColorPickerDialog(context, listener, initialColor, suggestions);
suggestions        53 components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ColorChooserAndroid.java             ColorSuggestion[] suggestions) {
suggestions        55 components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ColorChooserAndroid.java             contentViewCore.getContext(), initialColor, suggestions);
suggestions        22 components/web_contents_delegate_android/color_chooser_android.cc     const std::vector<content::ColorSuggestion>& suggestions)
suggestions        31 components/web_contents_delegate_android/color_chooser_android.cc   if (suggestions.size() > 0) {
suggestions        33 components/web_contents_delegate_android/color_chooser_android.cc         env, suggestions.size());
suggestions        35 components/web_contents_delegate_android/color_chooser_android.cc     for (size_t i = 0; i < suggestions.size(); ++i) {
suggestions        36 components/web_contents_delegate_android/color_chooser_android.cc       const content::ColorSuggestion& suggestion = suggestions[i];
suggestions        30 components/web_contents_delegate_android/color_chooser_android.h                       const std::vector<content::ColorSuggestion>& suggestions);
suggestions        58 components/web_contents_delegate_android/web_contents_delegate_android.cc       const std::vector<content::ColorSuggestion>& suggestions)  {
suggestions        59 components/web_contents_delegate_android/web_contents_delegate_android.cc   return new ColorChooserAndroid(source, color, suggestions);
suggestions        60 components/web_contents_delegate_android/web_contents_delegate_android.h       const std::vector<content::ColorSuggestion>& suggestions) OVERRIDE;
suggestions        83 content/browser/android/date_time_chooser_android.cc     const std::vector<DateTimeSuggestion>& suggestions) {
suggestions        89 content/browser/android/date_time_chooser_android.cc   if (suggestions.size() > 0) {
suggestions        92 content/browser/android/date_time_chooser_android.cc                                                            suggestions.size());
suggestions        93 content/browser/android/date_time_chooser_android.cc     for (size_t i = 0; i < suggestions.size(); ++i) {
suggestions        94 content/browser/android/date_time_chooser_android.cc       const content::DateTimeSuggestion& suggestion = suggestions[i];
suggestions        37 content/browser/android/date_time_chooser_android.h                   const std::vector<DateTimeSuggestion>& suggestions);
suggestions       800 content/browser/browser_plugin/browser_plugin_guest.cc     const std::vector<ColorSuggestion>& suggestions) {
suggestions       804 content/browser/browser_plugin/browser_plugin_guest.cc       web_contents, color, suggestions);
suggestions       210 content/browser/browser_plugin/browser_plugin_guest.h       const std::vector<ColorSuggestion>& suggestions) OVERRIDE;
suggestions      2487 content/browser/web_contents/web_contents_impl.cc                                  value.suggestions);
suggestions      2531 content/browser/web_contents/web_contents_impl.cc       const std::vector<ColorSuggestion>& suggestions) {
suggestions      2533 content/browser/web_contents/web_contents_impl.cc       delegate_->OpenColorChooser(this, color, suggestions);
suggestions       707 content/browser/web_contents/web_contents_impl.h                           const std::vector<ColorSuggestion>& suggestions);
suggestions       330 content/common/view_messages.h   IPC_STRUCT_MEMBER(std::vector<content::DateTimeSuggestion>, suggestions)
suggestions        42 content/public/android/java/src/org/chromium/content/browser/input/DateTimeChooserAndroid.java                             DateTimeSuggestion[] suggestions) {
suggestions        43 content/public/android/java/src/org/chromium/content/browser/input/DateTimeChooserAndroid.java         mInputDialogContainer.showDialog(dialogType, dialogValue, min, max, step, suggestions);
suggestions        52 content/public/android/java/src/org/chromium/content/browser/input/DateTimeChooserAndroid.java             DateTimeSuggestion[] suggestions) {
suggestions        57 content/public/android/java/src/org/chromium/content/browser/input/DateTimeChooserAndroid.java         chooser.showDialog(dialogType, dialogValue, min, max, step, suggestions);
suggestions       140 content/public/android/java/src/org/chromium/content/browser/input/InputDialogContainer.java             DateTimeSuggestion[] suggestions) {
suggestions       143 content/public/android/java/src/org/chromium/content/browser/input/InputDialogContainer.java             new DateTimeSuggestionListAdapter(mContext, Arrays.asList(suggestions));
suggestions       199 content/public/android/java/src/org/chromium/content/browser/input/InputDialogContainer.java                     DateTimeSuggestion[] suggestions) {
suggestions       203 content/public/android/java/src/org/chromium/content/browser/input/InputDialogContainer.java         if (suggestions == null) {
suggestions       206 content/public/android/java/src/org/chromium/content/browser/input/InputDialogContainer.java             showSuggestionDialog(type, value, min, max, step, suggestions);
suggestions       155 content/public/browser/web_contents_delegate.cc     const std::vector<ColorSuggestion>& suggestions) {
suggestions       344 content/public/browser/web_contents_delegate.h       const std::vector<ColorSuggestion>& suggestions);
suggestions      1700 content/renderer/render_view_impl.cc     const blink::WebVector<blink::WebColorSuggestion>& suggestions) {
suggestions      1704 content/renderer/render_view_impl.cc   for (size_t i = 0; i < suggestions.size(); i++) {
suggestions      1705 content/renderer/render_view_impl.cc     color_suggestions.push_back(content::ColorSuggestion(suggestions[i]));
suggestions       439 content/renderer/render_view_impl.h       const blink::WebVector<blink::WebColorSuggestion>& suggestions);
suggestions        65 content/renderer/renderer_date_time_picker.cc   for (size_t i = 0; i < chooser_params_.suggestions.size(); i++) {
suggestions        66 content/renderer/renderer_date_time_picker.cc     message.suggestions.push_back(
suggestions        67 content/renderer/renderer_date_time_picker.cc         DateTimeSuggestionBuilder::Build(chooser_params_.suggestions[i]));
suggestions        52 content/renderer/renderer_webcolorchooser_impl.cc       const std::vector<content::ColorSuggestion>& suggestions) {
suggestions        56 content/renderer/renderer_webcolorchooser_impl.cc                                         suggestions));
suggestions        35 content/renderer/renderer_webcolorchooser_impl.h             const std::vector<content::ColorSuggestion>& suggestions);
suggestions       114 content/shell/renderer/test_runner/MockSpellCheck.cpp void MockSpellCheck::fillSuggestionList(const WebString& word, WebVector<WebString>* suggestions)
suggestions       117 content/shell/renderer/test_runner/MockSpellCheck.cpp         append(suggestions, WebString::fromUTF8("welcome"));
suggestions       119 content/shell/renderer/test_runner/MockSpellCheck.cpp         append(suggestions, WebString::fromUTF8("uppercase"));
suggestions       121 content/shell/renderer/test_runner/MockSpellCheck.cpp         append(suggestions, WebString::fromUTF8("Hello"));
suggestions       123 content/shell/renderer/test_runner/MockSpellCheck.cpp         append(suggestions, WebString::fromUTF8("world"));
suggestions        25 content/shell/renderer/test_runner/MockSpellCheck.h     static void fillSuggestionList(const blink::WebString& word, blink::WebVector<blink::WebString>* suggestions);
suggestions       120 content/shell/renderer/test_runner/SpellCheckClient.cpp             WebVector<WebString> suggestions;
suggestions       121 content/shell/renderer/test_runner/SpellCheckClient.cpp             m_spellcheck.fillSuggestionList(WebString(text.substr(misspelledPosition, misspelledLength)), &suggestions);
suggestions       122 content/shell/renderer/test_runner/SpellCheckClient.cpp             results.push_back(WebTextCheckingResult(WebTextDecorationTypeSpelling, offset + misspelledPosition, misspelledLength, suggestions.isEmpty() ? WebString() : suggestions[0]));
suggestions       461 content/shell/renderer/test_runner/WebTestProxy.cpp WebColorChooser* WebTestProxyBase::createColorChooser(WebColorChooserClient* client, const blink::WebColor& color, const blink::WebVector<blink::WebColorSuggestion>& suggestions)
suggestions       100 content/shell/renderer/test_runner/WebTestProxy.h     blink::WebColorChooser* createColorChooser(blink::WebColorChooserClient*, const blink::WebColor&, const blink::WebVector<blink::WebColorSuggestion>& suggestions);
suggestions       474 content/shell/renderer/test_runner/WebTestProxy.h     virtual blink::WebColorChooser* createColorChooser(blink::WebColorChooserClient* client, const blink::WebColor& color, const blink::WebVector<blink::WebColorSuggestion>& suggestions)
suggestions       476 content/shell/renderer/test_runner/WebTestProxy.h         return WebTestProxyBase::createColorChooser(client, color, suggestions);
suggestions       193 content/shell/renderer/test_runner/event_sender.cc     WebVector<WebString> suggestions;
suggestions       195 content/shell/renderer/test_runner/event_sender.cc         context_menu->misspelledWord, &suggestions);
suggestions       196 content/shell/renderer/test_runner/event_sender.cc     for (size_t i = 0; i < suggestions.size(); ++i) {
suggestions       197 content/shell/renderer/test_runner/event_sender.cc       strings.push_back(suggestions[i].utf8());
suggestions       151 third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_validator.h       std::vector<AddressData>* suggestions) const = 0;
suggestions       256 third_party/libaddressinput/chromium/cpp/src/address_validator.cc                                 std::vector<AddressData>* suggestions) const {
suggestions       267 third_party/libaddressinput/chromium/cpp/src/address_validator.cc     if (suggestions == NULL) {
suggestions       270 third_party/libaddressinput/chromium/cpp/src/address_validator.cc     suggestions->clear();
suggestions       388 third_party/libaddressinput/chromium/cpp/src/address_validator.cc       if (suggestions->size() >= suggestions_limit) {
suggestions       389 third_party/libaddressinput/chromium/cpp/src/address_validator.cc         suggestions->clear();
suggestions       429 third_party/libaddressinput/chromium/cpp/src/address_validator.cc       suggestions->push_back(suggestion);
suggestions       242 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   std::vector<AddressData> suggestions;
suggestions       244 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, POSTAL_CODE, 1, &suggestions));
suggestions       245 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   ASSERT_EQ(1U, suggestions.size());
suggestions       246 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_EQ("CA", suggestions[0].administrative_area);
suggestions       247 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_EQ("90291", suggestions[0].postal_code);
suggestions       257 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   std::vector<AddressData> suggestions;
suggestions       259 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, POSTAL_CODE, 1, &suggestions));
suggestions       260 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   ASSERT_EQ(1U, suggestions.size());
suggestions       261 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_EQ("Dacun Township", suggestions[0].locality);
suggestions       262 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_EQ("Changhua County", suggestions[0].administrative_area);
suggestions       263 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_EQ("515", suggestions[0].postal_code);
suggestions       273 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   std::vector<AddressData> suggestions;
suggestions       275 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, POSTAL_CODE, 1, &suggestions));
suggestions       276 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   ASSERT_EQ(1U, suggestions.size());
suggestions       277 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_EQ("Dacun Township", suggestions[0].locality);
suggestions       278 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_EQ("Changhua County", suggestions[0].administrative_area);
suggestions       279 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_EQ("515", suggestions[0].postal_code);
suggestions       288 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   std::vector<AddressData> suggestions;
suggestions       290 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, POSTAL_CODE, 1, &suggestions));
suggestions       291 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_TRUE(suggestions.empty());
suggestions       300 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   std::vector<AddressData> suggestions;
suggestions       302 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, LOCALITY, 10, &suggestions));
suggestions       303 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   ASSERT_EQ(1U, suggestions.size());
suggestions       304 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_EQ("Anqing Shi", suggestions[0].locality);
suggestions       305 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_EQ("ANHUI SHENG", suggestions[0].administrative_area);
suggestions       315 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   std::vector<AddressData> suggestions;
suggestions       317 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, LOCALITY, 10, &suggestions));
suggestions       318 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   ASSERT_EQ(1U, suggestions.size());
suggestions       319 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_TRUE(suggestions[0].dependent_locality.empty());
suggestions       320 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_EQ("Anqing Shi", suggestions[0].locality);
suggestions       321 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_EQ("ANHUI SHENG", suggestions[0].administrative_area);
suggestions       331 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   std::vector<AddressData> suggestions;
suggestions       333 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, ADMIN_AREA, 10, &suggestions));
suggestions       334 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   ASSERT_EQ(1U, suggestions.size());
suggestions       335 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_TRUE(suggestions[0].dependent_locality.empty());
suggestions       336 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_TRUE(suggestions[0].locality.empty());
suggestions       337 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_EQ("ANHUI SHENG", suggestions[0].administrative_area);
suggestions       346 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   std::vector<AddressData> suggestions;
suggestions       349 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc                 address, DEPENDENT_LOCALITY, 10, &suggestions));
suggestions       350 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   ASSERT_EQ(1U, suggestions.size());
suggestions       351 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_EQ("Zongyang Xian", suggestions[0].dependent_locality);
suggestions       352 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_EQ("Anqing Shi", suggestions[0].locality);
suggestions       353 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_EQ("ANHUI SHENG", suggestions[0].administrative_area);
suggestions       364 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   std::vector<AddressData> suggestions;
suggestions       367 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc                 address, DEPENDENT_LOCALITY, 10, &suggestions));
suggestions       368 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_TRUE(suggestions.empty());
suggestions       376 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   std::vector<AddressData> suggestions;
suggestions       378 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, ADMIN_AREA, 1, &suggestions));
suggestions       379 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_TRUE(suggestions.empty());
suggestions       387 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   std::vector<AddressData> suggestions;
suggestions       389 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, ADMIN_AREA, 10, &suggestions));
suggestions       390 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   ASSERT_EQ(1U, suggestions.size());
suggestions       391 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_EQ("CA", suggestions[0].administrative_area);
suggestions       399 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   std::vector<AddressData> suggestions;
suggestions       401 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, ADMIN_AREA, 10, &suggestions));
suggestions       402 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   ASSERT_EQ(1U, suggestions.size());
suggestions       403 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_EQ("Texas", suggestions[0].administrative_area);
suggestions       411 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   std::vector<AddressData> suggestions;
suggestions       413 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, ADMIN_AREA, 10, &suggestions));
suggestions       414 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   ASSERT_EQ(1U, suggestions.size());
suggestions       415 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_EQ("California", suggestions[0].administrative_area);
suggestions       423 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   std::vector<AddressData> suggestions;
suggestions       425 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, ADMIN_AREA, 10, &suggestions));
suggestions       426 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_LT(1U, suggestions.size());
suggestions       435 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   for (std::vector<AddressData>::const_iterator it = suggestions.begin();
suggestions       436 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc        it != suggestions.end(); ++it) {
suggestions       449 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   std::vector<AddressData> suggestions;
suggestions       451 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, POSTAL_CODE, 1, &suggestions));
suggestions       452 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   ASSERT_EQ(1U, suggestions.size());
suggestions       453 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_EQ("강원도", suggestions[0].administrative_area);
suggestions       454 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_EQ("210-210", suggestions[0].postal_code);
suggestions       464 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   std::vector<AddressData> suggestions;
suggestions       466 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, ADMIN_AREA, 1, &suggestions));
suggestions       467 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   ASSERT_EQ(1U, suggestions.size());
suggestions       468 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_EQ("강원도", suggestions[0].administrative_area);
suggestions       479 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   std::vector<AddressData> suggestions;
suggestions       481 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, POSTAL_CODE, 1, &suggestions));
suggestions       482 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   ASSERT_EQ(1U, suggestions.size());
suggestions       483 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_EQ("Gangwon", suggestions[0].administrative_area);
suggestions       484 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_EQ("210-210", suggestions[0].postal_code);
suggestions       494 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   std::vector<AddressData> suggestions;
suggestions       496 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, ADMIN_AREA, 1, &suggestions));
suggestions       497 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   ASSERT_EQ(1U, suggestions.size());
suggestions       498 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_EQ("Gangwon", suggestions[0].administrative_area);
suggestions       505 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   std::vector<AddressData> suggestions;
suggestions       508 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc       validator_->GetSuggestions(address, POSTAL_CODE, 999, &suggestions));
suggestions       509 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_TRUE(suggestions.empty());
suggestions       517 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   std::vector<AddressData> suggestions;
suggestions       519 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc             validator_->GetSuggestions(address, POSTAL_CODE, 1, &suggestions));
suggestions       520 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   ASSERT_EQ(1U, suggestions.size());
suggestions       521 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc   EXPECT_EQ("US", suggestions[0].country_code);
suggestions       551 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc     std::vector<AddressData> suggestions;
suggestions       554 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc                   address, kNoSugestFields[i], 999, &suggestions));
suggestions       555 third_party/libaddressinput/chromium/cpp/test/address_validator_test.cc     EXPECT_TRUE(suggestions.empty());
suggestions        45 ui/android/java/src/org/chromium/ui/ColorPickerDialog.java                              ColorSuggestion[] suggestions) {
suggestions       116 ui/android/java/src/org/chromium/ui/ColorPickerDialog.java         mSimpleColorPicker.init(suggestions, this);
suggestions        64 ui/android/java/src/org/chromium/ui/ColorPickerSimple.java     public void init(ColorSuggestion[] suggestions,
suggestions        68 ui/android/java/src/org/chromium/ui/ColorPickerSimple.java         if (suggestions == null) {
suggestions        69 ui/android/java/src/org/chromium/ui/ColorPickerSimple.java             suggestions = new ColorSuggestion[DEFAULT_COLORS.length];
suggestions        70 ui/android/java/src/org/chromium/ui/ColorPickerSimple.java             for (int i = 0; i < suggestions.length; ++i) {
suggestions        71 ui/android/java/src/org/chromium/ui/ColorPickerSimple.java                 suggestions[i] = new ColorSuggestion(DEFAULT_COLORS[i],
suggestions        77 ui/android/java/src/org/chromium/ui/ColorPickerSimple.java                 getContext(), suggestions);
suggestions        43 ui/android/java/src/org/chromium/ui/ColorSuggestionListAdapter.java     ColorSuggestionListAdapter(Context context, ColorSuggestion[] suggestions) {
suggestions        45 ui/android/java/src/org/chromium/ui/ColorSuggestionListAdapter.java         mSuggestions = suggestions;
suggestions       140 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java     public void show(AutofillSuggestion[] suggestions) {
suggestions       141 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java         mSuggestions = new ArrayList<AutofillSuggestion>(Arrays.asList(suggestions));
suggestions       145 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java         for (int i = 0; i < suggestions.length; i++) {
suggestions       146 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java             int itemId = suggestions[i].mUniqueId;
suggestions       149 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java                 cleanedData.add(suggestions[i]);