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 19 : type(WEB_PAGE), url(url), system_component_type(NONE) {}
29 case WEB_PAGE:
notifier_settings.h 31 WEB_PAGE,
44 // Constructor for WEB_PAGE type.
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_service.cc 566 case NotifierId::WEB_PAGE:
584 DCHECK_NE(NotifierId::WEB_PAGE, notifier_id.type);
message_center_settings_controller.cc 293 if (notifier.notifier_id.type == NotifierId::WEB_PAGE) {
294 // WEB_PAGE notifier cannot handle in DesktopNotificationService

Completed in 856 milliseconds