HomeSort by relevance Sort by last modified time
    Searched full:m_notificationurl (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/notifications/
Notification.cpp 58 m_notificationURL = context->completeURL(url);
59 if (url.isEmpty() || !m_notificationURL.isValid()) {
Notification.h 67 KURL url() { return m_notificationURL; }
92 KURL m_notificationURL;

Completed in 427 milliseconds