Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:trim_http

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());
585 matches_.push_back(SuggestExactInput(input, trim_http));
604 new HistoryURLProviderParams(input, trim_http, languages));
788 ~((params->trim_http && !history_match.match_in_scheme) ?