Lines Matching refs:SessionState
31 #include "SessionState.h"
116 LOG(SessionState, "Unrecognized version header for session state data - cannot restore");
126 LOG(SessionState, "Could not read session state property list");
134 LOG(SessionState, "SessionState property list is not a CFDictionaryRef (%i) - its CFTypeID is %i", (int)CFDictionaryGetTypeID(), (int)CFGetTypeID(propertyList.get()));
141 LOG(SessionState, "SessionState dictionary has a SessionHistory key, but the value is not a dictionary");
149 LOG(SessionState, "SessionState dictionary has a ProvisionalValue key, but the value is not a string");
156 LOG(SessionState, "Failed to restore back/forward list from SessionHistory dictionary");
163 SessionState state(m_backForwardList->entries(), m_backForwardList->currentIndex());