Searched refs:test_config_ (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/chrome/browser/media/ |
D | chrome_webrtc_video_quality_browsertest.cc | 102 test_config_ = GetParam(); in WebRtcVideoQualityBrowserTest() 115 .Append(test_config_.reference_video) in SetUpCommandLine() 251 VideoQualityTestConfig test_config_; member in WebRtcVideoQualityBrowserTest 294 test_config_.constraints); in IN_PROC_BROWSER_TEST_P() 298 test_config_.constraints); in IN_PROC_BROWSER_TEST_P() 324 test_config_.width, test_config_.height, in IN_PROC_BROWSER_TEST_P() 327 test_config_.test_name, in IN_PROC_BROWSER_TEST_P() 328 test_config_.width, in IN_PROC_BROWSER_TEST_P() 329 test_config_.height, in IN_PROC_BROWSER_TEST_P() 332 .Append(test_config_.reference_video) in IN_PROC_BROWSER_TEST_P()
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_apitest.cc | 143 DCHECK(!test_config_.get()) << "Previous test did not clear config state."; in SetUpInProcessBrowserTestFixture() 144 test_config_.reset(new base::DictionaryValue()); in SetUpInProcessBrowserTestFixture() 145 test_config_->SetString(kTestDataDirectory, in SetUpInProcessBrowserTestFixture() 147 test_config_->SetInteger(kTestWebSocketPort, 0); in SetUpInProcessBrowserTestFixture() 149 test_config_.get()); in SetUpInProcessBrowserTestFixture() 154 test_config_.reset(NULL); in TearDownInProcessBrowserTestFixture() 260 test_config_->SetString(kTestCustomArg, custom_arg); in RunExtensionTestImpl() 365 test_config_->SetInteger(kTestServerPort, in StartEmbeddedTestServer() 381 test_config_->SetInteger(kTestWebSocketPort, in StartWebSocketServer() 396 test_config_->SetInteger(kFtpServerPort, in StartFTPServer() [all …]
|
D | extension_apitest.h | 165 scoped_ptr<base::DictionaryValue> test_config_; variable
|
/external/chromium_org/content/shell/renderer/ |
D | webkit_test_runner.cc | 280 net::FilePathToFileURL(test_config_.current_working_directory.Append( in GetAbsoluteWebStringFromUTF8Path() 477 GURL base_url = net::FilePathToFileURL(test_config_.temp_path); in PathToLocalResource() 542 return test_config_.allow_external_pages; in AllowExternalPages() 653 if (test_config_.enable_pixel_dumping && in CaptureDump() 678 if (actual_pixel_hash == test_config_.expected_pixel_hash) { in CaptureDumpPixels() 702 test_config_ = params; in OnSetTestConfiguration()
|
D | webkit_test_runner.h | 148 ShellTestConfiguration test_config_; variable
|
/external/chromium_org/chrome/browser/component_updater/test/ |
D | component_updater_service_unittest.h | 71 TestConfigurator* test_config_;
|
D | component_updater_service_unittest.cc | 52 test_config_(NULL), in ComponentUpdaterTest() 55 test_config_ = new TestConfigurator( in ComponentUpdaterTest() 61 component_updater_.reset(ComponentUpdateServiceFactory(test_config_)); in ComponentUpdaterTest() 100 return test_config_; in test_configurator()
|