Searched refs:real_parts (Results 1 – 1 of 1) sorted by relevance
425 url_parse::Parsed real_parts; in ParseForEmphasizeComponents() local426 AutocompleteInput::Parse(real_url, desired_tld, &real_parts, NULL, NULL); in ParseForEmphasizeComponents()427 if (real_parts.scheme.is_nonempty() || real_parts.host.is_nonempty()) { in ParseForEmphasizeComponents()428 if (real_parts.scheme.is_nonempty()) { in ParseForEmphasizeComponents()430 after_scheme_and_colon + real_parts.scheme.begin, in ParseForEmphasizeComponents()431 real_parts.scheme.len); in ParseForEmphasizeComponents()435 if (real_parts.host.is_nonempty()) { in ParseForEmphasizeComponents()437 after_scheme_and_colon + real_parts.host.begin, in ParseForEmphasizeComponents()438 real_parts.host.len); in ParseForEmphasizeComponents()