Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:trim_http

294     bool trim_http,
301 trim_http(trim_http),
333 bool trim_http) {
348 const size_t offset = trim_http ? TrimHttpPrefix(&display_string) : 0;
366 DCHECK(!trim_http || !HasHTTPScheme(input.text()));
452 !params->trim_http ||
455 SuggestExactInput(this, params->input, params->trim_http));
630 const bool trim_http = !HasHTTPScheme(input.text());
635 AutocompleteMatch what_you_typed(SuggestExactInput(this, input, trim_http));
666 new HistoryURLProviderParams(input, trim_http, languages,
1056 ~((params->trim_http && !history_match.match_in_scheme) ?