HomeSort by relevance Sort by last modified time
    Searched defs:DriveNotificationManagerFactory (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/drive/
drive_notification_manager_factory.cc 18 DriveNotificationManagerFactory::GetForBrowserContext(
28 DriveNotificationManagerFactory*
29 DriveNotificationManagerFactory::GetInstance() {
30 return Singleton<DriveNotificationManagerFactory>::get();
33 DriveNotificationManagerFactory::DriveNotificationManagerFactory()
41 DriveNotificationManagerFactory::~DriveNotificationManagerFactory() {}
44 DriveNotificationManagerFactory::BuildServiceInstanceFor(
drive_notification_manager_factory.h 21 class DriveNotificationManagerFactory
27 static DriveNotificationManagerFactory* GetInstance();
30 friend struct DefaultSingletonTraits<DriveNotificationManagerFactory>;
32 DriveNotificationManagerFactory();
33 virtual ~DriveNotificationManagerFactory();

Completed in 1517 milliseconds