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

/external/chromium_org/chrome/browser/drive/
H A Ddrive_notification_manager_factory.h21 class DriveNotificationManagerFactory class in namespace:drive
34 static DriveNotificationManagerFactory* GetInstance();
37 friend struct DefaultSingletonTraits<DriveNotificationManagerFactory>;
39 DriveNotificationManagerFactory();
40 virtual ~DriveNotificationManagerFactory();
H A Ddrive_notification_manager_factory.cc20 DriveNotificationManagerFactory::FindForBrowserContext(
28 DriveNotificationManagerFactory::GetForBrowserContext(
44 DriveNotificationManagerFactory*
45 DriveNotificationManagerFactory::GetInstance() {
46 return Singleton<DriveNotificationManagerFactory>::get();
49 DriveNotificationManagerFactory::DriveNotificationManagerFactory() function in class:drive::DriveNotificationManagerFactory
57 DriveNotificationManagerFactory::~DriveNotificationManagerFactory() {}
59 KeyedService* DriveNotificationManagerFactory
[all...]

Completed in 65 milliseconds