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 229 EXPECT_TRUE(DecodePageState(encoded, &output));
246 EXPECT_TRUE(DecodePageState(encoded, &output));
259 EXPECT_TRUE(DecodePageState(encoded, &output));
273 EXPECT_TRUE(DecodePageState(encoded, &output));
293 EXPECT_TRUE(DecodePageState(encoded, &output));
318 DecodePageState(encoded, &output);
336 EXPECT_FALSE(DecodePageState(s, &output));
362 EXPECT_FALSE(DecodePageState(s, &output));
page_state_serialization.h 78 CONTENT_EXPORT bool DecodePageState(const std::string& encoded,
page_state_serialization.cc 739 bool DecodePageState(const std::string& encoded, ExplodedPageState* exploded) {
764 bool rv = DecodePageState(encoded, exploded);
  /external/chromium_org/content/renderer/
history_serialization.cc 199 if (!DecodePageState(page_state.ToEncodedData(), &state))

Completed in 917 milliseconds