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

/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_input.cc216 url_parse::Parsed http_parts; local
220 &http_parts, &http_scheme,
225 http_parts.username.is_nonempty() &&
226 http_parts.password.is_nonempty()) {
229 http_parts.scheme.reset();
231 &http_parts.username,
232 &http_parts.password,
233 &http_parts.host,
234 &http_parts.port,
235 &http_parts
[all...]
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete.cc201 url_parse::Parsed http_parts; local
205 &http_parts, &http_scheme,
210 http_parts.username.is_nonempty() &&
211 http_parts.password.is_nonempty()) {
214 http_parts.scheme.reset();
216 &http_parts.username,
217 &http_parts.password,
218 &http_parts.host,
219 &http_parts.port,
220 &http_parts
[all...]

Completed in 165 milliseconds