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

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_provider.h 246 static bool HasHTTPScheme(const string16& input);
autocomplete_provider.cc 126 bool AutocompleteProvider::HasHTTPScheme(const string16& input) {
history_provider.cc 140 if (!HasHTTPScheme(*url))
history_url_provider.cc 366 DCHECK(!trim_http || !HasHTTPScheme(input.text()));
630 const bool trim_http = !HasHTTPScheme(input.text());
    [all...]
search_provider.cc     [all...]
  /external/chromium/chrome/browser/autocomplete/
history_provider.cc 134 if (!HasHTTPScheme(*url))
autocomplete.h 430 static bool HasHTTPScheme(const string16& input);
    [all...]
history_contents_provider.cc 98 trim_http_ = !HasHTTPScheme(input.text());
history_url_provider.cc 580 const bool trim_http = !HasHTTPScheme(input.text());
    [all...]
autocomplete.cc 516 bool AutocompleteProvider::HasHTTPScheme(const string16& input) {
    [all...]
search_provider.cc     [all...]

Completed in 704 milliseconds