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

1 2 3 45 6 7 8

  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
InputDialogContainer.java 140 DateTimeSuggestion[] suggestions) {
143 new DateTimeSuggestionListAdapter(mContext, Arrays.asList(suggestions));
199 DateTimeSuggestion[] suggestions) {
203 if (suggestions == null) {
206 showSuggestionDialog(type, value, min, max, step, suggestions);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
FilterBar.js 332 var suggestions = this._suggestionBuilder.buildSuggestions(this._filterInputElement);
333 if (suggestions && suggestions.length) {
337 this._suggestionBuilder.applySuggestion(this._filterInputElement, suggestions[0], true);
339 this._suggestBox.updateSuggestions(anchorBox, suggestions, 0, true, "");
  /external/chromium_org/chrome/browser/resources/chromeos/
neterror.css 93 #suggestions {
168 .suggestions {
208 .suggestions {
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
address_validator.cc 322 std::vector<AddressData>* suggestions) const {
333 if (suggestions == NULL) {
336 suggestions->clear();
434 // Generate suggestions based on the rulesets. Use a Rule::IdentityField
453 // Do not add more suggestions than |suggestions_limit|.
454 if (suggestions->size() >= suggestions_limit) {
455 suggestions->clear();
495 suggestions->push_back(suggestion);
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc 134 std::vector<base::string16> suggestions; local
137 &offset, &length, optional_suggestions ? & suggestions : NULL);
139 *optional_suggestions = suggestions;
140 UMA_HISTOGRAM_COUNTS("SpellCheck.api.check.suggestions", word.size());
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 570 public void setSuggestions(List<String> suggestions, boolean completions,
572 if (suggestions != null && suggestions.size() > 0) {
578 mCandidateView.setSuggestions(suggestions, completions, typedWordValid);
691 // If we were generating candidate suggestions for the current
  /external/chromium_org/chrome/browser/extensions/
extension_view_host.h 95 const std::vector<content::ColorSuggestion>& suggestions) OVERRIDE;
  /external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc 35 #include "chrome/browser/search/suggestions/suggestions_service_factory.h"
250 suggestions::SuggestionsServiceFactory::GetInstance();
  /external/chromium_org/chrome/browser/search/suggestions/
thumbnail_manager_browsertest.cc 8 #include "chrome/browser/search/suggestions/proto/suggestions.pb.h"
9 #include "chrome/browser/search/suggestions/thumbnail_manager.h"
71 namespace suggestions { namespace
155 } // namespace suggestions
  /external/chromium_org/components/autofill/content/renderer/
password_autofill_agent.cc 446 // password form and that the request to show suggestions has been handled (as
806 std::vector<base::string16>* suggestions,
809 suggestions->push_back(fill_data.basic_data.fields[0].value);
818 suggestions->push_back(iter->first);
830 suggestions->push_back(iter->second[i]);
848 std::vector<base::string16> suggestions;
850 GetSuggestions(fill_data, user_input.value(), &suggestions, &realms);
851 DCHECK_EQ(suggestions.size(), realms.size());
    [all...]
password_autofill_agent.h 57 // Shows an Autofill popup with username suggestions for |element|.
58 // Returns true if any suggestions were shown, false otherwise.
147 std::vector<base::string16>* suggestions,
169 // |fill_data| and shows a popup with other suggestions.
  /external/chromium_org/components/web_contents_delegate_android/
web_contents_delegate_android.h 60 const std::vector<content::ColorSuggestion>& suggestions) OVERRIDE;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelperTests.java 17 package com.android.inputmethod.latin.suggestions;
  /external/chromium_org/chrome/browser/resources/options/
options_page.css 425 list.autocomplete-suggestions {
435 list.autocomplete-suggestions > div {
439 list.autocomplete-suggestions:not([has-element-focus]) > [selected],
440 list.autocomplete-suggestions:not([has-element-focus]) > [lead][selected] {
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_message_filter_mac.cc 259 std::vector<base::string16>* suggestions) {
260 spellcheck_mac::FillSuggestionList(word, suggestions);
feedback_sender.cc 6 // suggestions in a |Feedback| object.
90 // Builds suggestion info from |suggestions|. The caller owns the result.
92 const std::vector<Misspelling>& suggestions,
96 suggestions.begin();
97 suggestion_it != suggestions.end();
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/
GeneralPrefsFragment.java 173 final SearchRecentSuggestions suggestions = local
176 suggestions.clearHistory();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputView.java 28 import com.android.inputmethod.latin.suggestions.MoreSuggestionsView;
29 import com.android.inputmethod.latin.suggestions.SuggestionStripView;
  /external/chromium_org/third_party/WebKit/Source/web/
ContextMenuClientImpl.cpp 120 // Don't provide suggestions for multiple words.
319 // words and attaches suggestions to these markers in the background. Therefore, when a user right-clicks
326 Vector<String> suggestions; local
327 marker.description().split('\n', suggestions);
328 data.dictionarySuggestions = suggestions;
  /external/chromium_org/chrome/renderer/resources/
neterror.css 271 .suggestions {
310 .suggestions {
  /external/chromium_org/content/public/browser/
web_contents_delegate.cc 159 const std::vector<ColorSuggestion>& suggestions) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java 60 import com.android.inputmethod.latin.suggestions.SuggestionStripViewAccessor;
122 * @param dictionaryFacilitator facilitator for getting suggestions and updating user history
194 // suggestionsSpan will be added. This will allow resuming on the same suggestions
347 // That's going to be predictions (or punctuation suggestions), so INPUT_STYLE_NONE.
399 // Another option would be to send suggestions each time we set the composing
402 // Also, we're posting a resume suggestions message, and this will update the
403 // suggestions strip in a few milliseconds, so if we cleared the suggestion strip here
405 // it here, which means we'll keep outdated suggestions for a split second but the
550 * onUpdateBatchInput method twice without having recomputed suggestions yet, or having
551 * received new suggestions generated from not-yet-trimmed input pointers. In this case, th
1582 final ArrayList<String> suggestions = new ArrayList<>(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
options_ui.cc 372 base::ListValue* const suggestions) {
388 suggestions->Append(entry);
  /external/chromium_org/content/shell/renderer/test_runner/
web_frame_test_proxy.h 134 const blink::WebVector<blink::WebColorSuggestion>& suggestions) {
135 return base_proxy_->CreateColorChooser(client, initial_color, suggestions);
  /external/chromium_org/components/autofill/core/browser/
autofill_manager_unittest.cc 708 // Test that we return all address profile suggestions when all form fields are
720 // No suggestions provided, so send an empty vector as the results.
742 // Test that we return only matching address profile suggestions when the
755 // No suggestions provided, so send an empty vector as the results.
769 // Test that we return no suggestions when the form has no relevant fields.
796 // Test that we cull duplicate profile suggestions.
814 // No suggestions provided, so send an empty vector as the results.
834 // Test that we return no suggestions when autofill is disabled.
850 // Test that we return a warning explaining that autofill suggestions are
883 std::vector<base::string16> suggestions; local
1039 std::vector<base::string16> suggestions; local
1246 std::vector<base::string16> suggestions; local
1321 std::vector<base::string16> suggestions; local
2358 std::vector<base::string16> suggestions; local
    [all...]

Completed in 2417 milliseconds

1 2 3 45 6 7 8