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

  /external/chromium_org/chrome/browser/notifications/
notification_ui_manager.h 55 virtual bool CancelAllByProfile(Profile* profile) = 0;
notification_ui_manager_android.h 28 virtual bool CancelAllByProfile(Profile* profile) OVERRIDE;
notification_ui_manager_android.cc 53 bool NotificationUIManagerAndroid::CancelAllByProfile(Profile* profile) {
notification_system_observer.cc 45 ui_manager_->CancelAllByProfile(content::Source<Profile>(source).ptr());
notification_test_util.cc 77 bool StubNotificationUIManager::CancelAllByProfile(Profile* profile) {
notification_test_util.h 114 virtual bool CancelAllByProfile(Profile* profile) OVERRIDE;
message_center_notification_manager.h 68 virtual bool CancelAllByProfile(Profile* profile) OVERRIDE;
message_center_notification_manager.cc 219 bool MessageCenterNotificationManager::CancelAllByProfile(Profile* profile) {

Completed in 819 milliseconds