Searched refs:test_config_ (Results 1 – 8 of 8) sorted by relevance
92 DCHECK(!test_config_.get()) << "Previous test did not clear config state."; in SetUpInProcessBrowserTestFixture()93 test_config_.reset(new DictionaryValue()); in SetUpInProcessBrowserTestFixture()94 ExtensionTestGetConfigFunction::set_test_config_state(test_config_.get()); in SetUpInProcessBrowserTestFixture()99 test_config_.reset(NULL); in TearDownInProcessBrowserTestFixture()234 test_config_->SetInteger(kTestServerPort, in StartTestServer()
127 scoped_ptr<DictionaryValue> test_config_; variable
208 DCHECK(!test_config_.get()) << "Previous test did not clear config state."; in SetUpInProcessBrowserTestFixture()209 test_config_.reset(new DictionaryValue()); in SetUpInProcessBrowserTestFixture()210 test_config_->SetString(kTestDataDirectory, in SetUpInProcessBrowserTestFixture()212 test_config_->SetInteger(kTestWebSocketPort, 0); in SetUpInProcessBrowserTestFixture()214 test_config_.get()); in SetUpInProcessBrowserTestFixture()219 test_config_.reset(NULL); in TearDownInProcessBrowserTestFixture()324 test_config_->SetString(kTestCustomArg, custom_arg); in RunExtensionTestImpl()428 test_config_->SetInteger(kTestServerPort, in StartEmbeddedTestServer()444 test_config_->SetInteger(kTestWebSocketPort, in StartWebSocketServer()457 test_config_->SetInteger(kSpawnedTestServerPort, in StartSpawnedTestServer()
199 scoped_ptr<DictionaryValue> test_config_; variable
278 net::FilePathToFileURL(test_config_.current_working_directory.Append( in getAbsoluteWebStringFromUTF8Path()445 GURL base_url = net::FilePathToFileURL(test_config_.temp_path); in pathToLocalResource()510 return test_config_.allow_external_pages; in allowExternalPages()631 if (test_config_.enable_pixel_dumping && in CaptureDump()641 if (actual_pixel_hash == test_config_.expected_pixel_hash) { in CaptureDump()663 test_config_ = params; in OnSetTestConfiguration()
126 ShellTestConfiguration test_config_; variable
143 TestConfigurator* test_config_;
166 : test_config_(NULL), in ComponentUpdaterTest()169 test_config_ = new TestConfigurator; in ComponentUpdaterTest()170 component_updater_.reset(ComponentUpdateServiceFactory(test_config_)); in ComponentUpdaterTest()171 test_config_->SetComponentUpdateService(component_updater_.get()); in ComponentUpdaterTest()207 return test_config_; in test_configurator()