Searched refs:PinnedTabServiceFactory (Results 1 – 3 of 3) sorted by relevance
12 PinnedTabService* PinnedTabServiceFactory::GetForProfile( in GetForProfile()18 PinnedTabServiceFactory* PinnedTabServiceFactory::GetInstance() { in GetInstance()19 return Singleton<PinnedTabServiceFactory>::get(); in GetInstance()22 PinnedTabServiceFactory::PinnedTabServiceFactory() in PinnedTabServiceFactory() function in PinnedTabServiceFactory26 PinnedTabServiceFactory::~PinnedTabServiceFactory() { in ~PinnedTabServiceFactory()29 ProfileKeyedService* PinnedTabServiceFactory::BuildServiceInstanceFor( in BuildServiceInstanceFor()
18 class PinnedTabServiceFactory : public ProfileKeyedServiceFactory {23 static PinnedTabServiceFactory* GetInstance();26 friend struct DefaultSingletonTraits<PinnedTabServiceFactory>;28 PinnedTabServiceFactory();29 virtual ~PinnedTabServiceFactory();
339 PinnedTabServiceFactory::GetForProfile(this); in DoFinalInit()