Searched refs:notifyHistoryItemChanged (Results 1 – 10 of 10) sorted by relevance
58 void (*notifyHistoryItemChanged)(HistoryItem*) = defaultNotifyHistoryItemChanged; variable267 notifyHistoryItemChanged(this); in setAlternateTitle()278 notifyHistoryItemChanged(this); in setURLString()291 notifyHistoryItemChanged(this); in setOriginalURLString()297 notifyHistoryItemChanged(this); in setReferrer()303 notifyHistoryItemChanged(this); in setTitle()309 notifyHistoryItemChanged(this); in setTarget()436 notifyHistoryItemChanged(this); in setDocumentState()449 notifyHistoryItemChanged(this); in clearDocumentState()462 notifyHistoryItemChanged(this); in setIsTargetItem()[all …]
63 extern void (*notifyHistoryItemChanged)(HistoryItem*);
139 WebCore::notifyHistoryItemChanged = WK2NotifyHistoryItemChanged; in WebBackForwardListProxy()
980 WebCore::notifyHistoryItemChanged = historyItemChanged; in registerWebHistory()
308 WebCore::notifyHistoryItemChanged = WKNotifyHistoryItemChanged;
851 WebCore::notifyHistoryItemChanged(item); in saveViewStateToItem()
39967 by the WebCore::notifyHistoryItemChanged mechanism.40001 Register the notifyHistoryItemChanged function.
854 [Android] notifyHistoryItemChanged() should pass a pointer to the HistoryItem that changed.
25802 [Android] notifyHistoryItemChanged() should pass a pointer to the HistoryItem that changed.25809 …(WebCore::HistoryItem::setAlternateTitle): Update call to notifyHistoryItemChanged to include the …25815 …Core::HistoryItem::setDocumentState): On Android, add a call to notifyHistoryItemChanged. See bug …25820 * history/HistoryItem.h: Update signature of notifyHistoryItemChanged.