Home
last modified time | relevance | path

Searched refs:getNotificationString (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebKit/win/
DWebHistory.cpp159 …HRESULT hr = nc->postNotificationName(getNotificationString(notifyType), static_cast<IWebHistory*>… in postNotification()
166 BSTR WebHistory::getNotificationString(NotificationType notifyType) in getNotificationString() function in WebHistory
267 …CFDictionaryPropertyBag* userInfo = createUserInfoFromArray(getNotificationString(kWebHistoryItems… in loadFromURL()
468 …CFDictionaryPropertyBag* userInfo = createUserInfoFromArray(getNotificationString(kWebHistoryAllIt… in removeAllItems()
636 getNotificationString(kWebHistoryItemsRemovedNotification), entry); in removeItem()
687 getNotificationString(kWebHistoryItemsAddedNotification), entry); in addItem()
746 getNotificationString(kWebHistoryItemsAddedNotification), entry); in visitedURL()
DWebHistory.h153 BSTR getNotificationString(NotificationType notifyType);
DChangeLog-2009-06-1623430 (WebHistory::getNotificationString):