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

  /external/chromium_org/apps/
app_load_service_factory.h 17 class AppLoadServiceFactory : public BrowserContextKeyedServiceFactory {
21 static AppLoadServiceFactory* GetInstance();
24 friend struct DefaultSingletonTraits<AppLoadServiceFactory>;
26 AppLoadServiceFactory();
27 virtual ~AppLoadServiceFactory();
app_load_service_factory.cc 19 AppLoadService* AppLoadServiceFactory::GetForProfile(Profile* profile) {
24 AppLoadServiceFactory* AppLoadServiceFactory::GetInstance() {
25 return Singleton<AppLoadServiceFactory>::get();
28 AppLoadServiceFactory::AppLoadServiceFactory()
39 AppLoadServiceFactory::~AppLoadServiceFactory() {
42 KeyedService* AppLoadServiceFactory::BuildServiceInstanceFor(
47 bool AppLoadServiceFactory::ServiceIsNULLWhileTesting() const
    [all...]

Completed in 953 milliseconds