CanPruneAllButLastCommitted  525 chrome/browser/prerender/prerender_manager.cc     if (!new_web_contents->GetController().CanPruneAllButLastCommitted()) {
CanPruneAllButLastCommitted 1167 chrome/browser/ui/browser_commands.cc   DCHECK(view_source_contents->GetController().CanPruneAllButLastCommitted());
CanPruneAllButLastCommitted 1339 content/browser/android/content_view_core_impl.cc   if (web_contents_->GetController().CanPruneAllButLastCommitted())
CanPruneAllButLastCommitted 1270 content/browser/frame_host/navigation_controller_impl.cc   CHECK(CanPruneAllButLastCommitted());
CanPruneAllButLastCommitted 1372 content/browser/frame_host/navigation_controller_impl.cc   CHECK(CanPruneAllButLastCommitted());
CanPruneAllButLastCommitted   93 content/browser/frame_host/navigation_controller_impl.h   virtual bool CanPruneAllButLastCommitted() OVERRIDE;
CanPruneAllButLastCommitted 2292 content/browser/web_contents/web_contents_impl_unittest.cc   EXPECT_FALSE(other_controller.CanPruneAllButLastCommitted());
CanPruneAllButLastCommitted  435 content/public/browser/navigation_controller.h   virtual bool CanPruneAllButLastCommitted() = 0;