OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matches_requested
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/chrome/browser/autocomplete/
autocomplete_input.h
133
// If |
matches_requested
| is BEST_MATCH or SYNCHRONOUS_MATCHES the controller
144
MatchesRequested
matches_requested
);
241
MatchesRequested
matches_requested
() const { return matches_requested_; }
function in class:AutocompleteInput
bookmark_provider.cc
50
((input.
matches_requested
() == AutocompleteInput::BEST_MATCH) &&
56
input.
matches_requested
() == AutocompleteInput::BEST_MATCH);
autocomplete_controller.cc
242
input_.
matches_requested
();
255
(input_.
matches_requested
() == old_matches_requested);
270
if (input.
matches_requested
() != AutocompleteInput::ALL_MATCHES)
279
if (input.
matches_requested
() == AutocompleteInput::ALL_MATCHES &&
keyword_provider.cc
336
if (input.
matches_requested
() == AutocompleteInput::ALL_MATCHES) {
350
(input.
matches_requested
() != AutocompleteInput::BEST_MATCH)) {
358
} else if (input.
matches_requested
() == AutocompleteInput::ALL_MATCHES) {
autocomplete_input.cc
51
MatchesRequested
matches_requested
)
58
matches_requested_(
matches_requested
) {
history_quick_provider.cc
73
(input.
matches_requested
() == AutocompleteInput::BEST_MATCH &&
autocomplete_provider_unittest.cc
99
if (input.
matches_requested
() == AutocompleteInput::ALL_MATCHES) {
search_provider.cc
[
all
...]
history_url_provider.cc
748
(input.
matches_requested
() == AutocompleteInput::ALL_MATCHES)) {
[
all
...]
/external/chromium/chrome/browser/autocomplete/
builtin_provider.cc
32
(input.
matches_requested
() == AutocompleteInput::BEST_MATCH))
autocomplete.h
224
MatchesRequested
matches_requested
);
316
MatchesRequested
matches_requested
() const { return matches_requested_; }
function in class:AutocompleteInput
641
// If |
matches_requested
| is BEST_MATCH or SYNCHRONOUS_MATCHES the controller
655
AutocompleteInput::MatchesRequested
matches_requested
);
[
all
...]
history_contents_provider.cc
90
if (input.
matches_requested
() == AutocompleteInput::BEST_MATCH) {
114
if (input.
matches_requested
() != AutocompleteInput::ALL_MATCHES) {
134
if (input.
matches_requested
() == AutocompleteInput::ALL_MATCHES) {
autocomplete.cc
63
MatchesRequested
matches_requested
)
70
matches_requested_(
matches_requested
) {
[
all
...]
keyword_provider.cc
188
input.
matches_requested
() == AutocompleteInput::ALL_MATCHES &&
220
input.
matches_requested
() == AutocompleteInput::ALL_MATCHES &&
history_contents_provider_unittest.cc
48
if (input.
matches_requested
() == AutocompleteInput::ALL_MATCHES)
search_provider.cc
138
(input.
matches_requested
() != AutocompleteInput::ALL_MATCHES);
333
input_.
matches_requested
() == AutocompleteInput::ALL_MATCHES)))
340
if (input_.
matches_requested
() != AutocompleteInput::ALL_MATCHES)
[
all
...]
autocomplete_unittest.cc
71
if (input.
matches_requested
() == AutocompleteInput::ALL_MATCHES) {
history_url_provider.cc
643
if (input.
matches_requested
() == AutocompleteInput::ALL_MATCHES) {
[
all
...]
/external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.cc
634
old_input.allow_exact_keyword_match(), old_input.
matches_requested
());
[
all
...]
Completed in 953 milliseconds