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

  /external/webkit/WebKit/win/
WebHistory.cpp 150 HRESULT hr = nc->postNotificationName(getNotificationString(notifyType), static_cast<IWebHistory*>(this), userInfo);
157 BSTR WebHistory::getNotificationString(NotificationType notifyType)
258 COMPtr<CFDictionaryPropertyBag> userInfo = createUserInfoFromArray(getNotificationString(kWebHistoryItemsDiscardedWhileLoadingNotification), discardedItems.get());
458 COMPtr<CFDictionaryPropertyBag> userInfo = createUserInfoFromArray(getNotificationString(kWebHistoryAllItemsRemovedNotification), allItems.get());
638 getNotificationString(kWebHistoryItemsRemovedNotification), entry);
688 getNotificationString(kWebHistoryItemsAddedNotification), entry);
746 getNotificationString(kWebHistoryItemsAddedNotification), entry);
    [all...]
WebHistory.h 156 BSTR getNotificationString(NotificationType notifyType);

Completed in 630 milliseconds