HomeSort by relevance Sort by last modified time
    Searched refs:replaceId (Results 1 - 6 of 6) sorted by null

  /external/webkit/Tools/DumpRenderTree/chromium/
NotificationPresenter.cpp 84 if (!notification.replaceId().isEmpty()) {
85 WTF::String replaceId(notification.replaceId().data(), notification.replaceId().length());
86 if (m_replacements.find(replaceId) != m_replacements.end())
88 m_replacements.find(replaceId)->second.utf8().data());
90 m_replacements.set(replaceId, WTF::String(identifier.data(), identifier.length()));
  /external/webkit/Source/WebCore/notifications/
Notification.idl 47 attribute DOMString replaceId;
Notification.h 79 String replaceId() const { return m_replaceId; }
80 void setReplaceId(const String& replaceId) { m_replaceId = replaceId; }
  /external/webkit/Source/WebKit/chromium/src/
WebNotification.cpp 106 WebString WebNotification::replaceId() const
108 return m_private->replaceId();
  /external/webkit/Source/WebKit/chromium/public/
WebNotification.h 80 WEBKIT_API WebString replaceId() const;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
NotificationPresenterClientQt.cpp 178 if (!notification->replaceId().isEmpty())
397 if (existingNotification->replaceId() == notification->replaceId() && existingNotification->url().protocol() == notification->url().protocol() && existingNotification->url().host() == notification->url().host()) {

Completed in 97 milliseconds