Home
last modified time | relevance | path

Searched refs:test_config_state (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_test_api.cc97 TestConfigState* test_config_state = TestConfigState::GetInstance(); in set_test_config_state() local
98 test_config_state->set_config_state(value); in set_test_config_state()
113 TestConfigState* test_config_state = TestConfigState::GetInstance(); in RunImpl() local
115 if (!test_config_state->config_state()) { in RunImpl()
120 result_.reset(test_config_state->config_state()->DeepCopy()); in RunImpl()