Searched defs:DriveNotificationManagerFactory (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/drive/
H A Ddrive_notification_manager_factory.cc18 DriveNotificationManagerFactory::GetForBrowserContext(
28 DriveNotificationManagerFactory*
29 DriveNotificationManagerFactory::GetInstance() {
30 return Singleton<DriveNotificationManagerFactory>::get();
33 DriveNotificationManagerFactory::DriveNotificationManagerFactory() function in class:drive::DriveNotificationManagerFactory
41 DriveNotificationManagerFactory::~DriveNotificationManagerFactory() {}
44 DriveNotificationManagerFactory::BuildServiceInstanceFor(
H A Ddrive_notification_manager_factory.h21 class DriveNotificationManagerFactory class in namespace:drive
27 static DriveNotificationManagerFactory* GetInstance();
30 friend struct DefaultSingletonTraits<DriveNotificationManagerFactory>;
32 DriveNotificationManagerFactory();
33 virtual ~DriveNotificationManagerFactory();

Completed in 87 milliseconds