Home
last modified time | relevance | path

Searched refs:GoToEntry (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/renderer/
Dhistory_controller.h112 void GoToEntry(scoped_ptr<HistoryEntry> entry,
Dhistory_controller.cc56 void HistoryController::GoToEntry(scoped_ptr<HistoryEntry> target_entry, in GoToEntry() function in content::HistoryController
Drender_frame_impl.cc914 render_view_->history_controller()->GoToEntry(entry.Pass(), cache_policy); in OnNavigate()