HomeSort by relevance Sort by last modified time
    Searched full:suggestions (Results 151 - 175 of 1083) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/libaddressinput/chromium/
chrome_address_validator.h 106 // Fills in |suggestions| for the partially typed in |user_input|, assuming
107 // the user is typing in the |focused_field|. If the number of |suggestions|
108 // is over the |suggestion_limit|, then returns no |suggestions| at all.
111 // rules are available, but does not fill in suggestions.
117 // suggestions limit = 1
125 // suggestions limit = 10
134 std::vector< ::i18n::addressinput::AddressData>* suggestions) const;
  /packages/apps/Browser/src/com/android/browser/search/
OpenSearchSearchEngine.java 45 * Provides search suggestions, if any, for a given web search provider.
123 * suggestions ordered by best match.
145 * should be JSON arrays. The second element/array contains the suggestions and the
150 JSONArray suggestions = results.getJSONArray(1); local
160 return new SuggestionsCursor(suggestions, descriptions);
218 public SuggestionsCursor(JSONArray suggestions, JSONArray descriptions) {
219 mSuggestions = suggestions;
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
file_types.css 17 list.autocomplete-suggestions [selected] [file-type-icon] {
31 list.autocomplete-suggestions [selected] [file-type-icon='archive'] {
45 list.autocomplete-suggestions [selected] [file-type-icon='audio'] {
59 list.autocomplete-suggestions [selected] [file-type-icon='excel'] {
79 list.autocomplete-suggestions [selected] .shared[file-type-icon='folder'] {
87 list.autocomplete-suggestions [selected] [file-type-icon='folder'] {
101 list.autocomplete-suggestions [selected] [file-type-icon='form'] {
115 list.autocomplete-suggestions [selected] [file-type-icon='gdoc'] {
129 list.autocomplete-suggestions [selected] [file-type-icon='gdraw'] {
143 list.autocomplete-suggestions [selected] [file-type-icon='glink']
    [all...]
  /frameworks/base/docs/html/training/tv/discovery/
searchable.jd 14 <li><a href="#suggestions">Handle Search Suggestions</a></li>
38 up the suggestions along with a <a href="{@docRoot}guide/topics/search/searchable-config.html">
42 more detail in <a href="{@docRoot}guide/topics/search/adding-custom-suggestions.html">Adding Custom
43 Suggestions</a>. Here are described the main points for Android TV apps.</p>
60 <a href="{@docRoot}guide/topics/search/adding-custom-suggestions.html#SuggestionTable">
174 <a href="#suggestions">Handle Search Suggestions</a>, below.
186 to return search term suggestions to the Android TV search dialog. The system queries your content
187 provider for suggestions by calling the {@link android.content.ContentProvider#query(android.net.Uri
    [all...]
  /frameworks/base/core/java/android/content/
SearchRecentSuggestionsProvider.java 28 * This superclass can be used to create a simple search suggestions provider for your application.
29 * It creates suggestions (as the user types) based on recent queries and/or recent views.
46 * &lt;!-- Content provider for search suggestions --&gt;
52 * looks for suggestions.</li>
67 * <p>For information about using search suggestions in your application, read the
84 private static final String sDatabaseName = "suggestions.db";
85 private static final String sSuggestions = "suggestions";
139 builder.append("CREATE TABLE suggestions (" +
155 db.execSQL("DROP TABLE IF EXISTS suggestions");
168 * your suggestions database may be wiped
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_page_handler.cc 85 // Setup the suggestions sources.
90 // We pre-emptively make a fetch for suggestions so we have the results
97 // Register ourselves for any suggestions item blacklisting.
126 // If we got the results as a result of a suggestions request initiated by the
183 // Suggestions urls changed, query again.
suggestions_page_handler.h 28 // The handler for Javascript messages related to the "suggestions" view.
88 // Used to combine suggestions from various sources.
  /external/chromium_org/components/password_manager/core/browser/
password_autofill_manager_unittest.cc 163 // suggestions.
170 std::vector<base::string16> suggestions; local
171 suggestions.push_back(test_username_);
186 username_field_, element_bounds, suggestions, realms);
191 suggestions[0], autofill::POPUP_ITEM_ID_PASSWORD_ENTRY);
  /external/chromium_org/content/shell/renderer/test_runner/
mock_spell_check.cc 126 blink::WebVector<blink::WebString>* suggestions) {
128 Append(suggestions, blink::WebString::fromUTF8("welcome"));
130 Append(suggestions, blink::WebString::fromUTF8("uppercase"));
132 Append(suggestions, blink::WebString::fromUTF8("Hello"));
134 Append(suggestions, blink::WebString::fromUTF8("world"));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java 47 // Spawned by resuming suggestions. Comes from a span that was in the TextView.
71 * Searches for suggestions for a given context. For the moment the context is only the
78 * @param inOutLanguageWeight the language weight used for generating suggestions.
81 * @return the list of suggestions (possibly null if none)
159 * Not a true dictionary. A placeholder used to indicate suggestions that don't come from any
PunctuationSuggestions.java 26 * The extended {@link SuggestedWords} class to represent punctuation suggestions.
93 * The predicator to tell whether this object represents punctuation suggestions.
94 * @return true if this object represents punctuation suggestions.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SearchQueryResults.java 97 // Record the query string in the recent queries suggestions provider.
98 SearchRecentSuggestions suggestions = new SearchRecentSuggestions(this, local
100 suggestions.saveRecentQuery(queryString, null);
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_section_container.h 68 // Indicate whether the dialog should show suggestions or manual inputs when
88 // Called when the delegate-maintained suggestions model has changed.
105 // Collects all input fields (direct & suggestions) into the given |array|.
  /external/chromium_org/chrome/browser/ui/webui/options/
options_ui.h 125 // Takes the suggestions from |result| and adds them to |suggestions| so that
129 base::ListValue* const suggestions);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionUtils.java 27 * Some utilities for suggestions.
68 * duplicate suggestions.
97 * duplication of nav suggestions, bookmarks and urls entered by the user.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
AbstractGoogleSource.java 32 * Special source implementation for Google suggestions.
55 * Called by QSB to get web suggestions for a query.
61 * Called by external apps to get web suggestions for a query.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
InputTransaction.java 73 * Indicate that this transaction requires updating the suggestions.
80 * Find out whether this transaction requires updating the suggestions.
81 * @return Whether this transaction requires updating the suggestions.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
CorrectionSettingsFragment.java 45 * - Show correction suggestions
46 * - Personalized suggestions
48 * - Next-word suggestions
  /external/chromium_org/components/autofill/content/renderer/
password_autofill_agent.h 57 // Shows an Autofill popup with username suggestions for |element|. If
58 // |show_all| is |true|, will show all possible suggestions for that element,
59 // otherwise shows suggestions based on current value of |element|.
60 // Returns true if any suggestions were shown, false otherwise.
158 std::vector<base::string16>* suggestions,
182 // |fill_data| and shows a popup with other suggestions.
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
SuggestionCursorUtil.java 34 public static void assertNoSuggestions(SuggestionCursor suggestions) {
35 assertNoSuggestions("", suggestions);
38 public static void assertNoSuggestions(String message, SuggestionCursor suggestions) {
39 assertNotNull(suggestions);
40 assertEquals(message, 0, suggestions.getCount());
218 assertTrue(message + ", no suggestions", observed.getCount() > 0);
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwAutofillClient.java 43 boolean isRtl, AutofillSuggestion[] suggestions) {
61 mAutofillPopup.filterAndShow(suggestions, isRtl);
  /external/chromium_org/chrome/browser/autocomplete/
bookmark_provider.h 23 // provides autocomplete suggestions based on the titles of bookmarks. Page
26 // HistoryQuickProvider (HQP) while identifying suggestions.
  /external/chromium_org/components/autofill/core/browser/
autocomplete_history_manager.h 62 // Sends the given |suggestions| for display in the Autofill popup.
63 void SendSuggestions(const std::vector<base::string16>* suggestions);
  /packages/apps/Contacts/src/com/android/contacts/list/
JoinContactLoader.java 26 * join suggestions and (optionally) the full contact list.
82 // First execute the suggestions query, then call super.loadInBackground
  /packages/apps/QuickSearchBox/res/values/
strings.xml 35 <string name="clear_shortcuts_summary">Clear shortcuts to recently chosen search suggestions</string>
50 <string name="google_search_description">Google Search suggestions</string>

Completed in 1704 milliseconds

1 2 3 4 5 67 8 91011>>