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

  /external/chromium_org/android_webview/native/
state_serializer_unittest.cc 16 #include "content/public/common/page_state.h"
50 const content::PageState page_state = local
63 entry->SetPageState(page_state);
85 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/components/sessions/
serialized_navigation_entry.cc 239 content::PageState page_state = page_state_; local
241 page_state = page_state.RemovePasswordData();
244 page_state.ToEncodedData());
serialized_navigation_entry_unittest.cc 115 EXPECT_FALSE(navigation.page_state().IsValid());
144 EXPECT_EQ(kPageState, navigation.page_state());
174 EXPECT_EQ(kPageState, navigation.page_state());
209 EXPECT_FALSE(new_navigation.page_state().IsValid());
360 content::PageState page_state = local
362 sync_data.set_state(page_state.ToEncodedData());
373 EXPECT_EQ(page_state, navigation.page_state());
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
  /external/chromium_org/chrome/browser/sessions/
session_service_unittest.cc 35 #include "content/public/common/page_state.h"
766 content::PageState page_state = local
769 // Create a TabNavigation containing page_state and representing a POST
774 SerializedNavigationEntryTestHelper::SetPageState(page_state, &nav1);
777 // Create a TabNavigation containing page_state and representing a normal
782 SerializedNavigationEntryTestHelper::SetPageState(page_state, &nav2);
805 content::PageState page_state = local
808 // Create a TabNavigation containing page_state and representing a POST
813 SerializedNavigationEntryTestHelper::SetPageState(page_state, &nav1);
825 EXPECT_NE(page_state, windows[0]->tabs[0]->navigations[0].page_state())
    [all...]
session_restore.cc 1058 const content::PageState& page_state = local
    [all...]

Completed in 675 milliseconds