Home
last modified time | relevance | path

Searched defs:replaceId (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/notifications/
DNotification.h79 String replaceId() const { return m_replaceId; } in replaceId() function
80 void setReplaceId(const String& replaceId) { m_replaceId = replaceId; } in setReplaceId()
/external/webkit/Tools/DumpRenderTree/chromium/
DNotificationPresenter.cpp85 WTF::String replaceId(notification.replaceId().data(), notification.replaceId().length()); in show() local
/external/webkit/Source/WebKit/chromium/src/
DWebNotification.cpp106 WebString WebNotification::replaceId() const in replaceId() function in WebKit::WebNotification