Searched defs:HistoryController (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/
H A Dhistory_controller.h57 // HistoryController: Owned by RenderView, is the entry point for interacting
107 class CONTENT_EXPORT HistoryController { class in namespace:content
109 explicit HistoryController(RenderViewImpl* render_view);
110 ~HistoryController();
142 DISALLOW_COPY_AND_ASSIGN(HistoryController);
H A Dhistory_controller.cc49 HistoryController::HistoryController(RenderViewImpl* render_view) function in class:content::HistoryController
53 HistoryController::~HistoryController() {
56 void HistoryController::GoToEntry(scoped_ptr<HistoryEntry> target_entry,
99 void HistoryController::RecursiveGoToEntry(
129 void HistoryController::UpdateForInitialLoadInChildFrame(
148 void HistoryController::UpdateForCommit(RenderFrameImpl* frame,
163 HistoryEntry* HistoryController::GetCurrentEntry() {
167 WebHistoryItem HistoryController
[all...]

Completed in 84 milliseconds