Home
last modified time | relevance | path

Searched refs:prevent_inline_autocomplete (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dhistory_quick_provider.cc111 autocomplete_input_.prevent_inline_autocomplete(), in DoAutocomplete()
121 bool prevent_inline_autocomplete, in QuickMatchToACMatch() argument
135 (prevent_inline_autocomplete || history_match.url_matches.size() > 1 || in QuickMatchToACMatch()
156 if (!autocomplete_input_.prevent_inline_autocomplete()) in QuickMatchToACMatch()
Dautocomplete.h221 bool prevent_inline_autocomplete,
295 bool prevent_inline_autocomplete() const { in prevent_inline_autocomplete() function
652 bool prevent_inline_autocomplete,
Dhistory_url_provider_unittest.cc126 bool prevent_inline_autocomplete,
189 bool prevent_inline_autocomplete, in RunTest() argument
192 AutocompleteInput input(text, desired_tld, prevent_inline_autocomplete, in RunTest()
Dhistory_quick_provider.h50 bool prevent_inline_autocomplete,
Dsearch_provider_unittest.cc66 bool prevent_inline_autocomplete,
177 bool prevent_inline_autocomplete, in QueryForInput() argument
180 AutocompleteInput input(text, string16(), prevent_inline_autocomplete, in QueryForInput()
Dautocomplete.cc60 bool prevent_inline_autocomplete, in AutocompleteInput() argument
66 initial_prevent_inline_autocomplete_(prevent_inline_autocomplete), in AutocompleteInput()
67 prevent_inline_autocomplete_(prevent_inline_autocomplete), in AutocompleteInput()
834 bool prevent_inline_autocomplete, in Start() argument
841 input_ = AutocompleteInput(text, desired_tld, prevent_inline_autocomplete, in Start()
Dsearch_provider.cc633 if (!input_.prevent_inline_autocomplete() && classifier && in AddHistoryResultsToMap()
704 !input_.prevent_inline_autocomplete() && !looks_like_url) { in CalculateRelevanceForHistory()
756 bool prevent_inline_autocomplete, in AddMatchToMap() argument
817 if (!prevent_inline_autocomplete && in AddMatchToMap()
Dsearch_provider.h262 bool prevent_inline_autocomplete,
Dautocomplete_edit.h219 bool prevent_inline_autocomplete) const;
Dhistory_url_provider.cc246 } else if (params->input.prevent_inline_autocomplete() || in DoAutocomplete()
795 if (!params->input.prevent_inline_autocomplete()) in HistoryMatchToACMatch()
Dautocomplete_edit.cc384 bool prevent_inline_autocomplete) const { in StartAutocomplete()
392 prevent_inline_autocomplete || just_deleted_text_ || in StartAutocomplete()
Dautocomplete_edit_view_mac.mm438 bool prevent_inline_autocomplete = IsImeComposing();
443 prevent_inline_autocomplete = true;
447 prevent_inline_autocomplete);