Searched refs:CanPruneAllButLastCommitted (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/public/browser/
H A Dnavigation_controller.h409 // ensure that |CanPruneAllButLastCommitted| returns true before calling this,
430 virtual bool CanPruneAllButLastCommitted() = 0;
434 // |CanPruneAllButLastCommitted| returns true before calling this, or it will
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl.h93 virtual bool CanPruneAllButLastCommitted() OVERRIDE;
317 // RenderView. Callers must ensure that |CanPruneAllButLastCommitted| returns
H A Dnavigation_controller_android.cc216 if (navigation_controller_->CanPruneAllButLastCommitted())
H A Dnavigation_controller_impl.cc1318 CHECK(CanPruneAllButLastCommitted());
1381 bool NavigationControllerImpl::CanPruneAllButLastCommitted() { function in class:content::NavigationControllerImpl
1421 CHECK(CanPruneAllButLastCommitted());
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_commands.cc1182 DCHECK(view_source_contents->GetController().CanPruneAllButLastCommitted());
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_manager.cc531 if (!new_web_contents->GetController().CanPruneAllButLastCommitted()) {
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_unittest.cc2348 EXPECT_FALSE(other_controller.CanPruneAllButLastCommitted());

Completed in 1312 milliseconds