Lines Matching full:component
95 const url_parse::Component& component,
97 if (!component.is_nonempty())
98 return compare_to[0] == 0; // When component is empty, match empty scheme.
99 return LowerCaseEqualsASCII(&spec[component.begin],
100 &spec[component.end()],
107 bool DoIsStandard(const CHAR* spec, const url_parse::Component& scheme) {
124 url_parse::Component* found_scheme) {
132 url_parse::Component our_scheme;
136 *found_scheme = url_parse::Component();
177 url_parse::Component scheme;
236 url_parse::Component relative_component;
286 url_parse::Component scheme_replaced_parsed;
323 replacements_no_scheme.SetScheme(NULL, url_parse::Component());
391 bool IsStandard(const char* spec, const url_parse::Component& scheme) {
395 bool IsStandard(const char16* spec, const url_parse::Component& scheme) {
402 url_parse::Component* found_scheme) {
409 url_parse::Component* found_scheme) {