Searched defs:PinnedTabServiceFactory (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/tabs/
H A Dpinned_tab_service_factory.h18 class PinnedTabServiceFactory : public BrowserContextKeyedServiceFactory { class in inherits:BrowserContextKeyedServiceFactory
23 static PinnedTabServiceFactory* GetInstance();
26 friend struct DefaultSingletonTraits<PinnedTabServiceFactory>;
28 PinnedTabServiceFactory();
29 virtual ~PinnedTabServiceFactory();
H A Dpinned_tab_service_factory.cc12 PinnedTabService* PinnedTabServiceFactory::GetForProfile(
18 PinnedTabServiceFactory* PinnedTabServiceFactory::GetInstance() {
19 return Singleton<PinnedTabServiceFactory>::get();
22 PinnedTabServiceFactory::PinnedTabServiceFactory() function in class:PinnedTabServiceFactory
28 PinnedTabServiceFactory::~PinnedTabServiceFactory() {
31 KeyedService* PinnedTabServiceFactory::BuildServiceInstanceFor(
36 bool PinnedTabServiceFactory
[all...]

Completed in 1640 milliseconds