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

  /external/webkit/Source/WebKit/chromium/src/
WebNotification.cpp 106 WebString WebNotification::replaceId() const
108 return m_private->replaceId();
  /external/webkit/Source/WebCore/notifications/
Notification.h 79 String replaceId() const { return m_replaceId; }
80 void setReplaceId(const String& replaceId) { m_replaceId = replaceId; }

Completed in 41 milliseconds