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

/external/chromium_org/third_party/WebKit/Source/modules/notifications/
H A DWebKitNotification.h61 String replaceId() const { return tag(); } function in class:WebCore::WebKitNotification
62 void setReplaceId(const String& replaceId) { setTag(replaceId); } argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebNotification.cpp100 WebString WebNotification::replaceId() const function in class:blink::WebNotification

Completed in 235 milliseconds