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

  /external/chromium/chrome/browser/autocomplete/
history_url_provider.h 88 bool trim_http,
99 bool trim_http; member in struct:HistoryURLProviderParams
242 bool trim_http);
history_url_provider.cc 108 bool trim_http,
112 trim_http(trim_http),
192 !params->trim_http ||
196 params->trim_http));
304 bool trim_http) {
320 const size_t offset = trim_http ? TrimHttpPrefix(&display_string) : 0;
580 const bool trim_http = !HasHTTPScheme(input.text()); local
585 matches_.push_back(SuggestExactInput(input, trim_http));
604 new HistoryURLProviderParams(input, trim_http, languages))
    [all...]
autocomplete.h 441 bool trim_http) const;
    [all...]
autocomplete.cc 541 bool trim_http) const {
547 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP),
    [all...]

Completed in 76 milliseconds