HomeSort by relevance Sort by last modified time
    Searched refs:GetTestFilePath (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/content/renderer/
savable_resources_browsertest.cc 110 GetTestFilePath("dom_serializer", expected_frame_links[i]);
116 GetTestFilePath("dom_serializer", "youtube_1.htm");
132 GetTestFilePath("dom_serializer", expected_frame_links[i]);
138 GetTestFilePath("dom_serializer", "youtube_2.htm");
dom_serializer_browsertest.cc 468 base::FilePath page_file_path = GetTestFilePath(
524 base::FilePath page_file_path = GetTestFilePath(
690 base::FilePath page_file_path = GetTestFilePath(
782 GetTestFilePath("dom_serializer", "youtube_1.htm");
797 GetTestFilePath("dom_serializer", "youtube_2.htm");
814 GetTestFilePath("dom_serializer", "note.html");
815 base::FilePath xml_file_path = GetTestFilePath("dom_serializer", "note.xml");
    [all...]
  /external/chromium_org/content/test/
content_browser_test_utils.h 33 base::FilePath GetTestFilePath(const char* dir, const char* file);
content_browser_test_utils.cc 24 base::FilePath GetTestFilePath(const char* dir, const char* file) {
32 return net::FilePathToFileURL(GetTestFilePath(dir, file));
  /external/chromium_org/chrome/test/perf/
shutdown_test.cc 50 ui_test_utils::GetTestFilePath(kFastShutdownDir,
52 ui_test_utils::GetTestFilePath(kCurrentDir,
54 ui_test_utils::GetTestFilePath(kCurrentDir,
56 ui_test_utils::GetTestFilePath(kCurrentDir,
startup_test.cc 61 const base::FilePath file_url = ui_test_utils::GetTestFilePath(
70 profiling_file_ = ui_test_utils::GetTestFilePath(
  /external/chromium_org/chrome/browser/safe_browsing/
two_phase_uploader_unittest.cc 47 base::FilePath GetTestFilePath() {
83 GetTestFilePath(),
109 GetTestFilePath(),
131 GetTestFilePath(),
157 GetTestFilePath(),
179 GetTestFilePath(),
  /external/chromium_org/chrome/browser/
chrome_main_browsertest.cc 61 base::FilePath test_file_path = ui_test_utils::GetTestFilePath(
91 base::FilePath test_file_path = ui_test_utils::GetTestFilePath(
141 base::FilePath test_file_path = ui_test_utils::GetTestFilePath(
  /external/chromium/chrome/browser/download/
save_page_uitest.cc 38 FilePath expected_result_filepath = ui_test_utils::GetTestFilePath(
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_policy_browsertest.cc 39 base::FilePath test_file_path = ui_test_utils::GetTestFilePath(
  /external/chromium_org/chrome/browser/chromeos/extensions/
virtual_keyboard_browsertest.cc 97 base::FilePath path = ui_test_utils::GetTestFilePath(dir, file);
155 base::FilePath path = ui_test_utils::GetTestFilePath(
  /external/chromium_org/chrome/browser/infobars/
infobars_browsertest.cc 34 base::FilePath path = ui_test_utils::GetTestFilePath(
  /external/chromium_org/google_apis/drive/
test_util.cc 38 base::FilePath GetTestFilePath(const std::string& relative_path) {
82 base::FilePath path = GetTestFilePath(relative_path);
122 GetTestFilePath(remaining_path)).PassAs<net::test_server::HttpResponse>();
base_requests_server_unittest.cc 100 test_util::GetTestFilePath("gdata/testfile.txt");
drive_api_requests_unittest.cc 320 test_util::GetTestFilePath("drive/file_entry.json"));
383 expected_data_file_path_ = test_util::GetTestFilePath(
423 test_util::GetTestFilePath("drive/directory_entry.json");
471 test_util::GetTestFilePath("drive/file_entry.json");
516 expected_data_file_path_ = test_util::GetTestFilePath(
550 expected_data_file_path_ = test_util::GetTestFilePath(
577 expected_data_file_path_ = test_util::GetTestFilePath(
603 expected_data_file_path_ = test_util::GetTestFilePath(
632 expected_data_file_path_ = test_util::GetTestFilePath(
663 test_util::GetTestFilePath("drive/file_entry.json")
    [all...]
gdata_wapi_requests_unittest.cc 100 test_util::GetTestFilePath("gdata/file_entry.json")));
114 test_util::GetTestFilePath("gdata/root_feed.json")));
123 test_util::GetTestFilePath("gdata/file_entry.json")));
132 test_util::GetTestFilePath(
144 test_util::GetTestFilePath("gdata/testfile.txt")));
153 test_util::GetTestFilePath("gdata/testfile.txt")));
173 test_util::GetTestFilePath(
260 test_util::GetTestFilePath("gdata/file_entry.json"));
    [all...]
  /external/chromium_org/content/browser/download/
drag_download_file_browsertest.cc 74 base::FilePath mock_base(GetTestFilePath("download", ""));
  /external/chromium_org/chrome/browser/prefs/
pref_service_browsertest.cc 70 reference_pref_file = ui_test_utils::GetTestFilePath(
80 reference_pref_file = ui_test_utils::GetTestFilePath(
  /external/chromium_org/content/browser/media/
media_browsertest.cc 55 base::FilePath test_file_path = GetTestFilePath("media", html_page);
97 base::FilePath test_file_path = GetTestFilePath("media", "blackwhite.html");
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
filevideocapturer_unittest.cc 48 return capturer_->Init(cricket::GetTestFilePath(filename));
195 cricket::GetTestFilePath("captured-320x240-2s-48.frames");
  /external/chromium_org/chrome/test/base/
ui_test_utils.h 117 base::FilePath GetTestFilePath(const base::FilePath& dir,
  /external/chromium_org/chrome/browser/ui/pdf/
pdf_browsertest.cc 129 base::FilePath reference = ui_test_utils::GetTestFilePath(
318 ui_test_utils::GetTestFilePath(GetPDFTestDir(), base::FilePath()),
  /external/chromium_org/content/browser/
plugin_browsertest.cc 80 base::FilePath path = GetTestFilePath("", "");
116 base::FilePath path = GetTestFilePath("plugin", filename);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
testutils.cc 255 std::string GetTestFilePath(const std::string& filename) {
273 GetTestFilePath(ss.str())), "rb"));
  /external/chromium/chrome/browser/
browser_encoding_uitest.cc 27 FilePath expected_result_filepath = ui_test_utils::GetTestFilePath(

Completed in 186 milliseconds

1 2