Lines Matching full:component
81 const url_parse::Component& path,
83 url_parse::Component* out_path) {
98 // path. Give it a fake output component to write into. DoCanonicalizeFile
99 // will compute the full path component.
100 url_parse::Component sub_path =
102 url_parse::Component fake_output_path;
120 new_parsed->username = url_parse::Component();
121 new_parsed->password = url_parse::Component();
122 new_parsed->port = url_parse::Component();
173 const url_parse::Component& path,
175 url_parse::Component* out_path) {
181 const url_parse::Component& path,
183 url_parse::Component* out_path) {