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

  /external/chromium_org/net/url_request/
file_protocol_handler.cc 27 const bool is_file = FileURLToFilePath(request->url(), &file_path);
  /external/chromium_org/net/base/
filename_util.h 29 NET_EXPORT bool FileURLToFilePath(const GURL& url, base::FilePath* file_path);
filename_util.cc 67 bool FileURLToFilePath(const GURL& url, base::FilePath* file_path) {
filename_util_unittest.cc 193 EXPECT_TRUE(FileURLToFilePath(file_url, &output));
232 FileURLToFilePath(GURL(url_cases[i].url), &output);
242 EXPECT_TRUE(FileURLToFilePath(
248 EXPECT_FALSE(FileURLToFilePath(GURL("filefoobar"), &output));
    [all...]
  /external/chromium_org/content/shell/browser/
shell_browser_main.cc 86 if (net::FileURLToFilePath(test_url, &local_path))
  /external/chromium_org/mojo/shell/
dynamic_application_loader.cc 96 net::FileURLToFilePath(url, &path);
  /external/chromium_org/net/test/url_request/
url_request_mock_http_job.cc 63 net::FileURLToFilePath(GURL(url), &file_path);
  /external/chromium_org/content/shell/renderer/
webkit_test_runner.cc 282 net::FileURLToFilePath(base_url.Resolve(utf8_path), &path);
289 if (!net::FileURLToFilePath(file_url, &local_path))
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.cc 316 if (url.SchemeIsFile() && net::FileURLToFilePath(url, &file_path)) {
401 if (url.SchemeIsFile() && net::FileURLToFilePath(url, &file_path))
  /external/chromium_org/components/url_fixer/
url_fixer_unittest.cc 241 net::FileURLToFilePath(GURL(url), &derived_path);
  /external/chromium_org/content/browser/download/
save_file_manager.cc 453 net::FileURLToFilePath(original_file_url, &file_path);
  /external/chromium_org/content/browser/
child_process_security_policy_impl.cc 180 if (net::FileURLToFilePath(url, &path))
449 if (net::FileURLToFilePath(url, &path))
  /external/chromium_org/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc 77 net::FileURLToFilePath(url, &full_path);
  /external/chromium_org/components/policy/core/browser/
url_blacklist_manager.cc 246 if (!net::FileURLToFilePath(GURL(filter), &file_path))
  /external/chromium_org/chrome/browser/ui/webui/
about_ui.cc 278 if (net::FileURLToFilePath(GURL(customization->GetEULAPage(locale_)),
    [all...]
  /external/chromium_org/content/child/npapi/
plugin_host.cc 474 net::FileURLToFilePath(file_url, &file_path);
    [all...]
  /external/chromium_org/chrome/browser/download/
download_browsertest.cc 735 net::FileURLToFilePath(url, &filename);
774 net::FileURLToFilePath(url, &filename);
    [all...]

Completed in 518 milliseconds