Searched defs:replaceId (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebNotification.cpp106 WebString WebNotification::replaceId() const function in class:WebKit::WebNotification
108 return m_private->replaceId();
/external/webkit/Source/WebCore/notifications/
H A DNotification.h79 String replaceId() const { return m_replaceId; } function in class:WebCore::Notification
80 void setReplaceId(const String& replaceId) { m_replaceId = replaceId; } argument

Completed in 57 milliseconds