Home
last modified time | relevance | path

Searched refs:path_begin (Results 1 – 3 of 3) sorted by relevance

/external/chromium/googleurl/src/
Durl_parse.cc404 int path_begin = -1; in DoParseMailtoURL() local
414 path_begin = parsed->scheme.end() + 1; in DoParseMailtoURL()
420 path_begin = begin; in DoParseMailtoURL()
425 for (int i = path_begin; i < path_end; ++i) { in DoParseMailtoURL()
435 if (path_begin == path_end) { in DoParseMailtoURL()
438 parsed->path = MakeRange(path_begin, path_end); in DoParseMailtoURL()
Durl_parse_file.cc129 int path_begin, in DoParseLocalFile() argument
133 ParsePathInternal(spec, MakeRange(path_begin, spec_len), in DoParseLocalFile()
Durl_canon_relative.cc327 int path_begin = output->length(); in DoResolveRelativePath() local
330 success &= CanonicalizePartialPath(relative_url, path, path_begin, in DoResolveRelativePath()
332 out_parsed->path = url_parse::MakeRange(path_begin, output->length()); in DoResolveRelativePath()