OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minimal_changes
(Results
1 - 25
of
40
) sorted by null
1
2
/external/chromium/chrome/browser/autocomplete/
builtin_provider.h
27
virtual void Start(const AutocompleteInput& input, bool
minimal_changes
);
extension_app_provider.h
42
bool
minimal_changes
) OVERRIDE;
history_contents_provider.h
30
bool
minimal_changes
) OVERRIDE;
history_quick_provider.h
33
// AutocompleteProvider. |
minimal_changes
| is ignored since there
36
bool
minimal_changes
) OVERRIDE;
search_provider.h
67
bool
minimal_changes
);
177
void DoHistoryQuery(bool
minimal_changes
);
182
void StartOrStopSuggestQuery(bool
minimal_changes
);
keyword_provider.h
75
virtual void Start(const AutocompleteInput& input, bool
minimal_changes
);
builtin_provider.cc
27
bool
minimal_changes
) {
history_url_provider.h
158
bool
minimal_changes
) OVERRIDE;
search_provider.cc
134
bool
minimal_changes
) {
169
if (!
minimal_changes
||
175
} else if (
minimal_changes
&&
200
DoHistoryQuery(
minimal_changes
);
201
StartOrStopSuggestQuery(
minimal_changes
);
283
void SearchProvider::DoHistoryQuery(bool
minimal_changes
) {
284
// The history query results are synchronous, so if
minimal_changes
is true,
286
if (
minimal_changes
)
316
void SearchProvider::StartOrStopSuggestQuery(bool
minimal_changes
) {
327
// For the
minimal_changes
case, if we finished the previous query and stil
[
all
...]
history_contents_provider.cc
67
bool
minimal_changes
) {
101
if (!
minimal_changes
) {
history_contents_provider_unittest.cc
43
bool
minimal_changes
) {
44
provider_->Start(input,
minimal_changes
);
autocomplete_unittest.cc
44
bool
minimal_changes
);
62
bool
minimal_changes
) {
63
if (
minimal_changes
)
keyword_provider.cc
129
bool
minimal_changes
) {
136
if (!
minimal_changes
) {
170
// |
minimal_changes
| case, but since we'd still have to recalculate their
232
if (
minimal_changes
) {
/external/chromium_org/chrome/browser/autocomplete/
builtin_provider.h
24
bool
minimal_changes
) OVERRIDE;
bookmark_provider.h
31
// When |
minimal_changes
| is true short circuit any additional searching and
35
bool
minimal_changes
) OVERRIDE;
contact_provider_chromeos.h
40
bool
minimal_changes
) OVERRIDE;
extension_app_provider.h
31
bool
minimal_changes
) OVERRIDE;
history_quick_provider.h
33
// AutocompleteProvider. |
minimal_changes
| is ignored since there is no asynch
36
bool
minimal_changes
) OVERRIDE;
autocomplete_provider.h
176
// |
minimal_changes
| is an optimization that lets the provider do less work
179
virtual void Start(const AutocompleteInput& input, bool
minimal_changes
) = 0;
shortcuts_provider.h
34
// performed |
minimal_changes
| is ignored.
36
bool
minimal_changes
) OVERRIDE;
keyword_provider.h
94
bool
minimal_changes
) OVERRIDE;
search_provider.h
388
bool
minimal_changes
) OVERRIDE;
412
void DoHistoryQuery(bool
minimal_changes
);
417
void StartOrStopSuggestQuery(bool
minimal_changes
);
history_url_provider.h
167
bool
minimal_changes
) OVERRIDE;
bookmark_provider.cc
39
bool
minimal_changes
) {
40
if (
minimal_changes
)
contact_provider_chromeos.cc
113
bool
minimal_changes
) {
114
if (
minimal_changes
)
Completed in 455 milliseconds
1
2