Home
last modified time | relevance | path

Searched refs:WEB_PAGE (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/message_center/
Dnotifier_settings.cc15 DCHECK(type != WEB_PAGE); in NotifierId()
20 : type(WEB_PAGE), in NotifierId()
34 if (type == WEB_PAGE) in operator ==()
47 if (type == WEB_PAGE) in operator <()
Dnotifier_settings.h41 WEB_PAGE, enumerator
Dnotification_list.cc106 new_notification->notifier_id().type == NotifierId::WEB_PAGE) { in UpdateNotificationMessage()
/external/chromium_org/chrome/browser/notifications/
Ddesktop_notification_service.cc214 case NotifierId::WEB_PAGE: in IsNotifierEnabled()
234 DCHECK_NE(NotifierId::WEB_PAGE, notifier_id.type); in SetNotifierEnabled()
Dmessage_center_settings_controller.cc313 if (notifier.notifier_id.type == NotifierId::WEB_PAGE) { in SetNotifierEnabled()