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

  /external/chromium/chrome/browser/tabs/
pinned_tab_service_factory.cc 12 PinnedTabService* PinnedTabServiceFactory::GetForProfile(
18 PinnedTabServiceFactory* PinnedTabServiceFactory::GetInstance() {
19 return Singleton<PinnedTabServiceFactory>::get();
22 PinnedTabServiceFactory::PinnedTabServiceFactory()
26 PinnedTabServiceFactory::~PinnedTabServiceFactory() {
29 ProfileKeyedService* PinnedTabServiceFactory::BuildServiceInstanceFor(
pinned_tab_service_factory.h 18 class PinnedTabServiceFactory : public ProfileKeyedServiceFactory {
23 static PinnedTabServiceFactory* GetInstance();
26 friend struct DefaultSingletonTraits<PinnedTabServiceFactory>;
28 PinnedTabServiceFactory();
29 virtual ~PinnedTabServiceFactory();

Completed in 63 milliseconds