HomeSort by relevance Sort by last modified time
    Searched defs:prevent_inline_autocomplete (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/omnibox/
omnibox_ui_handler.cc 181 bool prevent_inline_autocomplete; local
182 return_val = input->GetBoolean(2, &prevent_inline_autocomplete);
200 prevent_inline_autocomplete,
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.h 106 // |input.prevent_inline_autocomplete()|, but set to false is the input
108 bool prevent_inline_autocomplete; member in struct:HistoryURLProviderParams
autocomplete_input.h 100 // |prevent_inline_autocomplete| is true if the generated result set should
123 bool prevent_inline_autocomplete,
205 bool prevent_inline_autocomplete() const { function in class:AutocompleteInput
search_provider.cc 326 if (!input.prevent_inline_autocomplete() &&
1238 bool prevent_inline_autocomplete = base_prevent_inline_autocomplete || local
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete.h 221 bool prevent_inline_autocomplete,
295 bool prevent_inline_autocomplete() const { function in class:AutocompleteInput
299 // Returns the value of |prevent_inline_autocomplete| supplied to the
301 // |prevent_inline_autocomplete()| if the input contained trailing whitespace.
626 // |prevent_inline_autocomplete| is true if the generated result set should
652 bool prevent_inline_autocomplete,
    [all...]

Completed in 276 milliseconds