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

  /external/chromium_org/content/renderer/
history_controller.h 57 // HistoryController: Owned by RenderView, is the entry point for interacting
107 class CONTENT_EXPORT HistoryController {
109 explicit HistoryController(RenderViewImpl* render_view);
110 ~HistoryController();
142 DISALLOW_COPY_AND_ASSIGN(HistoryController);
history_controller.cc 49 HistoryController::HistoryController(RenderViewImpl* render_view)
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::GetItemForNewChildFrame
    [all...]

Completed in 349 milliseconds