Searched defs:GetTestFilePath (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/test/
H A Dcontent_browser_test_utils.cc24 base::FilePath GetTestFilePath(const char* dir, const char* file) { function in namespace:content
32 return net::FilePathToFileURL(GetTestFilePath(dir, file));
/external/chromium_org/chrome/browser/safe_browsing/
H A Dtwo_phase_uploader_unittest.cc47 base::FilePath GetTestFilePath() { function in namespace:__anon5870
83 GetTestFilePath(),
109 GetTestFilePath(),
131 GetTestFilePath(),
157 GetTestFilePath(),
179 GetTestFilePath(),
/external/chromium_org/chrome_frame/test/
H A Dmock_ie_event_sink_test.cc227 base::FilePath MockIEEventSinkTest::GetTestFilePath( function in class:chrome_frame_test::MockIEEventSinkTest
/external/chromium_org/google_apis/drive/
H A Dtest_util.cc38 base::FilePath GetTestFilePath(const std::string& relative_path) { function in namespace:google_apis::test_util
82 base::FilePath path = GetTestFilePath(relative_path);
122 GetTestFilePath(remaining_path)).PassAs<net::test_server::HttpResponse>();
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dtestutils.cc255 std::string GetTestFilePath(const std::string& filename) { function in namespace:cricket
273 GetTestFilePath(ss.str())), "rb"));
/external/chromium_org/chrome/test/base/
H A Dui_test_utils.cc270 base::FilePath GetTestFilePath(const base::FilePath& dir, function in namespace:ui_test_utils
278 return net::FilePathToFileURL(GetTestFilePath(dir, file));

Completed in 537 milliseconds