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

  /external/chromium_org/content/public/common/
page_state.h 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
    [all...]
page_state.cc 30 PageState ToPageState(const ExplodedPageState& state) {
33 return PageState();
35 return PageState::CreateFromEncodedData(encoded_data);
61 PageState PageState::CreateFromEncodedData(const std::string& data) {
62 return PageState(data);
66 PageState PageState::CreateFromURL(const GURL& url) {
75 PageState PageState::CreateForTesting
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
history.js 27 var pageState;
845 pageState.setUIState(this.model_.getSearchText(),
862 pageState.setUIState(this.model_.getSearchText(),
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/page/
page_runner.py 144 class PageState(object):
510 page_state = PageState(page, test.TabForPage(page, state.browser))
  /packages/apps/Browser/src/com/android/browser/
Tab.java 212 protected static class PageState {
223 PageState(Context c, boolean incognito) {
235 PageState(Context c, boolean incognito, String url, Bitmap favicon) {
249 protected PageState mCurrentState;
348 mCurrentState = new PageState(mContext,
    [all...]

Completed in 114 milliseconds