Home
last modified time | relevance | path

Searched defs:Notification (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/notifications/
DNotification.cpp45 Notification::Notification(const String& url, ScriptExecutionContext* context, ExceptionCode& ec, N… in Notification() function in WebCore::Notification
65 Notification::Notification(const NotificationContents& contents, ScriptExecutionContext* context, E… in Notification() function in WebCore::Notification
DNotificationPresenter.h42 class Notification; variable
/external/webkit/WebKit/chromium/public/
DWebNotification.h37 namespace WebCore { class Notification; } variable
/external/webkit/WebCore/dom/
DEventTarget.h53 class Notification; variable
/external/chromium/net/tools/flip_server/
Dflip_in_mem_edsm_server.cc1965 class Notification { class
1967 explicit Notification(bool value) : value_(value) {} in Notification() function in Notification