Searched refs:replaceId (Results 1 – 11 of 11) sorted by relevance
84 if (!notification.replaceId().isEmpty()) { in show()85 WTF::String replaceId(notification.replaceId().data(), notification.replaceId().length()); in show() local86 if (m_replacements.find(replaceId) != m_replacements.end()) in show()88 m_replacements.find(replaceId)->second.utf8().data()); in show()90 m_replacements.set(replaceId, WTF::String(identifier.data(), identifier.length())); in show()
79 String replaceId() const { return m_replaceId; } in replaceId() function80 void setReplaceId(const String& replaceId) { m_replaceId = replaceId; } in setReplaceId() argument
47 attribute DOMString replaceId;
37 long replaceId = database.replace("table_name", null, values); in testReplace() local38 assertThat(replaceId, equalTo(id)); in testReplace()
106 WebString WebNotification::replaceId() const in replaceId() function in WebKit::WebNotification108 return m_private->replaceId(); in replaceId()
178 if (!notification->replaceId().isEmpty()) in show()397 …if (existingNotification->replaceId() == notification->replaceId() && existingNotification->url().… in removeReplacedNotificationFromQueue()
80 WEBKIT_API WebString replaceId() const;
17415 (WebKit::WebNotification::replaceId):17804 (WebKit::WebNotification::replaceId):18674 notifications should have dir and replaceId attributes18680 (WebKit::WebNotification::replaceId):
2780 (WebCore::Notification::replaceId):12712 notifications should have dir and replaceId attributes.12723 (WebCore::Notification::replaceId):
134347 (WebCore::Notification::replaceId):
7399 Support replaceId and cancel.