Searched defs:out_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium/googleurl/src/
H A Durl_canon_fileurl.cc83 url_parse::Component* out_path) {
85 out_path->begin = output->length();
109 out_path->len = output->length() - out_path->begin;
175 url_parse::Component* out_path) {
177 output, out_path);
183 url_parse::Component* out_path) {
185 output, out_path);
80 DoFileCanonicalizePath(const CHAR* spec, const url_parse::Component& path, CanonOutput* output, url_parse::Component* out_path) argument
172 FileCanonicalizePath(const char* spec, const url_parse::Component& path, CanonOutput* output, url_parse::Component* out_path) argument
180 FileCanonicalizePath(const char16* spec, const url_parse::Component& path, CanonOutput* output, url_parse::Component* out_path) argument
H A Durl_canon_path.cc326 url_parse::Component* out_path) {
329 out_path->begin = output->length();
338 success = DoPartialPath<CHAR, UCHAR>(spec, path, out_path->begin, output);
339 out_path->len = output->length() - out_path->begin;
343 *out_path = url_parse::Component();
353 url_parse::Component* out_path) {
354 return DoPath<char, unsigned char>(spec, path, output, out_path);
360 url_parse::Component* out_path) {
361 return DoPath<char16, char16>(spec, path, output, out_path);
323 DoPath(const CHAR* spec, const url_parse::Component& path, CanonOutput* output, url_parse::Component* out_path) argument
350 CanonicalizePath(const char* spec, const url_parse::Component& path, CanonOutput* output, url_parse::Component* out_path) argument
357 CanonicalizePath(const char16* spec, const url_parse::Component& path, CanonOutput* output, url_parse::Component* out_path) argument
[all...]

Completed in 123 milliseconds