Searched refs:PruneAllButLastCommitted (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/public/browser/
H A Dnavigation_controller.h414 // Returns whether it is safe to call PruneAllButLastCommitted or
436 virtual void PruneAllButLastCommitted() = 0;
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl.h94 virtual void PruneAllButLastCommitted() OVERRIDE;
316 // PruneAllButLastCommitted() this does not update the session history of the
H A Dnavigation_controller_android.cc217 navigation_controller_->PruneAllButLastCommitted();
H A Dnavigation_controller_impl.cc1402 void NavigationControllerImpl::PruneAllButLastCommitted() { function in class:content::NavigationControllerImpl
H A Dnavigation_controller_impl_unittest.cc3949 // Test call to PruneAllButLastCommitted for the only entry.
3959 controller.PruneAllButLastCommitted();
3965 // Test call to PruneAllButLastCommitted for first entry.
3983 controller.PruneAllButLastCommitted();
3989 // Test call to PruneAllButLastCommitted for intermediate entry.
4006 controller.PruneAllButLastCommitted();
4012 // Test call to PruneAllButLastCommitted for a pending entry that is not yet in
4031 controller.PruneAllButLastCommitted();
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_commands.cc1183 view_source_contents->GetController().PruneAllButLastCommitted();

Completed in 126 milliseconds