Home | History | Annotate | Download | only in common

Lines Matching refs:PageState

21 // The PageState class represents the information needed by the rendering
27 class CONTENT_EXPORT PageState {
29 static PageState CreateFromEncodedData(const std::string& data);
30 static PageState CreateFromURL(const GURL& url);
32 static PageState CreateForTesting(
38 PageState();
41 bool Equals(const PageState& page_state) const;
45 PageState RemovePasswordData() const;
46 PageState RemoveScrollOffset() const;
47 PageState RemoveReferrer() const;
50 PageState(const std::string& data);
56 inline bool operator==(const PageState& a, const PageState& b) {
59 inline bool operator!=(const PageState& a, const PageState& b) {