Searched refs:SessionState (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
H A DSessionState.cpp27 #include "SessionState.h"
49 SessionState::SessionState() function in class:WebKit::SessionState
54 SessionState::SessionState(const BackForwardListItemVector& list, uint32_t currentIndex) function in class:WebKit::SessionState
60 bool SessionState::isEmpty() const
67 void SessionState::encode(CoreIPC::ArgumentEncoder* encoder) const
73 bool SessionState::decode(CoreIPC::ArgumentDecoder* decoder, SessionState& state)
H A DSessionState.h38 class SessionState { class in namespace:WebKit
40 SessionState();
41 SessionState(const BackForwardListItemVector&, uint32_t currentIndex);
49 static bool decode(CoreIPC::ArgumentDecoder*, SessionState&);
H A DWebPageCreationParameters.h30 #include "SessionState.h"
68 SessionState sessionState;
/external/webkit/Source/WebKit2/UIProcess/cf/
H A DWebBackForwardListCF.cpp93 LOG(SessionState, "WebBackForwardList dictionary representation does not have a valid current index");
99 LOG(SessionState, "WebBackForwardList dictionary representation does not have a valid integer current index");
105 LOG(SessionState, "WebBackForwardList dictionary representation does not have a valid list of entries");
111 LOG(SessionState, "WebBackForwardList dictionary representation contains an invalid current index (%ld) for the number of entries (%ld)", currentIndex, size);
116 LOG(SessionState, "WebBackForwardList dictionary representation says there is no current item index, but there is a list of %ld entries - this is bogus", size);
125 LOG(SessionState, "WebBackForwardList entry array does not have a valid entry at index %i", (int)i);
131 LOG(SessionState, "WebBackForwardList entry at index %i does not have a valid URL", (int)i);
137 LOG(SessionState, "WebBackForwardList entry at index %i does not have a valid title", (int)i);
143 LOG(SessionState, "WebBackForwardList entry at index %i does not have a valid original URL", (int)i);
149 LOG(SessionState, "WebBackForwardLis
[all...]
H A DWebPageProxyCF.cpp31 #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, "Faile
[all...]
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.h94 class SessionState;
475 uint64_t restoreSession(const SessionState&);
476 void restoreSessionAndNavigateToCurrentItem(const SessionState&, const SandboxExtension::Handle&);
H A DWebPage.cpp43 #include "SessionState.h"
1053 uint64_t WebPage::restoreSession(const SessionState& sessionState)
1077 void WebPage::restoreSessionAndNavigateToCurrentItem(const SessionState& sessionState, const SandboxExtension::Handle& sandboxExtensionHandle)
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp40 #include "SessionState.h"
2817 parameters.sessionState = SessionState(m_backForwardList->entries(), m_backForwardList->currentIndex());

Completed in 1265 milliseconds