Searched refs:MakeRange (Results 1 – 6 of 6) sorted by relevance
/external/chromium/googleurl/src/ |
D | url_parse.cc | 81 *password = MakeRange(user.begin + colon_offset + 1, in ParseUserInfo() 125 *hostname = MakeRange(serverinfo.begin, colon); in ParseServerInfo() 128 *port_num = MakeRange(colon + 1, serverinfo.end()); in ParseServerInfo() 166 ParseServerInfo(spec, MakeRange(i + 1, auth.begin + auth.len), in DoParseAuthority() 222 *ref = MakeRange(ref_separator + 1, path_end); in ParsePath() 232 *query = MakeRange(query_separator + 1, query_end); in ParsePath() 239 *filepath = MakeRange(path.begin, file_end); in ParsePath() 258 *scheme = MakeRange(begin, i); in DoExtractScheme() 372 parsed->path = MakeRange(parsed->scheme.end() + 1, spec_len); in DoParsePathURL() 376 parsed->path = MakeRange(begin, spec_len); in DoParsePathURL() [all …]
|
D | url_parse_file.cc | 99 ParsePathInternal(spec, MakeRange(next_slash, spec_len), in DoParseUNC() 112 parsed->host = MakeRange(after_slashes, next_slash); in DoParseUNC() 116 ParsePathInternal(spec, MakeRange(next_slash, spec_len), in DoParseUNC() 133 ParsePathInternal(spec, MakeRange(path_begin, spec_len), in DoParseLocalFile()
|
D | url_canon_relative.cc | 133 *relative_component = url_parse::MakeRange(begin, url_len); in DoIsRelativeURL() 142 *relative_component = url_parse::MakeRange(begin, url_len); in DoIsRelativeURL() 169 *relative_component = url_parse::MakeRange(colon_offset + 1, url_len); in DoIsRelativeURL() 332 out_parsed->path = url_parse::MakeRange(path_begin, output->length()); in DoResolveRelativePath() 343 out_parsed->path = url_parse::MakeRange(true_path_begin, in DoResolveRelativePath()
|
D | url_canon_host.cc | 350 url_parse::MakeRange(output_begin, output->length()), in DoHost() 362 host_info->out_host = url_parse::MakeRange(output_begin, output->length()); in DoHost()
|
D | url_parse.h | 85 inline Component MakeRange(int begin, int end) { in MakeRange() function
|
D | url_canon_fileurl.cc | 101 url_parse::MakeRange(after_drive, path.end()); in DoFileCanonicalizePath()
|