OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasHTTPScheme
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/chrome/browser/autocomplete/
autocomplete_input.h
188
static bool
HasHTTPScheme
(const base::string16& text);
autocomplete_provider.cc
173
if (!AutocompleteInput::
HasHTTPScheme
(input_text))
214
if (!AutocompleteInput::
HasHTTPScheme
(*url))
autocomplete_input.cc
504
bool AutocompleteInput::
HasHTTPScheme
(const base::string16& input) {
history_url_provider.cc
417
DCHECK(!trim_http || !AutocompleteInput::
HasHTTPScheme
(text));
679
const bool trim_http = !AutocompleteInput::
HasHTTPScheme
(input.text());
[
all
...]
search_provider.cc
[
all
...]
/external/chromium/chrome/browser/autocomplete/
history_provider.cc
134
if (!
HasHTTPScheme
(*url))
autocomplete.h
430
static bool
HasHTTPScheme
(const string16& input);
[
all
...]
history_contents_provider.cc
98
trim_http_ = !
HasHTTPScheme
(input.text());
history_url_provider.cc
580
const bool trim_http = !
HasHTTPScheme
(input.text());
[
all
...]
autocomplete.cc
516
bool AutocompleteProvider::
HasHTTPScheme
(const string16& input) {
[
all
...]
search_provider.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.cc
695
AutocompleteInput::
HasHTTPScheme
(user_text))));
[
all
...]
Completed in 119 milliseconds