Searched defs:http_parts (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/omnibox/
H A Dautocomplete_input.cc198 url::Parsed http_parts; local
203 &http_parts, &http_scheme, &http_canonicalized_url);
208 http_parts.username.is_nonempty() &&
209 http_parts.password.is_nonempty()) {
212 http_parts.scheme.reset();
214 &http_parts.username,
215 &http_parts.password,
216 &http_parts.host,
217 &http_parts.port,
218 &http_parts
[all...]

Completed in 784 milliseconds