Home
last modified time | relevance | path

Searched refs:m_notificationURL (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/notifications/
DNotification.cpp58 m_notificationURL = context->completeURL(url); in Notification()
59 if (url.isEmpty() || !m_notificationURL.isValid()) { in Notification()
DNotification.h67 KURL url() { return m_notificationURL; } in url()
92 KURL m_notificationURL; variable