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 18 AppLoadService* AppLoadServiceFactory::GetForProfile(Profile* profile) {
23 AppLoadServiceFactory* AppLoadServiceFactory::GetInstance() {
24 return Singleton<AppLoadServiceFactory>::get();
27 AppLoadServiceFactory::AppLoadServiceFactory()
37 AppLoadServiceFactory::~AppLoadServiceFactory() {
40 KeyedService* AppLoadServiceFactory::BuildServiceInstanceFor(
45 bool AppLoadServiceFactory::ServiceIsNULLWhileTesting() const
    [all...]

Completed in 162 milliseconds