Searched refs:AppRegistry (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/athena/content/ |
D | app_activity_unittest.cc | 39 AppRegistry::Get()->GetAppActivityRegistry(app_id, NULL); in TestAppActivity() 197 EXPECT_EQ(0, AppRegistry::Get()->NumberOfApplications()); in TEST_F() 200 EXPECT_EQ(1, AppRegistry::Get()->NumberOfApplications()); in TEST_F() 202 EXPECT_EQ(AppRegistry::Get()->GetAppActivityRegistry(kDummyApp1, NULL), in TEST_F() 206 EXPECT_EQ(0, AppRegistry::Get()->NumberOfApplications()); in TEST_F() 213 EXPECT_EQ(0, AppRegistry::Get()->NumberOfApplications()); in TEST_F() 216 EXPECT_EQ(1, AppRegistry::Get()->NumberOfApplications()); in TEST_F() 219 EXPECT_EQ(2, AppRegistry::Get()->NumberOfApplications()); in TEST_F() 225 EXPECT_EQ(0, AppRegistry::Get()->NumberOfApplications()); in TEST_F() 232 EXPECT_EQ(0, AppRegistry::Get()->NumberOfApplications()); in TEST_F() [all …]
|
D | app_registry_impl.cc | 12 class AppRegistryImpl : public AppRegistry { 71 void AppRegistry::Create() { in Create() 77 AppRegistry* AppRegistry::Get() { in Get() 83 void AppRegistry::ShutDown() { in ShutDown() 88 AppRegistry::AppRegistry() {} in AppRegistry() function in athena::AppRegistry 90 AppRegistry::~AppRegistry() { in ~AppRegistry()
|
D | app_activity_registry.cc | 58 AppRegistry::Get()->RemoveAppActivityRegistry(this); in UnregisterAppActivity() 99 AppRegistry::Get()->RemoveAppActivityRegistry(this); in ProxyDestroyed()
|
D | app_activity.cc | 206 AppRegistry* app_registry = AppRegistry::Get(); in RegisterActivity()
|
/external/chromium_org/athena/content/public/ |
D | app_registry.h | 28 class ATHENA_EXPORT AppRegistry { 34 static AppRegistry* Get(); 57 AppRegistry(); 58 virtual ~AppRegistry();
|
/external/chromium_org/athena/main/ |
D | athena_launcher.cc | 118 athena::AppRegistry::Create(); in StartAthenaEnv() 160 athena::AppRegistry::ShutDown(); in ShutdownAthena()
|