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

  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.h 100 bool trim_http,
119 bool trim_http; member in struct:HistoryURLProviderParams
201 // input of |text|. |trim_http| controls whether the match's |fill_into_edit|
209 bool trim_http);
history_url_provider.cc 455 bool trim_http,
463 trim_http(trim_http),
517 const bool trim_http = !AutocompleteInput::HasHTTPScheme(input.text()); local
519 fixed_up_input.text(), fixed_up_input.canonicalized_url(), trim_http));
551 fixed_up_input, trim_http, what_you_typed_match,
598 bool trim_http) {
611 DCHECK(!trim_http || !AutocompleteInput::HasHTTPScheme(text));
616 const size_t offset = trim_http ? TrimHttpPrefix(&display_string) : 0;
774 !params->trim_http ||
    [all...]
bookmark_provider.cc 183 const bool trim_http = !AutocompleteInput::HasHTTPScheme(input.text()) && local
193 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP),
history_url_provider_unittest.cc 855 bool trim_http; member in struct:TestCase
    [all...]
  /external/chromium_org/components/omnibox/
search_suggestion_parser.cc 215 bool trim_http = !AutocompleteInput::HasHTTPScheme(input_text) && local
218 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP);
search_provider.cc 1315 bool trim_http = !AutocompleteInput::HasHTTPScheme(input) && local
    [all...]

Completed in 2096 milliseconds