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

  /external/chromium_org/ui/message_center/views/
message_center_controller.h 23 virtual void DisableNotificationsFromThisSource(
group_view.h 50 virtual void DisableNotificationsFromThisSource(
message_view.h 31 virtual void DisableNotificationsFromThisSource(
notification_view.h 63 virtual void DisableNotificationsFromThisSource(
message_center_view.h 85 virtual void DisableNotificationsFromThisSource(
toast_contents_view.h 82 virtual void DisableNotificationsFromThisSource(
group_view.cc 271 void GroupView::DisableNotificationsFromThisSource(
273 controller_->DisableNotificationsFromThisSource(notifier_id);
message_center_view_unittest.cc 101 virtual void DisableNotificationsFromThisSource(
194 void MessageCenterViewTest::DisableNotificationsFromThisSource(
toast_contents_view.cc 303 void ToastContentsView::DisableNotificationsFromThisSource(
306 collection_->DisableNotificationsFromThisSource(notifier_id);
message_popup_collection.h 77 virtual void DisableNotificationsFromThisSource(
message_view.cc 103 controller_->DisableNotificationsFromThisSource(notifier_id_);
notification_view.cc 639 void NotificationView::DisableNotificationsFromThisSource(
641 controller_->DisableNotificationsFromThisSource(notifier_id);
message_popup_collection.cc 119 void MessagePopupCollection::DisableNotificationsFromThisSource(
message_center_view.cc     [all...]

Completed in 151 milliseconds