HomeSort by relevance Sort by last modified time
    Searched refs:base_path_begin (Results 1 - 2 of 2) sorted by null

  /external/chromium/googleurl/src/
url_canon_relative.cc 237 int base_path_begin,
243 if (base_path_begin >= base_path_end)
244 return base_path_begin; // No path.
250 return base_path_begin; // Relative URL path is "C:/foo"
256 base_path_begin,
261 output->push_back(base_url[base_path_begin + 1]);
262 output->push_back(base_url[base_path_begin + 2]);
263 return base_path_begin + 3;
266 return base_path_begin;
303 int base_path_begin = base_parsed.path.begin local
    [all...]
  /external/chromium_org/url/
url_canon_relative.cc 225 int base_path_begin,
231 if (base_path_begin >= base_path_end)
232 return base_path_begin; // No path.
238 return base_path_begin; // Relative URL path is "C:/foo"
244 base_path_begin,
249 output->push_back(base_url[base_path_begin + 1]);
250 output->push_back(base_url[base_path_begin + 2]);
251 return base_path_begin + 3;
254 return base_path_begin;
291 int base_path_begin = base_parsed.path.begin local
    [all...]

Completed in 51 milliseconds