HomeSort by relevance Sort by last modified time
    Searched refs:CanPruneAllButLastCommitted (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/public/browser/
navigation_controller.h 409 // 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/
navigation_controller_impl.h 93 virtual bool CanPruneAllButLastCommitted() OVERRIDE;
317 // RenderView. Callers must ensure that |CanPruneAllButLastCommitted| returns
navigation_controller_impl.cc     [all...]
  /external/chromium_org/chrome/browser/ui/
browser_commands.cc     [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_manager.cc 535 if (!new_web_contents->GetController().CanPruneAllButLastCommitted()) {
    [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc     [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc     [all...]

Completed in 2510 milliseconds