OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:want_asynchronous_matches
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/autocomplete/
autocomplete_input.h
70
bool
want_asynchronous_matches
);
171
bool
want_asynchronous_matches
() const { return want_asynchronous_matches_; }
function in class:AutocompleteInput
keyword_extensions_delegate_impl.cc
68
if (input.
want_asynchronous_matches
()) {
87
} else if (input.
want_asynchronous_matches
()) {
98
return input.
want_asynchronous_matches
();
autocomplete_controller.cc
238
const bool old_want_asynchronous_matches = input_.
want_asynchronous_matches
();
251
(input_.
want_asynchronous_matches
() == old_want_asynchronous_matches);
272
if (!input.
want_asynchronous_matches
())
281
if (input.
want_asynchronous_matches
() && (input.text().length() < 6)) {
autocomplete_input.cc
52
bool
want_asynchronous_matches
)
59
want_asynchronous_matches_(
want_asynchronous_matches
) {
search_provider.cc
509
(!done_ && input_.
want_asynchronous_matches
())))
525
if (!input_.
want_asynchronous_matches
())
[
all
...]
autocomplete_provider_unittest.cc
100
if (input.
want_asynchronous_matches
()) {
history_url_provider.cc
535
if (input.
want_asynchronous_matches
()) {
[
all
...]
/external/chromium_org/chrome/browser/android/omnibox/
autocomplete_controller_android.cc
136
bool
want_asynchronous_matches
) {
157
want_asynchronous_matches
);
/external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.cc
657
input_.
want_asynchronous_matches
());
[
all
...]
Completed in 582 milliseconds