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

  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.h 269 bool are_navigations_suspended() const { return navigations_suspended_; }
573 bool navigations_suspended_; member in class:content::RenderViewHostImpl
render_view_host_impl.cc 197 navigations_suspended_(false),
504 DCHECK(navigations_suspended_ != suspend);
506 navigations_suspended_ = suspend;
525 navigations_suspended_ = false;
    [all...]
  /external/chromium_org/content/browser/frame_host/
render_frame_host_impl.cc 776 if (render_view_host_->navigations_suspended_) {
    [all...]

Completed in 48 milliseconds