HomeSort by relevance Sort by last modified time
    Searched refs:PinnedTabService (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/tabs/
pinned_tab_service.h 15 // PinnedTabService is responsible for updating preferences with the set of
16 // pinned tabs to restore at startup. PinnedTabService listens for the
18 class PinnedTabService : public NotificationObserver,
21 explicit PinnedTabService(Profile* profile);
43 DISALLOW_COPY_AND_ASSIGN(PinnedTabService);
pinned_tab_service_factory.cc 12 PinnedTabService* PinnedTabServiceFactory::GetForProfile(
14 return static_cast<PinnedTabService*>(
31 return new PinnedTabService(profile);
pinned_tab_service_factory.h 12 class PinnedTabService;
17 // associated PinnedTabService.
20 // Returns the PinnedTabService that tracks pinning changes for |profile|.
21 static PinnedTabService* GetForProfile(Profile* profile);
pinned_tab_service.cc 25 PinnedTabService::PinnedTabService(Profile* profile)
37 void PinnedTabService::Observe(NotificationType type,
77 void PinnedTabService::GotExit() {
pinned_tab_service_unittest.cc 24 pinned_tab_service_.reset(new PinnedTabService(profile));
29 scoped_ptr<PinnedTabService> pinned_tab_service_;
  /external/chromium/android/autofill/
profile_android.h 96 class PinnedTabService;

Completed in 368 milliseconds