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

  /external/chromium/chrome/browser/autocomplete/
history_url_provider.h 125 bool dont_suggest_exact_input; member in struct:HistoryURLProviderParams
history_url_provider.cc 116 dont_suggest_exact_input(false) {
239 (!backend || !params->dont_suggest_exact_input) &&
432 params->dont_suggest_exact_input = true;
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.h 136 bool dont_suggest_exact_input; member in struct:HistoryURLProviderParams
history_url_provider.cc 304 dont_suggest_exact_input(false),
506 (!backend || !params->dont_suggest_exact_input) &&
    [all...]

Completed in 62 milliseconds