Searched defs:page_state (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/android_webview/native/
H A Dstate_serializer_unittests.cc16 #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());
H A Dstate_serializer.cc17 #include "content/public/common/page_state.h"
121 const content::PageState& page_state = local
124 page_state.GetReferencedFiles();
/external/chromium_org/components/sessions/
H A Dserialized_navigation_entry_test_helper.cc51 const content::PageState& page_state,
53 navigation->page_state_ = page_state;
50 SetPageState( const content::PageState& page_state, SerializedNavigationEntry* navigation) argument
H A Dserialized_navigation_entry.cc231 content::PageState page_state = page_state_; local
233 page_state = page_state.RemovePasswordData();
236 page_state.ToEncodedData());
H A Dserialized_navigation_entry.h17 #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/content/public/renderer/
H A Dhistory_item_serialization.cc8 #include "content/public/common/page_state.h"
192 WebHistoryItem PageStateToHistoryItem(const PageState& page_state) { argument
194 if (!DecodePageState(page_state.ToEncodedData(), &state))
/external/chromium_org/content/common/
H A Dpage_state_serialization_unittest.cc198 void PopulatePageStateForBackwardsCompatTest(ExplodedPageState* page_state) { argument
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/chrome/browser/sessions/
H A Dsession_service_unittest.cc30 #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, window
[all...]
H A Dsession_restore.cc1053 const content::PageState& page_state = local
1054 tab.navigations.at(selected_index).page_state();
1056 page_state.GetReferencedFiles();
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.cc98 const PageState& page_state) {
96 ViewSourceForFrame(WebContents* source, const GURL& frame_url, const PageState& page_state) argument
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_commands.cc1025 const content::PageState& page_state) {
1044 active_entry->SetPageState(page_state.RemoveScrollOffset());
1022 ViewSource(Browser* browser, WebContents* contents, const GURL& url, const content::PageState& page_state) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc229 params->page_state = entry.GetPageState();
2061 const PageState& page_state) {
2065 delegate_->ViewSourceForFrame(this, url, page_state);
3047 const PageState& page_state) {
3064 if (page_state == entry->GetPageState())
3066 entry->SetPageState(page_state);
2060 ViewFrameSource(const GURL& url, const PageState& page_state) argument
3045 UpdateState(RenderViewHost* rvh, int32 page_id, const PageState& page_state) argument

Completed in 242 milliseconds