Home | History | Annotate | Download | only in loader

Lines Matching refs:currentItem

89     // FIXME: As the ASSERT attests, it seems we should always have a currentItem here.
129 // Because of previousItem's "masking" of currentItem for this purpose, it's important
152 frame->loader()->history()->saveScrollPositionAndViewStateToItem(frame->loader()->history()->currentItem());
186 // When we are pre-commit, the currentItem is where the pageCache data resides
187 CachedPage* cachedPage = pageCache()->get(currentItem());
200 pageCache()->remove(currentItem());
223 HistoryItem* currentItem = bfList->currentItem();
227 recursiveGoToItem(targetItem, currentItem, type);
305 page->setGlobalHistoryItem(needPrivacy ? 0 : page->backForwardList()->currentItem());
343 page->setGlobalHistoryItem(needPrivacy ? 0 : page->backForwardList()->currentItem());
557 // Save form state (works from currentItem, since prevItem is nil)
567 // Restore form state (works from currentItem)
657 HistoryItem* current = page->backForwardList()->currentItem();