Searched refs:history_controller (Results 1 – 18 of 18) sorted by relevance
60 content/renderer/history_controller.h63 content/renderer/history_controller.cc
1867 HistoryEntryToPageState(view()->history_controller()->GetCurrentEntry()); in TEST_F()1884 HistoryEntryToPageState(view()->history_controller()->GetCurrentEntry()); in TEST_F()1895 HistoryEntryToPageState(view()->history_controller()->GetCurrentEntry()); in TEST_F()1901 HistoryEntryToPageState(view()->history_controller()->GetCurrentEntry()); in TEST_F()1912 HistoryEntryToPageState(view()->history_controller()->GetCurrentEntry()); in TEST_F()
880 if (is_reload && !render_view_->history_controller()->GetCurrentEntry()) { in OnNavigate()914 render_view_->history_controller()->GoToEntry(entry.Pass(), cache_policy); in OnNavigate()1930 return render_view_->history_controller()->GetItemForNewChildFrame(this); in historyItemForNewChildFrame()2039 render_view_->history_controller()->RemoveChildrenForRedirect(this); in didReceiveServerRedirectForProvisionalLoad()2164 render_view_->history_controller()->UpdateForCommit(this, item, commit_type, in didCommitProvisionalLoad()3311 HistoryEntry* entry = render_view_->history_controller()->GetCurrentEntry(); in SendDidCommitProvisionalLoad()
222 HistoryController* history_controller() { in history_controller() function
130 return HistoryEntryToPageState(impl->history_controller()->GetCurrentEntry()); in GetCurrentPageState()
184 'renderer/history_controller.cc',185 'renderer/history_controller.h',
100 content/renderer/history_controller.cc \