Searched refs:StartPageServiceFactory (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
H A Dstart_page_service_factory.cc20 StartPageService* StartPageServiceFactory::GetForProfile(Profile* profile) {
31 StartPageServiceFactory* StartPageServiceFactory::GetInstance() {
32 return Singleton<StartPageServiceFactory>::get();
35 StartPageServiceFactory::StartPageServiceFactory() function in class:app_list::StartPageServiceFactory
44 StartPageServiceFactory::~StartPageServiceFactory() {}
46 KeyedService* StartPageServiceFactory::BuildServiceInstanceFor(
H A Dstart_page_service_factory.h17 class StartPageServiceFactory : public BrowserContextKeyedServiceFactory { class in namespace:app_list
23 static StartPageServiceFactory* GetInstance();
26 friend struct DefaultSingletonTraits<StartPageServiceFactory>;
28 StartPageServiceFactory();
29 virtual ~StartPageServiceFactory();
35 DISALLOW_COPY_AND_ASSIGN(StartPageServiceFactory);
H A Dstart_page_service.h62 friend class StartPageServiceFactory;
H A Dstart_page_service.cc105 return StartPageServiceFactory::GetForProfile(profile);

Completed in 81 milliseconds