Searched refs:PinnedTabService (Results 1 – 6 of 6) sorted by relevance
25 PinnedTabService::PinnedTabService(Profile* profile) in PinnedTabService() function in PinnedTabService37 void PinnedTabService::Observe(NotificationType type, in Observe()77 void PinnedTabService::GotExit() { in GotExit()
12 PinnedTabService* PinnedTabServiceFactory::GetForProfile( in GetForProfile()14 return static_cast<PinnedTabService*>( in GetForProfile()31 return new PinnedTabService(profile); in BuildServiceInstanceFor()
18 class PinnedTabService : public NotificationObserver,21 explicit PinnedTabService(Profile* profile);43 DISALLOW_COPY_AND_ASSIGN(PinnedTabService);
12 class PinnedTabService; variable21 static PinnedTabService* GetForProfile(Profile* profile);
24 pinned_tab_service_.reset(new PinnedTabService(profile)); in CreateProfile()29 scoped_ptr<PinnedTabService> pinned_tab_service_;
96 class PinnedTabService; variable