OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:http_scheme_prefix
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/autocomplete/
autocomplete_input.cc
213
const base::string16
http_scheme_prefix
=
local
219
Type http_type = Parse(
http_scheme_prefix
+ text, desired_tld,
241
-static_cast<int>(
http_scheme_prefix
.length()), components[i]);
/external/chromium/chrome/browser/autocomplete/
autocomplete.cc
198
const string16
http_scheme_prefix
=
local
204
Type http_type = Parse(
http_scheme_prefix
+ text, desired_tld,
226
-static_cast<int>(
http_scheme_prefix
.size()), components[i]);
[
all
...]
Completed in 105 milliseconds