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

  /external/chromium/googleurl/src/
url_parse_internal.h 56 inline void TrimURL(const CHAR* spec, int* begin, int* len) {
url_parse_file.cc 156 TrimURL(spec, &begin, &spec_len);
url_parse.cc 321 TrimURL(spec, &begin, &spec_len);
351 TrimURL(spec, &begin, &spec_len);
395 TrimURL(spec, &begin, &spec_len);
url_canon_relative.cc 98 url_parse::TrimURL(url, &begin, &url_len);
  /external/chromium_org/url/
url_parse_internal.h 31 inline void TrimURL(const CHAR* spec, int* begin, int* len) {
url_parse_file.cc 131 TrimURL(spec, &begin, &spec_len);
url_canon_relative.cc 74 url_parse::TrimURL(url, &begin, &url_len);
  /external/chromium_org/url/third_party/mozilla/
url_parse.cc 323 TrimURL(spec, &begin, &spec_len);
354 TrimURL(spec, &begin, &spec_len);
471 TrimURL(spec, &begin, &spec_len);
516 TrimURL(spec, &begin, &spec_len);

Completed in 1034 milliseconds