Searched refs:DriveNotificationManager (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/drive/
H A Ddrive_notification_manager_factory.h17 class DriveNotificationManager;
19 // Singleton that owns all DriveNotificationManager and associates them with
24 // Returns the |DriveNotificationManager| for |context| if one exists or NULL
26 static DriveNotificationManager* FindForBrowserContext(
29 // Returns the |DriveNotificationManager| for |context|, creating it first if
31 static DriveNotificationManager* GetForBrowserContext(
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_factory.cc19 DriveNotificationManager*
22 return static_cast<DriveNotificationManager*>(
27 DriveNotificationManager*
34 // Do not create a DriveNotificationManager for |context|s that do not
39 return static_cast<DriveNotificationManager*>(
51 "DriveNotificationManager",
66 return new DriveNotificationManager(
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);
/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_service_bridge.cc59 drive::DriveNotificationManager* drive_notification_manager =
93 drive::DriveNotificationManager* drive_notification_manager =
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dsync_engine.h33 class DriveNotificationManager;
170 drive::DriveNotificationManager* notification_manager,
200 drive::DriveNotificationManager* notification_manager_;
H A Dsync_engine.cc207 drive::DriveNotificationManager* notification_manager =
743 drive::DriveNotificationManager* notification_manager,
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
H A Dsync_file_system_internals_handler.cc124 drive::DriveNotificationManager* drive_notification_manager =
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddrive_integration_service.cc297 DriveNotificationManager* drive_notification_manager =
536 DriveNotificationManager* drive_notification_manager =
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Ddrive_internals_ui.cc613 drive::DriveNotificationManager* drive_notification_manager =

Completed in 1222 milliseconds