Home
last modified time | relevance | path

Searched defs:suggestions (Results 1 – 18 of 18) sorted by relevance

/external/chromium/chrome/browser/resources/options/
Dautocomplete_list.js132 set suggestions(suggestions) { argument
179 this.suggestions = []; property
207 this.suggestions = []; property
Dbrowser_options.js440 updateAutocompleteSuggestions_: function(suggestions) { argument
468 BrowserOptions.updateAutocompleteSuggestions = function(suggestions) { argument
/external/chromium/chrome/browser/extensions/
Dextension_omnibox_unittest.cc57 ExtensionOmniboxSuggestion suggestions; in TEST() local
93 ExtensionOmniboxSuggestion suggestions; in TEST() local
129 ExtensionOmniboxSuggestion suggestions; in TEST() local
Dextension_omnibox_api.h77 std::vector<ExtensionOmniboxSuggestion> suggestions; member
Dextension_omnibox_api.cc111 ExtensionOmniboxSuggestions suggestions; in RunImpl() local
/external/chromium-trace/src/shared/js/cr/ui/
Dautocomplete_list.js132 set suggestions(suggestions) { setter in AutocompleteList
179 this.suggestions = []; property
/external/chromium/chrome/browser/
Dautocomplete_history_manager.cc190 std::vector<string16> suggestions = autofill_result->GetValue(); in OnWebDataServiceRequestDone() local
217 const std::vector<string16>* suggestions) { in SendSuggestions()
Dspellchecker_platform_engine_unittest.cc322 std::vector<string16> suggestions; in TEST() local
Dspellcheck_message_filter.cc46 std::vector<string16>* suggestions) { in OnPlatformFillSuggestionList()
/external/webkit/Tools/DumpRenderTree/chromium/
DMockSpellCheck.cpp94 void MockSpellCheck::fillSuggestionList(const WebString& word, Vector<WebString>* suggestions) in fillSuggestionList()
DEventSender.cpp757 Vector<WebString> suggestions; in makeMenuItemStringsFor() local
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
DWebAutofill.cpp171 bool suggestions = mAutofillManager->OnQueryFormFieldAutoFillWrapper(*form, *formField); in formFieldFocused() local
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DTextCheckerClientEnchant.cpp150 … gchar** suggestions = enchant_dict_suggest(dict, word.utf8().data(), -1, &numberOfSuggestions); in getGuessesForWord() local
/external/chromium/chrome/browser/autocomplete/
Dkeyword_provider.cc479 const ExtensionOmniboxSuggestions& suggestions = in Observe() local
/external/chromium/chrome/browser/ui/webui/options/
Dbrowser_options_handler.cc436 ListValue suggestions; in OnResultChanged() local
/external/webkit/Source/WebCore/editing/
DSpellingCorrectionController.cpp306 Vector<String> suggestions; in correctionPanelTimerFired() local
/external/chromium/chrome/browser/autofill/
Dautofill_manager_unittest.cc811 std::vector<string16> suggestions; in TEST_F() local
999 std::vector<string16> suggestions; in TEST_F() local
1238 std::vector<string16> suggestions; in TEST_F() local
1328 std::vector<string16> suggestions; in TEST_F() local
/external/chromium/chrome/browser/instant/
Dinstant_loader.cc562 const std::vector<std::string>& suggestions, in OnSetSuggestions()