HomeSort by relevance Sort by last modified time
    Searched refs:drive_notification_manager (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service.cc 31 #include "chrome/browser/drive/drive_notification_manager.h"
292 DriveNotificationManager* drive_notification_manager = local
294 if (drive_notification_manager)
295 drive_notification_manager->RemoveObserver(this);
509 DriveNotificationManager* drive_notification_manager = local
511 if (drive_notification_manager) {
512 drive_notification_manager->AddObserver(this);
514 drive_notification_manager->push_notification_registered();
518 if (drive_notification_manager->push_notification_enabled())
  /external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
sync_file_system_internals_handler.cc 10 #include "chrome/browser/drive/drive_notification_manager.h"
96 drive::DriveNotificationManager* drive_notification_manager = local
98 bool xmpp_enabled = drive_notification_manager->push_notification_enabled();
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service.cc 19 #include "chrome/browser/drive/drive_notification_manager.h"
83 drive::DriveNotificationManager* drive_notification_manager = local
85 if (drive_notification_manager)
86 drive_notification_manager->RemoveObserver(this);
432 drive::DriveNotificationManager* drive_notification_manager = local
434 if (drive_notification_manager)
435 drive_notification_manager->AddObserver(this);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc 26 #include "chrome/browser/drive/drive_notification_manager.h"
633 drive::DriveNotificationManager* drive_notification_manager = local
635 if (!drive_notification_manager)
641 drive_notification_manager->push_notification_enabled());
    [all...]

Completed in 52 milliseconds