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

  /external/chromium/chrome/browser/tabs/
pinned_tab_service_factory.cc 12 PinnedTabService* PinnedTabServiceFactory::GetForProfile(
18 PinnedTabServiceFactory* PinnedTabServiceFactory::GetInstance() {
19 return Singleton<PinnedTabServiceFactory>::get();
22 PinnedTabServiceFactory::PinnedTabServiceFactory()
26 PinnedTabServiceFactory::~PinnedTabServiceFactory() {
29 ProfileKeyedService* PinnedTabServiceFactory::BuildServiceInstanceFor(
pinned_tab_service_factory.h 18 class PinnedTabServiceFactory : public ProfileKeyedServiceFactory {
23 static PinnedTabServiceFactory* GetInstance();
26 friend struct DefaultSingletonTraits<PinnedTabServiceFactory>;
28 PinnedTabServiceFactory();
29 virtual ~PinnedTabServiceFactory();
  /external/chromium/chrome/browser/profiles/
profile_impl.cc 339 PinnedTabServiceFactory::GetForProfile(this);
    [all...]

Completed in 107 milliseconds