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

  /external/chromium/googleurl/src/
url_file.h 91 inline bool DoesBeginUNCPath(const CHAR* text,
url_parse_file.cc 174 } else if (DoesBeginUNCPath(spec, begin, spec_len, false)) {
url_canon_relative.cc 119 url_parse::DoesBeginUNCPath(url, begin, url_len, true))
485 if (url_parse::DoesBeginUNCPath(relative_url, relative_component.begin,
url_util.cc 177 if (url_parse::DoesBeginUNCPath(spec, 0, spec_len, false) ||

Completed in 446 milliseconds