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

  /external/chromium/chrome/browser/
shell_integration_unittest.cc 314 FilePath empty_path; local
316 ShellIntegration::GetChromiumAppId(empty_path));
  /external/chromium_org/chrome/browser/
shell_integration_win_unittest.cc 327 base::FilePath empty_path; local
329 ShellIntegration::GetAppModelIdForProfile(base_app_id, empty_path));
355 base::FilePath empty_path; local
357 ShellIntegration::GetAppListAppModelIdForProfile(empty_path));
  /external/chromium_org/webkit/browser/blob/
local_file_stream_reader_unittest.cc 138 base::FilePath empty_path = test_dir().AppendASCII("empty"); local
141 empty_path,
149 CreateFileReader(empty_path, 0, base::Time()));
  /external/chromium/googleurl/src/
gurl_unittest.cc 223 GURL empty_path = url.GetWithEmptyPath(); local
224 EXPECT_EQ(cases[i].expected, empty_path.spec());
  /external/chromium_org/chrome/common/net/
url_fixer_upper_unittest.cc 535 base::FilePath empty_path; local
538 empty_path, http_url_path).SchemeIs("http"));
  /external/chromium_org/url/
gurl_unittest.cc 262 GURL empty_path = url.GetWithEmptyPath(); local
263 EXPECT_EQ(cases[i].expected, empty_path.spec());
  /external/chromium_org/webkit/browser/fileapi/
obfuscated_file_util_unittest.cc 1654 const FileSystemURL empty_path = CreateURL(base::FilePath()); local
    [all...]

Completed in 393 milliseconds