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

  /external/chromium_org/content/browser/gpu/
webgl_conformance_test.cc 45 PathService::Get(DIR_TEST_DATA, &test_path_);
46 test_path_ = test_path_.Append(FILE_PATH_LITERAL("gpu"));
47 test_path_ = test_path_.Append(FILE_PATH_LITERAL("webgl_conformance.html"));
71 NavigateToURL(shell(), net::FilePathToFileURL(test_path_));
81 base::FilePath test_path_; member in class:content::WebGLConformanceTest
  /external/chromium/chrome/browser/chromeos/
external_metrics.h 86 FilePath test_path_; member in class:chromeos::ExternalMetrics
external_metrics_unittest.cc 75 external_metrics->test_path_ = FilePath(path);
external_metrics.cc 113 if (!test_path_.empty()) {
114 event_file_path = test_path_.value().c_str();
  /external/chromium_org/chrome/browser/chromeos/
external_metrics.h 97 base::FilePath test_path_; member in class:chromeos::ExternalMetrics
external_metrics_unittest.cc 76 external_metrics->test_path_ = base::FilePath(path);
external_metrics.cc 288 if (!test_path_.empty()) {
289 event_file_path = test_path_.value().c_str();
  /external/chromium_org/chrome/browser/sessions/
better_session_restore_browsertest.cc 107 test_path_("session_restore/"),
124 test_file_dir.AppendASCII("chrome/test/data").AppendASCII(test_path_);
131 g_file_contents.Get()["/" + test_path_ + *it] = contents;
133 GURL(fake_server_address_ + test_path_ + *it),
137 GURL(fake_server_address_ + test_path_ + "posted.php"),
154 browser, GURL(fake_server_address_ + test_path_ + filename));
174 browser, GURL(fake_server_address_ + test_path_ + filename));
218 browser(), GURL(fake_server_address_ + test_path_ + filename));
264 return test_path_;
269 const std::string test_path_; member in class:BetterSessionRestoreTest
    [all...]

Completed in 112 milliseconds