/external/chromium_org/chrome/common/extensions/ |
command.cc | 423 // We'll build up a map of platform-to-shortcut suggestions. 425 SuggestionMap suggestions; local 436 // Found a platform, add it to the suggestions list. 437 suggestions[iter.key()] = suggested_key_string; 455 suggestions[values::kKeybindingPlatformDefault] = suggested_key_string; 457 suggestions[values::kKeybindingPlatformDefault] = ""; 465 // Normalize the suggestions. 466 for (SuggestionMap::iterator iter = suggestions.begin(); 467 iter != suggestions.end(); ++iter) { 482 suggestions[iter->first] = NormalizeShortcutSuggestion(iter->second [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
SearchViewAlwaysVisible.java | 38 * It sets a SearchableInfo on the SearchView for suggestions and submitting queries to.
|
/development/samples/SearchableDictionary/res/xml/ |
searchable.xml | 21 and the search suggestions settings.
|
/external/chromium_org/chrome/browser/autocomplete/ |
zero_suggest_provider.h | 7 // and generates search query suggestions based on the current URL. 47 // omnibox text and suggestions. 92 // Adds AutocompleteMatches for each of the suggestions in |results| to 102 // Fetches zero-suggest suggestions by sending a request using |suggest_url|.
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
offline_app_load.html | 45 <div id="suggestions" jsselect="suggestionsLearnMore">
|
/external/chromium_org/chrome/browser/search/ |
most_visited_iframe_source.h | 13 // Serves HTML for displaying suggestions using iframes, e.g.
|
/external/chromium_org/chrome/browser/ui/autofill/ |
mock_address_validator.h | 38 std::vector< ::i18n::addressinput::AddressData>* suggestions));
|
/external/chromium_org/chrome/browser/ui/webui/suggestions_internals/ |
suggestions_internals_ui.cc | 19 // Set up the chrome://suggestions-internals/ source.
|
suggestions_internals_ui_handler.cc | 32 // Setup the suggestions sources.
|
/external/chromium_org/chrome/common/extensions/api/ |
copresence.idl | 8 // Suggestions to copresence on how to do the publication and subscription. 9 // Note: These are only suggestions. Actual behavior may not always match 54 // strategies are suggestions to copresence that may or may not be followed. 68 // strategies are suggestions to copresence that may or may not be followed.
|
/external/chromium_org/chrome/renderer/net/ |
net_error_page_controller.h | 42 // Track a click when the page has suggestions from the navigation correction
|
/external/chromium_org/chrome/renderer/resources/ |
error_app.html | 45 <div id="suggestions" jsselect="suggestionsLearnMore">
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_external_delegate.h | 51 // display warnings (such as autofill is disabled, but had suggestions). 104 // multi-field suggestion in the list of suggestions. 142 // Does the popup include any Autofill profile or credit card suggestions? 145 // Have we already shown Autofill suggestions for the field the user is
|
/external/chromium_org/components/web_contents_delegate_android/ |
color_chooser_android.h | 30 const std::vector<content::ColorSuggestion>& suggestions);
|
/external/chromium_org/content/browser/android/ |
date_time_chooser_android.h | 37 const std::vector<DateTimeSuggestion>& suggestions);
|
/external/chromium_org/content/renderer/ |
renderer_webcolorchooser_impl.h | 35 const std::vector<content::ColorSuggestion>& suggestions);
|
/external/chromium_org/net/quic/ |
port_suggester.h | 42 uint32 call_count_; // Number of suggestions made.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/ |
FilterSuggestionBuilder.js | 65 var suggestions = []; 70 suggestions.push(this._keys[j] + ":"); 79 suggestions.push(key + ":" + items[i]); 82 return suggestions;
|
/external/chromium_org/third_party/libaddressinput/chromium/ |
chrome_address_validator.cc | 94 std::vector<AddressData>* suggestions) const { 101 if (!suggestions) 104 suggestions->clear(); 109 user_input, focused_field, suggestion_limit, suggestions);
|
/external/chromium_org/third_party/libevent/ |
README | 26 The following people have helped with suggestions, ideas, code or
|
/external/chromium_org/ui/android/java/src/org/chromium/ui/ |
ColorPickerDialog.java | 40 * @param suggestions The list of suggestions. 45 ColorSuggestion[] suggestions) { 116 mSimpleColorPicker.init(suggestions, this);
|
/external/owasp/sanitizer/tools/findbugs/licenses/ |
LICENSE-docbook.txt | 22 Please direct all questions, bug reports, or suggestions for
|
/frameworks/base/core/res/res/raw-fr/ |
nodomain.html | 16 <p><b>Voici quelques suggestions :</b></p>
|
/packages/apps/Browser/res/values-sw600dp/ |
styles.xml | 25 <style name="Suggestions" parent="@android:style/Widget.Holo.AutoCompleteTextView">
|
/packages/apps/QuickSearchBox/res/values/ |
dimens.xml | 21 <!-- The height of suggestions views. -->
|