HomeSort by relevance Sort by last modified time
    Searched refs:page_state (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/components/sessions/
serialized_navigation_entry_test_helper.h 42 static void SetPageState(const content::PageState& page_state,
serialized_navigation_entry_test_helper.cc 51 const content::PageState& page_state,
53 navigation->page_state_ = page_state;
serialized_navigation_entry_unittest.cc 102 EXPECT_FALSE(navigation.page_state().IsValid());
129 EXPECT_EQ(kPageState, navigation.page_state());
154 EXPECT_EQ(kPageState, navigation.page_state());
187 EXPECT_FALSE(new_navigation.page_state().IsValid());
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
  /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/content/public/common/
page_state.h 43 bool Equals(const PageState& page_state) const;
  /external/chromium_org/tools/perf/measurements/
tab_switching.py 31 page_state = page_runner.PageState()
32 page_state.PreparePage(page.page_set.pages[i], t)
  /external/chromium_org/content/public/renderer/
history_item_serialization.cc 8 #include "content/public/common/page_state.h"
192 WebHistoryItem PageStateToHistoryItem(const PageState& page_state) {
194 if (!DecodePageState(page_state.ToEncodedData(), &state))
  /external/chromium_org/content/common/
page_state_serialization_unittest.cc 198 void PopulatePageStateForBackwardsCompatTest(ExplodedPageState* page_state) {
199 page_state->referenced_files.push_back(NS16("file.txt"));
200 PopulateFrameStateForBackwardsCompatTest(&page_state->top, false);
215 path = path.AppendASCII("page_state").AppendASCII(
  /external/chromium_org/content/public/browser/
web_contents.h 409 const PageState& page_state)= 0;
web_contents_delegate.cc 98 const PageState& page_state) {
web_contents_delegate.h 252 const PageState& page_state);
  /external/chromium_org/content/browser/renderer_host/
test_render_view_host.cc 17 #include "content/public/common/page_state.h"
50 params->page_state = PageState::CreateFromURL(url);
349 params.page_state = PageState::CreateForTesting(
  /external/chromium_org/content/renderer/
render_view_browsertest.cc 310 EXPECT_TRUE(host_nav_params.a.page_state.IsValid());
312 host_nav_params.a.page_state);
497 params_A.page_state = state_A;
511 // params.page_state of the initial page (e.g., if the new page fails the
522 nav_params.page_state = state_A;
598 params_C.page_state = state_C;
615 params_B.page_state = state_B;
626 params.page_state = state_A;
679 params_A.page_state = state_A;
697 params_B.page_state = state_A; // Doesn't matter, just has to be present
    [all...]
  /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/chrome/browser/ui/
browser_commands.h 154 const content::PageState& page_state);
browser_commands.cc     [all...]
  /external/chromium_org/content/browser/web_contents/
navigation_controller_impl_unittest.cc 36 #include "content/public/common/page_state.h"
    [all...]
web_contents_impl.h 297 const PageState& page_state) OVERRIDE;
355 const PageState& page_state) OVERRIDE;
    [all...]
  /external/chromium_org/content/public/test/
render_view_fake_resources_test.cc 220 params.page_state = HistoryItemToPageState(history_item);
render_view_test.cc 369 navigate_params.page_state = HistoryItemToPageState(history_item);
  /external/chromium_org/content/test/
test_web_contents.cc 18 #include "content/public/common/page_state.h"
86 params.page_state = PageState::CreateFromURL(url);

Completed in 3012 milliseconds

1 2