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

  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.h 99 bool trim_http,
118 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);
autocomplete_provider.h 215 bool trim_http) const;
history_url_provider.cc 403 bool trim_http,
411 trim_http(trim_http),
472 const bool trim_http = !AutocompleteInput::HasHTTPScheme(input.text()); local
474 fixed_up_input.text(), fixed_up_input.canonicalized_url(), trim_http));
506 fixed_up_input, trim_http, what_you_typed_match,
553 bool trim_http) {
571 DCHECK(!trim_http || !AutocompleteInput::HasHTTPScheme(text));
574 const size_t offset = trim_http ? TrimHttpPrefix(&display_string) : 0;
730 !params->trim_http ||
    [all...]
autocomplete_provider.cc 110 bool trim_http) const {
114 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP),
bookmark_provider.cc 158 const bool trim_http = !AutocompleteInput::HasHTTPScheme(input.text()) && local
168 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP),
history_url_provider_unittest.cc 840 bool trim_http; member in struct:TestCase
    [all...]
base_search_provider.cc 398 bool trim_http = !AutocompleteInput::HasHTTPScheme(input_text) && local
401 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP);
    [all...]
search_provider.cc 1093 bool trim_http = !AutocompleteInput::HasHTTPScheme(input) && local
    [all...]

Completed in 126 milliseconds