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

  /external/chromium/net/base/
net_util.h 44 GURL FilePathToFileURL(const FilePath& path);
net_util.cc 776 GURL FilePathToFileURL(const FilePath& path) {
    [all...]
net_util_unittest.cc 476 GURL file_url(net::FilePathToFileURL(
    [all...]
  /external/chromium/net/url_request/
url_request_file_job.cc 295 *location = net::FilePathToFileURL(new_path);
url_request_unittest.cc 655 GURL app_url = net::FilePathToFileURL(app_path);
683 GURL temp_url = net::FilePathToFileURL(temp_path);
724 GURL temp_url = net::FilePathToFileURL(temp_path);
764 GURL temp_url = net::FilePathToFileURL(temp_path);
877 TestURLRequest r(net::FilePathToFileURL(FilePath(lnk_path)), &d);
940 TestURLRequest req(net::FilePathToFileURL(file_path), &d);
966 TestURLRequest req(net::FilePathToFileURL(path), &d);
    [all...]
  /external/chromium/net/proxy/
proxy_script_fetcher_unittest.cc 61 GURL base_url = FilePathToFileURL(path);

Completed in 128 milliseconds