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

/external/chromium/chrome/browser/extensions/
H A Dextension_test_api.cc97 TestConfigState* test_config_state = TestConfigState::GetInstance(); local
98 test_config_state->set_config_state(value);
113 TestConfigState* test_config_state = TestConfigState::GetInstance(); local
115 if (!test_config_state->config_state()) {
120 result_.reset(test_config_state->config_state()->DeepCopy());
/external/chromium_org/chrome/browser/extensions/api/test/
H A Dtest_api.cc126 TestConfigState* test_config_state = TestConfigState::GetInstance(); local
127 test_config_state->set_config_state(value);
142 TestConfigState* test_config_state = TestConfigState::GetInstance(); local
144 if (!test_config_state->config_state()) {
149 SetResult(test_config_state->config_state()->DeepCopy());

Completed in 87 milliseconds