Home
last modified time | relevance | path

Searched refs:navigations_suspended_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
Drender_view_host_impl.h265 bool are_navigations_suspended() const { return navigations_suspended_; } in are_navigations_suspended()
666 bool navigations_suspended_; variable
Drender_view_host_impl.cc199 navigations_suspended_(false), in RenderViewHostImpl()
602 if (navigations_suspended_) { in Navigate()
648 DCHECK(navigations_suspended_ != suspend); in SetNavigationsSuspended()
650 navigations_suspended_ = suspend; in SetNavigationsSuspended()
668 navigations_suspended_ = false; in CancelSuspendedNavigations()