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

  /external/chromium_org/ui/message_center/
notifier_settings.cc 42 Notifier::Notifier(const NotifierId& notifier_id,
45 : notifier_id(notifier_id),
notifier_settings.h 68 Notifier(const NotifierId& notifier_id, const string16& name, bool enabled);
71 NotifierId notifier_id; member in struct:message_center::Notifier
121 virtual void UpdateIconImage(const NotifierId& notifier_id,
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc 200 NotifierId notifier_id(NotifierId::APPLICATION, extension->id());
202 notifier_id,
204 notification_service->IsNotifierEnabled(notifier_id)));
240 NotifierId notifier_id(url);
242 notifier_id,
244 notification_service->IsNotifierEnabled(notifier_id)));
293 if (notifier.notifier_id.type == NotifierId::WEB_PAGE) {
304 if (notifier.notifier_id.url.is_valid()) {
306 notification_service->GrantPermission(notifier.notifier_id.url);
308 notification_service->DenyPermission(notifier.notifier_id.url)
    [all...]
desktop_notification_service.cc 536 NotifierId notifier_id(NotifierId::APPLICATION, (*iter)->id());
537 if (IsNotifierEnabled(notifier_id))
561 const NotifierId& notifier_id) {
562 switch (notifier_id.type) {
564 return disabled_extension_ids_.find(notifier_id.id) ==
567 return GetContentSetting(notifier_id.url) == CONTENT_SETTING_ALLOW;
570 message_center::ToString(notifier_id.system_component_type)) ==
573 return enabled_sync_notifier_ids_.find(notifier_id.id) !=
582 const NotifierId& notifier_id,
584 DCHECK_NE(NotifierId::WEB_PAGE, notifier_id.type)
    [all...]
desktop_notification_service.h 157 // Returns true if the notifier with |notifier_id| is allowed to send
159 bool IsNotifierEnabled(const message_center::NotifierId& notifier_id);
162 void SetNotifierEnabled(const message_center::NotifierId& notifier_id,
message_center_notification_manager.cc 248 message_center::NotifierId notifier_id(
250 service->SetNotifierEnabled(notifier_id, false);
269 message_center::NotifierId notifier_id(
271 service->SetNotifierEnabled(notifier_id, false);
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service.cc 333 message_center::NotifierId notifier_id(
337 notifier_id,
340 desktop_notification_service->IsNotifierEnabled(notifier_id));
432 const std::string& notifier_id, bool enabled) {
437 notifier_id);
439 // Add the notifier_id if it is enabled and not already there.
441 enabled_sending_services_.push_back(notifier_id);
443 // Remove the notifier_id if it is disabled and present.
chrome_notifier_service.h 74 const std::string& notifier_id,
  /external/chromium_org/ui/message_center/cocoa/
settings_controller.h 28 virtual void UpdateIconImage(const NotifierId& notifier_id,
  /external/chromium_org/ui/message_center/views/
notifier_settings_view.h 41 virtual void UpdateIconImage(const NotifierId& notifier_id,
notifier_settings_view.cc 372 void NotifierSettingsView::UpdateIconImage(const NotifierId& notifier_id,
376 if ((*iter)->notifier().notifier_id == notifier_id) {
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc     [all...]

Completed in 114 milliseconds