Home
last modified time | relevance | path

Searched refs:PinnedTabServiceFactory (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/tabs/
Dpinned_tab_service_factory.cc12 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 PinnedTabServiceFactory
26 PinnedTabServiceFactory::~PinnedTabServiceFactory() { in ~PinnedTabServiceFactory()
29 ProfileKeyedService* PinnedTabServiceFactory::BuildServiceInstanceFor( in BuildServiceInstanceFor()
Dpinned_tab_service_factory.h18 class PinnedTabServiceFactory : public ProfileKeyedServiceFactory {
23 static PinnedTabServiceFactory* GetInstance();
26 friend struct DefaultSingletonTraits<PinnedTabServiceFactory>;
28 PinnedTabServiceFactory();
29 virtual ~PinnedTabServiceFactory();
/external/chromium/chrome/browser/profiles/
Dprofile_impl.cc339 PinnedTabServiceFactory::GetForProfile(this); in DoFinalInit()