HomeSort by relevance Sort by last modified time
    Searched refs:PinnedTabService (Results 1 - 11 of 11) 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_org/chrome/browser/ui/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 content::NotificationObserver,
21 explicit PinnedTabService(Profile* profile);
40 DISALLOW_COPY_AND_ASSIGN(PinnedTabService);
pinned_tab_service_factory.cc 12 PinnedTabService* PinnedTabServiceFactory::GetForProfile(
14 return static_cast<PinnedTabService*>(
24 "PinnedTabService",
33 return new PinnedTabService(static_cast<Profile*>(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_unittest.cc 23 return new PinnedTabService(static_cast<Profile*>(profile));
26 PinnedTabService* BuildForProfile(Profile* profile) {
27 return static_cast<PinnedTabService*>(
44 PinnedTabService* pinned_tab_service_;
pinned_tab_service.cc 30 PinnedTabService::PinnedTabService(Profile* profile)
44 void PinnedTabService::Observe(int type,
  /external/chromium/android/autofill/
profile_android.h 96 class PinnedTabService;

Completed in 177 milliseconds