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

  /external/chromium_org/ui/message_center/
notifier_settings.cc 15 DCHECK(type != WEB_PAGE);
20 : type(WEB_PAGE),
34 if (type == WEB_PAGE)
47 if (type == WEB_PAGE)
notifier_settings.h 42 WEB_PAGE,
47 // Constructor for non WEB_PAGE type.
50 // Constructor for WEB_PAGE type.
59 // The identifier of the app notifier. Empty if it's WEB_PAGE.
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_service.cc 553 case NotifierId::WEB_PAGE:
575 DCHECK_NE(NotifierId::WEB_PAGE, notifier_id.type);
message_center_settings_controller.cc 307 if (notifier.notifier_id.type == NotifierId::WEB_PAGE) {
308 // WEB_PAGE notifier cannot handle in DesktopNotificationService

Completed in 76 milliseconds