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

  /external/chromium_org/content/public/browser/
navigation_controller.h 396 // ensure that |CanPruneAllButVisible| returns true before calling this, or it
416 virtual bool CanPruneAllButVisible() = 0;
420 // |CanPruneAllButVisible| returns true before calling this, or it will crash.
  /external/chromium_org/chrome/browser/ui/
browser_instant_controller.cc 92 if (!instant_ntp->GetController().CanPruneAllButVisible()) {
108 if (instant_ntp->GetController().CanPruneAllButVisible())
browser_commands.cc     [all...]
  /external/chromium_org/content/browser/web_contents/
navigation_controller_impl.h 92 virtual bool CanPruneAllButVisible() OVERRIDE;
308 // must ensure that |CanPruneAllButVisible| returns true before calling this.
navigation_controller_impl.cc     [all...]
web_contents_impl_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_manager.cc 438 if (!new_web_contents->GetController().CanPruneAllButVisible())
    [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc     [all...]

Completed in 99 milliseconds