HomeSort by relevance Sort by last modified time
    Searched refs:notifier_id (Results 51 - 61 of 61) sorted by null

1 23

  /external/chromium_org/ui/message_center/
notification_list.h 70 Notifications GetNotificationsByNotifierId(const NotifierId& notifier_id);
notification.h 63 const NotifierId& notifier_id,
89 const NotifierId& notifier_id() const { return notifier_id_; } function in class:message_center::Notification
message_center_impl.h 174 const NotifierId& notifier_id) OVERRIDE;
message_center_impl.cc 747 const NotifierId& notifier_id) {
749 // TODO(mukai): SetNotifierEnabled can just accept notifier_id?
750 Notifier notifier(notifier_id, base::string16(), true);
755 notification_list_->GetNotificationsByNotifierId(notifier_id);
  /external/chromium_org/ui/message_center/views/
message_popup_collection.cc 120 const NotifierId& notifier_id) {
121 message_center_->DisableNotificationsByNotifier(notifier_id);
152 void MessagePopupCollection::ExpandGroup(const NotifierId& notifier_id) {
157 void MessagePopupCollection::RemoveGroup(const NotifierId& notifier_id) {
notifier_settings_view.h 43 virtual void UpdateIconImage(const NotifierId& notifier_id,
notifier_settings_view.cc 402 provider_->OnNotifierAdvancedSettingsRequested(notifier_->notifier_id,
416 return provider_->NotifierHasAdvancedSettings(notifier_->notifier_id);
528 void NotifierSettingsView::UpdateIconImage(const NotifierId& notifier_id,
533 if ((*iter)->notifier().notifier_id == notifier_id) {
message_center_view.cc 681 NotifierId group_id = (*iter)->notifier_id();
702 groups.find((*iter)->notifier_id());
    [all...]
notification_view.cc 307 notification.notifier_id(),
640 const NotifierId& notifier_id) {
641 controller_->DisableNotificationsFromThisSource(notifier_id);
  /external/chromium_org/chrome/browser/extensions/
extension_system.cc 422 message_center::NotifierId notifier_id(
429 !notification_service->IsNotifierEnabled(notifier_id);
  /external/chromium_org/chrome/browser/notifications/
welcome_notification_unittest.cc 171 const message_center::NotifierId& notifier_id) {
181 notifier_id,

Completed in 280 milliseconds

1 23