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

  /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 83 milliseconds