Home | History | Annotate | Download | only in url

Lines Matching full:component

56                             const url_parse::Component& path,
58 url_parse::Component* out_path) {
73 // path. Give it a fake output component to write into. DoCanonicalizeFile
74 // will compute the full path component.
75 url_parse::Component sub_path =
77 url_parse::Component fake_output_path;
95 new_parsed->username = url_parse::Component();
96 new_parsed->password = url_parse::Component();
97 new_parsed->port = url_parse::Component();
148 const url_parse::Component& path,
150 url_parse::Component* out_path) {
156 const url_parse::Component& path,
158 url_parse::Component* out_path) {