Searched defs:AppRegistry (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/athena/content/public/
H A Dapp_registry.h28 class ATHENA_EXPORT AppRegistry { class in namespace:athena
30 // Creates the AppRegistry instance.
34 static AppRegistry* Get();
57 AppRegistry();
58 virtual ~AppRegistry();
/external/chromium_org/athena/content/
H A Dapp_registry_impl.cc12 class AppRegistryImpl : public AppRegistry {
17 // AppRegistry:
71 void AppRegistry::Create() {
77 AppRegistry* AppRegistry::Get() {
83 void AppRegistry::ShutDown() {
88 AppRegistry::AppRegistry() {} function in class:athena::AppRegistry
90 AppRegistry::~AppRegistry() {
[all...]

Completed in 69 milliseconds