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

/external/chromium_org/chrome/browser/drive/
H A Ddrive_notification_manager.cc29 DriveNotificationManager::DriveNotificationManager( function in class:drive::DriveNotificationManager
42 DriveNotificationManager::~DriveNotificationManager() {}
44 void DriveNotificationManager::Shutdown() {
56 void DriveNotificationManager::OnInvalidatorStateChange(
68 void DriveNotificationManager::OnIncomingInvalidation(
85 std::string DriveNotificationManager::GetOwnerName() const { return "Drive"; }
87 void DriveNotificationManager::AddObserver(
92 void DriveNotificationManager
[all...]
H A Ddrive_notification_manager.h27 class DriveNotificationManager : public KeyedService, class in namespace:drive
30 explicit DriveNotificationManager(
32 virtual ~DriveNotificationManager();
92 base::WeakPtrFactory<DriveNotificationManager> weak_ptr_factory_;
94 DISALLOW_COPY_AND_ASSIGN(DriveNotificationManager);

Completed in 199 milliseconds