Home | History | Annotate | Download | only in web

Lines Matching refs:historyItem

134 #include "core/loader/HistoryItem.h"
858 RefPtr<HistoryItem> historyItem = PassRefPtr<HistoryItem>(item);
859 ASSERT(historyItem);
860 frame()->loader().loadHistoryItem(historyItem.get(), static_cast<HistoryLoadType>(loadType), static_cast<ResourceRequestCachePolicy>(cachePolicy));
1600 RefPtr<HistoryItem> childItem;
1602 childItem = PassRefPtr<HistoryItem>(webframeChild->client()->historyItemForNewChildFrame(webframeChild));