Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/extensions/
Dextension_test_api.cc97 TestConfigState* test_config_state = TestConfigState::GetInstance(); in set_test_config_state()
101 ExtensionTestGetConfigFunction::TestConfigState::TestConfigState() in TestConfigState() function in ExtensionTestGetConfigFunction::TestConfigState
105 ExtensionTestGetConfigFunction::TestConfigState*
106 ExtensionTestGetConfigFunction::TestConfigState::GetInstance() { in GetInstance()
107 return Singleton<TestConfigState>::get(); in GetInstance()
113 TestConfigState* test_config_state = TestConfigState::GetInstance(); in RunImpl()
Dextension_test_api.h67 class TestConfigState {
69 static TestConfigState* GetInstance();
78 friend struct DefaultSingletonTraits<TestConfigState>;
79 TestConfigState();
81 DISALLOW_COPY_AND_ASSIGN(TestConfigState);