Home
last modified time | relevance | path

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

/external/chromium_org/athena/content/
Dapp_registry_impl.cc12 class AppRegistryImpl : public AppRegistry { class
14 AppRegistryImpl();
15 virtual ~AppRegistryImpl();
29 DISALLOW_COPY_AND_ASSIGN(AppRegistryImpl);
34 AppRegistryImpl* instance = NULL;
38 AppRegistryImpl::AppRegistryImpl() { in AppRegistryImpl() function in athena::AppRegistryImpl
40 AppRegistryImpl::~AppRegistryImpl() { in ~AppRegistryImpl()
44 AppActivityRegistry* AppRegistryImpl::GetAppActivityRegistry( in GetAppActivityRegistry()
62 void AppRegistryImpl::RemoveAppActivityRegistry(AppActivityRegistry* registry) { in RemoveAppActivityRegistry()
73 instance = new AppRegistryImpl(); in Create()
/external/chromium_org/athena/content/public/
Dapp_registry.h22 class AppRegistryImpl; variable