HomeSort by relevance Sort by last modified time
    Searched refs:WEB_PAGE (Results 1 - 5 of 5) 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 41 WEB_PAGE,
45 // Constructor for non WEB_PAGE type.
48 // Constructor for WEB_PAGE type.
57 // The identifier of the app notifier. Empty if it's WEB_PAGE.
notification_list.cc 106 new_notification->notifier_id().type == NotifierId::WEB_PAGE) {
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_service.cc 214 case NotifierId::WEB_PAGE:
234 DCHECK_NE(NotifierId::WEB_PAGE, notifier_id.type);
message_center_settings_controller.cc 313 if (notifier.notifier_id.type == NotifierId::WEB_PAGE) {
314 // WEB_PAGE notifier cannot handle in DesktopNotificationService

Completed in 2290 milliseconds