HomeSort by relevance Sort by last modified time
    Searched refs:DecodePageState (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/public/common/
page_state.cc 126 if (DecodePageState(data_, &state))
134 if (!DecodePageState(data_, &state))
144 if (!DecodePageState(data_, &state))
157 if (!DecodePageState(data_, &state))
  /external/chromium_org/content/common/
page_state_serialization_unittest.cc 227 EXPECT_TRUE(DecodePageState(encoded, &output));
244 EXPECT_TRUE(DecodePageState(encoded, &output));
257 EXPECT_TRUE(DecodePageState(encoded, &output));
271 EXPECT_TRUE(DecodePageState(encoded, &output));
291 EXPECT_TRUE(DecodePageState(encoded, &output));
316 DecodePageState(encoded, &output);
334 EXPECT_FALSE(DecodePageState(s, &output));
360 EXPECT_FALSE(DecodePageState(s, &output));
page_state_serialization.h 72 CONTENT_EXPORT bool DecodePageState(const std::string& encoded,
page_state_serialization.cc 708 bool DecodePageState(const std::string& encoded, ExplodedPageState* exploded) {
733 bool rv = DecodePageState(encoded, exploded);
  /external/chromium_org/content/renderer/
history_serialization.cc 194 if (!DecodePageState(page_state.ToEncodedData(), &state))

Completed in 130 milliseconds