Searched defs:ExplodedPageState (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/common/
H A Dpage_state_serialization.h66 struct CONTENT_EXPORT ExplodedPageState { struct in namespace:content
70 ExplodedPageState();
71 ~ExplodedPageState();
75 ExplodedPageState* exploded);
76 CONTENT_EXPORT bool EncodePageState(const ExplodedPageState& exploded,
83 ExplodedPageState* exploded);
H A Dpage_state_serialization.cc575 void WritePageState(const ExplodedPageState& state, SerializeObject* obj) {
581 void ReadPageState(SerializeObject* obj, ExplodedPageState* state) {
645 ExplodedPageState::ExplodedPageState() { function in class:content::ExplodedPageState
648 ExplodedPageState::~ExplodedPageState() {
651 bool DecodePageState(const std::string& encoded, ExplodedPageState* exploded) {
652 *exploded = ExplodedPageState();
662 bool EncodePageState(const ExplodedPageState& exploded, std::string* encoded) {
674 ExplodedPageState* explode
[all...]

Completed in 85 milliseconds