Home
last modified time | relevance | path

Searched refs:replaceId (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
DNotificationPresenter.cpp84 if (!notification.replaceId().isEmpty()) { in show()
85 WTF::String replaceId(notification.replaceId().data(), notification.replaceId().length()); in show() local
86 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()
/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() argument
DNotification.idl47 attribute DOMString replaceId;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DSQLiteDatabaseTest.java37 long replaceId = database.replace("table_name", null, values); in testReplace() local
38 assertThat(replaceId, equalTo(id)); in testReplace()
/external/webkit/Source/WebKit/chromium/src/
DWebNotification.cpp106 WebString WebNotification::replaceId() const in replaceId() function in WebKit::WebNotification
108 return m_private->replaceId(); in replaceId()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DNotificationPresenterClientQt.cpp178 if (!notification->replaceId().isEmpty()) in show()
397 …if (existingNotification->replaceId() == notification->replaceId() && existingNotification->url().… in removeReplacedNotificationFromQueue()
/external/webkit/Source/WebKit/chromium/public/
DWebNotification.h80 WEBKIT_API WebString replaceId() const;
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1617415 (WebKit::WebNotification::replaceId):
17804 (WebKit::WebNotification::replaceId):
18674 notifications should have dir and replaceId attributes
18680 (WebKit::WebNotification::replaceId):
/external/webkit/Source/WebCore/
DChangeLog-2010-05-242780 (WebCore::Notification::replaceId):
12712 notifications should have dir and replaceId attributes.
12723 (WebCore::Notification::replaceId):
DChangeLog-2010-12-06134347 (WebCore::Notification::replaceId):
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-167399 Support replaceId and cancel.