/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
DefaultSuggestionView.java | 41 * View for the items in the suggestions list. This includes promoted suggestions, 42 * sources, and suggestions under each source.
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/ |
GeneralPrefsFragment.java | 169 final SuggestionsProvider suggestions = local 171 suggestions.clearHistory(); 172 suggestions.cleanup();
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/ |
AndroidSpellCheckerSession.java | 141 * Get sentence suggestions for specified texts in an array of TextInfo. This is taken from 145 * {@link SentenceSuggestionsInfo} which contains suggestions for each word. 150 * @param suggestionsLimit the maximum number of suggestions to be returned
|
/cts/tests/tests/content/src/android/content/cts/ |
SearchRecentSuggestionsProviderTest.java | 31 private final static Uri TEST_URI = Uri.parse(AUTHORITY_HEAD + "/suggestions");
|
/development/samples/SearchableDictionary/ |
AndroidManifest.xml | 53 <!-- Provides search suggestions for words and their definitions. -->
|
/external/arduino/ |
readme.txt | 11 To report a bug or a make a suggestions, go to:
|
/external/chromium_org/apps/ |
custom_launcher_page_contents.h | 63 const std::vector<content::ColorSuggestion>& suggestions) OVERRIDE;
|
/external/chromium_org/chrome/browser/autocomplete/ |
keyword_extensions_delegate_impl.h | 68 // We remember the last suggestions we've received from the extension in case
|
/external/chromium_org/chrome/browser/spellchecker/ |
spellcheck_message_filter.h | 54 // service if a user enables the "Ask Google for suggestions" option. When we
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
autofill_main_container.h | 66 // Called when the delegate-maintained suggestions model has changed.
|
/external/chromium_org/chrome/browser/ui/search/ |
instant_search_prerenderer.h | 36 // suggestions. InstantSearchPrerenderer manages the prerender handle associated
|
instant_test_utils.h | 111 // Set to true to initialize suggestions URL in default search provider.
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
startup_pages_handler.h | 71 // Gets autocomplete suggestions asychronously for the given string.
|
/external/chromium_org/chrome/common/ |
localized_error.h | 39 // Overrides default suggestions. Each entry must contain a header and may
|
spellcheck_common.h | 30 // Max number of dictionary suggestions.
|
/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());
|
/external/chromium_org/components/ |
components.gyp | 53 'suggestions.gypi',
|
/external/chromium_org/components/search/ |
search.h | 58 // to hide the top match in the native suggestions dropdown if it is a verbatim
|
/external/chromium_org/content/shell/renderer/test_runner/ |
mock_spell_check.h | 27 blink::WebVector<blink::WebString>* suggestions);
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
ColorInputType.h | 53 virtual Vector<ColorSuggestion> suggestions() const OVERRIDE;
|
DateTimeChooser.h | 58 Vector<DateTimeSuggestion> suggestions; member in struct:blink::DateTimeChooserParameters
|
/external/chromium_org/third_party/WebKit/Source/web/ |
ColorChooserUIController.cpp | 93 this, static_cast<WebColor>(m_client->currentColor().rgb()), m_client->suggestions()));
|
/frameworks/base/core/java/android/app/ |
SearchableInfo.java | 109 * @return The search suggestions authority, or {@code null} if not set. 184 * Gets the content provider path for obtaining search suggestions. 194 * Gets the selection for obtaining search suggestions. 203 * Gets the optional intent action for use with these suggestions. This is 218 * Gets the optional intent data for use with these suggestions. This is 272 * Get the context for the suggestions provider. 361 // get package info for suggestions provider (if any) 456 * Gets the action message to use for suggestions. 767 * Checks whether this searchable activity should be queried for suggestions if a prefix [all...] |
/frameworks/base/core/java/android/webkit/ |
WebViewDatabase.java | 29 * <li>Data entered into text fields (e.g. for autocomplete suggestions)</li>
|
/frameworks/base/docs/html/guide/topics/text/ |
spell-checker-framework.jd | 40 the session object returns spelling suggestions generated by the spelling checker. 54 spelling checker session from the service, then use the session to get suggestions for text. 96 the spelling checker and receive suggestions. Within this class, you must implement the 116 suggestions for the sentences passed to it.
|