HomeSort by relevance Sort by last modified time
    Searched refs:TestConfigState (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/extensions/browser/api/test/
test_api.cc 104 TestConfigState* test_config_state = TestConfigState::GetInstance();
108 TestGetConfigFunction::TestConfigState::TestConfigState()
112 TestGetConfigFunction::TestConfigState*
113 TestGetConfigFunction::TestConfigState::GetInstance() {
114 return Singleton<TestConfigState>::get();
120 TestConfigState* test_config_state = TestConfigState::GetInstance();
test_api.h 92 class TestConfigState {
94 static TestConfigState* GetInstance();
103 friend struct DefaultSingletonTraits<TestConfigState>;
104 TestConfigState();
108 DISALLOW_COPY_AND_ASSIGN(TestConfigState);

Completed in 2844 milliseconds