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

/external/chromium/googleurl/src/
H A Durl_canon_relative.cc239 const CHAR* relative_url,
248 if (url_parse::DoesBeginWindowsDriveSpec(relative_url,
277 const CHAR* relative_url,
287 url_parse::ParsePathInternal(relative_url,
308 relative_url, relative_component.begin, relative_component.end(),
316 if (url_parse::IsURLSlash(relative_url[path.begin])) {
321 success &= CanonicalizePath(relative_url, path,
330 success &= CanonicalizePartialPath(relative_url, path, path_begin,
338 CanonicalizeQuery(relative_url, query, query_converter,
340 CanonicalizeRef(relative_url, re
236 CopyBaseDriveSpecIfNecessary(const char* base_url, int base_path_begin, int base_path_end, const CHAR* relative_url, int path_start, int relative_url_len, CanonOutput* output) argument
274 DoResolveRelativePath(const char* base_url, const url_parse::Parsed& base_parsed, bool base_is_file, const CHAR* relative_url, const url_parse::Component& relative_component, CharsetConverter* query_converter, CanonOutput* output, url_parse::Parsed* out_parsed) argument
383 DoResolveRelativeHost(const char* base_url, const url_parse::Parsed& base_parsed, const CHAR* relative_url, const url_parse::Component& relative_component, CharsetConverter* query_converter, CanonOutput* output, url_parse::Parsed* out_parsed) argument
415 DoResolveAbsoluteFile(const CHAR* relative_url, const url_parse::Component& relative_component, CharsetConverter* query_converter, CanonOutput* output, url_parse::Parsed* out_parsed) argument
434 DoResolveRelativeURL(const char* base_url, const url_parse::Parsed& base_parsed, bool base_is_file, const CHAR* relative_url, const url_parse::Component& relative_component, CharsetConverter* query_converter, CanonOutput* output, url_parse::Parsed* out_parsed) argument
546 ResolveRelativeURL(const char* base_url, const url_parse::Parsed& base_parsed, bool base_is_file, const char* relative_url, const url_parse::Component& relative_component, CharsetConverter* query_converter, CanonOutput* output, url_parse::Parsed* out_parsed) argument
559 ResolveRelativeURL(const char* base_url, const url_parse::Parsed& base_parsed, bool base_is_file, const char16* relative_url, const url_parse::Component& relative_component, CharsetConverter* query_converter, CanonOutput* output, url_parse::Parsed* out_parsed) argument
[all...]

Completed in 55 milliseconds