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

  /external/chromium_org/android_webview/native/
state_serializer_unittests.cc 16 #include "content/public/common/page_state.h"
50 const content::PageState page_state = local
62 entry->SetPageState(page_state);
83 EXPECT_EQ(page_state, copy->GetPageState());
state_serializer.cc 17 #include "content/public/common/page_state.h"
121 const content::PageState& page_state = local
124 page_state.GetReferencedFiles();
  /external/chromium_org/chrome/browser/sessions/
session_service_unittest.cc 30 #include "content/public/common/page_state.h"
782 content::PageState page_state = local
785 // Create a TabNavigation containing page_state and representing a POST
790 SerializedNavigationEntryTestHelper::SetPageState(page_state, &nav1);
793 // Create a TabNavigation containing page_state and representing a normal
798 SerializedNavigationEntryTestHelper::SetPageState(page_state, &nav2);
821 content::PageState page_state = local
824 // Create a TabNavigation containing page_state and representing a POST
829 SerializedNavigationEntryTestHelper::SetPageState(page_state, &nav1);
841 EXPECT_NE(page_state, windows[0]->tabs[0]->navigations[0].page_state())
    [all...]
session_restore.cc 1053 const content::PageState& page_state = local
    [all...]
  /external/chromium_org/components/sessions/
serialized_navigation_entry.cc 231 content::PageState page_state = page_state_; local
233 page_state = page_state.RemovePasswordData();
236 page_state.ToEncodedData());
serialized_navigation_entry.h 17 #include "content/public/common/page_state.h"
100 const content::PageState& page_state() const { return page_state_; } function in class:sessions::SerializedNavigationEntry

Completed in 63 milliseconds