Home | History | Annotate | Download | only in loader

Lines Matching refs:stateObject

481         m_frame->document()->statePopped(history()->currentItem()->stateObject());
748 void FrameLoader::loadInSameDocument(const KURL& url, PassRefPtr<SerializedScriptValue> stateObject, bool isNewNavigation)
751 ASSERT(!stateObject || (stateObject && !isNewNavigation));
762 UpdateBackForwardListPolicy updateBackForwardList = isNewNavigation && !shouldTreatURLAsSameAsCurrent(url) && !stateObject ? UpdateBackForwardList : DoNotUpdateBackForwardList;
776 m_frame->document()->statePopped(stateObject ? stateObject : SerializedScriptValue::nullValue());
1886 loadInSameDocument(item->url(), item->stateObject(), false);