Home
last modified time | relevance | path

Searched refs:http_parts (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dautocomplete.cc201 url_parse::Parsed http_parts; in Parse() local
205 &http_parts, &http_scheme, in Parse()
210 http_parts.username.is_nonempty() && in Parse()
211 http_parts.password.is_nonempty()) { in Parse()
214 http_parts.scheme.reset(); in Parse()
216 &http_parts.username, in Parse()
217 &http_parts.password, in Parse()
218 &http_parts.host, in Parse()
219 &http_parts.port, in Parse()
220 &http_parts.path, in Parse()
[all …]