Home | History | Annotate | Download | only in url

Lines Matching refs:component

73                                      const url_parse::Component& component,
75 if (!component.is_nonempty())
76 return compare_to[0] == 0; // When component is empty, match empty scheme.
77 return LowerCaseEqualsASCII(&spec[component.begin],
78 &spec[component.end()],
85 bool DoIsStandard(const CHAR* spec, const url_parse::Component& scheme) {
102 url_parse::Component* found_scheme) {
110 url_parse::Component our_scheme;
114 *found_scheme = url_parse::Component();
156 url_parse::Component scheme;
231 url_parse::Component relative_component;
300 url_parse::Component scheme_replaced_parsed;
337 replacements_no_scheme.SetScheme(NULL, url_parse::Component());
410 bool IsStandard(const char* spec, const url_parse::Component& scheme) {
414 bool IsStandard(const base::char16* spec, const url_parse::Component& scheme) {
421 url_parse::Component* found_scheme) {
428 url_parse::Component* found_scheme) {
587 const url_parse::Component& component,
589 return DoCompareSchemeComponent(spec, component, compare_to);
593 const url_parse::Component& component,
595 return DoCompareSchemeComponent(spec, component, compare_to);