/external/chromium/chrome/browser/autocomplete/ |
keyword_provider.cc | 146 // We want to suggest keywords even when users have started typing URLs, on 154 // keywords, we might suggest keywords that haven't even been partially typed, 248 // We only have to wait for suggest results if there are actually
|
autocomplete_edit_view_mac.mm | 458 // If we are setting the text directly, there cannot be any suggest text. 550 // Grey out the suggest text. 609 // Reset the suggest text just before starting an IME composition session, 610 // otherwise the IME composition may be interrupted when the suggest text 716 // Append the new suggest text. 775 // Reset the suggest text for any change other than key right or tab. [all...] |
autocomplete_match.cc | 54 "search-suggest",
|
history_url_provider.h | 201 // place it at the front of |matches|. This can suggest history URLs that 205 // we'll suggest http://example.com/ even if they've never been to it. See
|
/external/chromium/chrome/common/extensions/docs/examples/api/omnibox/extension-docs/ |
background.html | 340 * @param {Function} suggest Callback to execute with a list of 343 OmniboxManager.prototype.onChanged_ = function(text, suggest) { 350 suggest(suggestions);
|
/system/media/wilhelm/src/ |
ThreadPool.c | 313 // if a worker thread was waiting to dequeue, then suggest that it try again 357 // if a client thread was waiting to enqueue, then suggest that it try again
|
/bionic/libc/stdio/ |
setvbuf.c | 82 * a `tty flag' to suggest that we check isatty(fd), but we do not
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
NotifyingService.java | 99 // it is distracting to show the ticker text every time it changes. We strongly suggest
|
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
MainActivity.java | 38 * The URL we suggest as default when adding by URL. This is just so that the user doesn't
|
/external/apache-http/src/org/apache/http/conn/routing/ |
BasicRouteDirector.java | 113 // If the security is too low, we could now suggest to layer
|
/external/chromium/base/ |
lazy_instance.h | 138 // We suggest dynamic race detection tool that "Traits::New" above
|
/external/kernel-headers/original/asm-arm/ |
unaligned.h | 36 * extra register, but evidence so far seems to suggest otherwise.
|
/external/libvpx/examples/includes/geshi/docs/ |
THANKS | 162 Do you want your name in here? Help me out! Make a language file, or suggest a new
|
/external/protobuf/src/google/protobuf/testing/ |
googletest.cc | 242 // actually check for leaks, I suggest using the heap checker included with
|
/external/valgrind/main/ |
README_PACKAGERS | 84 huge. I suggest checking that it can start and exit successfully
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/ |
15.8.2.18.js | 78 In any case, my call is that the answer we're seeing is "right". I suggest the test pass on any result this size or larger.
|
/external/webkit/Source/WebCore/webaudio/ |
AudioBasicProcessorNode.cpp | 98 // Render input stream - suggest to the input to render directly into output bus for in-place processing in process() if possible.
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
options.py | 57 suggest_reviewers = make_option("--suggest-reviewers", action="store_true", default=False, help="Offer to CC appropriate reviewers.")
|
/packages/apps/QuickSearchBox/res/values/ |
config.xml | 107 <!-- Note that this is the standard suggest url. It uses the current locale for language -->
|
/packages/inputmethods/LatinIME/java/res/values/ |
config.xml | 37 at input history to suggest a hopefully helpful suggestions for the next word? -->
|
/packages/inputmethods/LatinIME/native/src/ |
defines.h | 209 // Minimum suggest depth for one word for all cases except for missing space suggestions.
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
SuggestTests.java | 37 mHelper.setCorrectionMode(Suggest.CORRECTION_FULL_BIGRAM);
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
queries.py | 47 name = "suggest-reviewers" 48 help_text = "Suggest reviewers for a patch based on recent changes to the modified files."
|
/external/chromium/chrome/browser/instant/ |
instant_loader.cc | 654 // when we get the suggest text we set user_text_ to the new suggest text, 833 // Don't show suggest results for verbatim queries. 868 // If instant is supported then we wait for the first suggest result before [all...] |
/external/chromium/chrome/browser/net/ |
referrer.cc | 140 // level, so for now, we just suggest subresources, which leaves them all
|