HomeSort by relevance Sort by last modified time
    Searched refs:http_parts (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_input.cc 216 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.path
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete.cc 201 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.path
    [all...]

Completed in 2720 milliseconds