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

  /external/chromium_org/chrome/browser/
shell_integration_win_unittest.cc 327 base::FilePath empty_path; local
329 ShellIntegration::GetAppModelIdForProfile(base_app_id, empty_path));
356 base::FilePath empty_path; local
358 ShellIntegration::GetAppListAppModelIdForProfile(empty_path));
  /external/chromium_org/content/browser/fileapi/
local_file_stream_reader_unittest.cc 139 base::FilePath empty_path = test_dir().AppendASCII("empty"); local
140 base::File file(empty_path, base::File::FLAG_CREATE | base::File::FLAG_READ);
145 CreateFileReader(empty_path, 0, base::Time()));
obfuscated_file_util_unittest.cc 1787 const FileSystemURL empty_path = CreateURL(base::FilePath()); local
    [all...]
  /external/chromium_org/components/url_fixer/
url_fixer_unittest.cc 530 base::FilePath empty_path; local
533 url_fixer::FixupRelativeFile(empty_path, http_url_path).SchemeIs("http"));
  /external/chromium_org/url/
gurl_unittest.cc 374 GURL empty_path = url.GetWithEmptyPath(); local
375 EXPECT_EQ(cases[i].expected, empty_path.spec());

Completed in 242 milliseconds