Home
last modified time | relevance | path

Searched refs:PinnedTabService (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/tabs/
Dpinned_tab_service.cc25 PinnedTabService::PinnedTabService(Profile* profile) in PinnedTabService() function in PinnedTabService
37 void PinnedTabService::Observe(NotificationType type, in Observe()
77 void PinnedTabService::GotExit() { in GotExit()
Dpinned_tab_service_factory.cc12 PinnedTabService* PinnedTabServiceFactory::GetForProfile( in GetForProfile()
14 return static_cast<PinnedTabService*>( in GetForProfile()
31 return new PinnedTabService(profile); in BuildServiceInstanceFor()
Dpinned_tab_service.h18 class PinnedTabService : public NotificationObserver,
21 explicit PinnedTabService(Profile* profile);
43 DISALLOW_COPY_AND_ASSIGN(PinnedTabService);
Dpinned_tab_service_factory.h12 class PinnedTabService; variable
21 static PinnedTabService* GetForProfile(Profile* profile);
Dpinned_tab_service_unittest.cc24 pinned_tab_service_.reset(new PinnedTabService(profile)); in CreateProfile()
29 scoped_ptr<PinnedTabService> pinned_tab_service_;
/external/chromium/android/autofill/
Dprofile_android.h96 class PinnedTabService; variable