HomeSort by relevance Sort by last modified time
    Searched refs:minimal_changes (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/chrome/browser/autocomplete/
builtin_provider.h 24 bool minimal_changes) OVERRIDE;
bookmark_provider.h 34 // When |minimal_changes| is true short circuit any additional searching and
38 bool minimal_changes) OVERRIDE;
history_quick_provider.h 32 // AutocompleteProvider. |minimal_changes| is ignored since there is no asynch
35 bool minimal_changes) OVERRIDE;
keyword_extensions_delegate_impl.h 39 bool minimal_changes,
shortcuts_provider.h 30 // performed |minimal_changes| is ignored.
32 bool minimal_changes) OVERRIDE;
keyword_extensions_delegate_impl.cc 64 bool minimal_changes,
80 if (minimal_changes) {
zero_suggest_provider.h 61 bool minimal_changes) OVERRIDE;
history_url_provider.h 197 bool minimal_changes) OVERRIDE;
bookmark_provider.cc 67 bool minimal_changes) {
68 if (minimal_changes)
autocomplete_controller.cc 252 const bool minimal_changes = (input_.text() == old_input_text) && local
269 (*i)->Start(AutocompleteInput(), minimal_changes);
271 (*i)->Start(input_, minimal_changes);
autocomplete_provider_unittest.cc 61 bool minimal_changes) OVERRIDE;
87 bool minimal_changes) {
88 if (minimal_changes)
builtin_provider.cc 64 bool minimal_changes) {
history_quick_provider.cc 59 bool minimal_changes) {
shortcuts_provider.cc 70 bool minimal_changes) {
zero_suggest_provider.cc 93 bool minimal_changes) {
history_url_provider.cc 487 bool minimal_changes) {
488 // NOTE: We could try hard to do less work in the |minimal_changes| case
495 // re-run the query from scratch and ignore |minimal_changes|.
    [all...]
  /external/chromium_org/components/omnibox/
keyword_extensions_delegate.cc 23 bool minimal_changes,
keyword_extensions_delegate.h 36 // Depending on |minimal_changes| and whether |input| wants matches
42 bool minimal_changes,
search_provider.h 154 static void UpdateOldResults(bool minimal_changes,
162 bool minimal_changes) OVERRIDE;
202 void DoHistoryQuery(bool minimal_changes);
207 void StartOrStopSuggestQuery(bool minimal_changes);
215 // and, if |minimal_changes| is false, revise the existing results to
217 void UpdateAllOldResults(bool minimal_changes);
autocomplete_provider.h 156 // |minimal_changes| is an optimization that lets the provider do less work
159 virtual void Start(const AutocompleteInput& input, bool minimal_changes) = 0;
keyword_provider.h 98 bool minimal_changes) OVERRIDE;
search_provider.cc 167 bool minimal_changes,
169 // When called without |minimal_changes|, it likely means the user has
171 if (!minimal_changes) {
194 bool minimal_changes) {
239 if (!minimal_changes ||
267 DoHistoryQuery(minimal_changes);
288 StartOrStopSuggestQuery(minimal_changes);
535 void SearchProvider::DoHistoryQuery(bool minimal_changes) {
536 // The history query results are synchronous, so if minimal_changes is true,
538 if (minimal_changes)
    [all...]
keyword_provider.cc 202 bool minimal_changes) {
209 if (!minimal_changes) {
238 // |minimal_changes| case, but since we'd still have to recalculate their
301 if (extensions_delegate_->Start(input, minimal_changes, template_url,
base_search_provider_unittest.cc 72 void(const AutocompleteInput& input, bool minimal_changes));
  /external/chromium_org/athena/main/
url_search_provider.cc 234 const bool minimal_changes = query == input_.text(); local
250 if (!minimal_changes)
264 provider_->Start(input_, minimal_changes);

Completed in 281 milliseconds