Home
last modified time | relevance | path

Searched refs:IsRVHStateActive (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
Drender_view_host_impl.cc146 bool RenderViewHostImpl::IsRVHStateActive(RenderViewHostImplState rvh_state) { in IsRVHStateActive() function in content::RenderViewHostImpl
253 if (IsRVHStateActive(rvh_state_)) in ~RenderViewHostImpl()
306 params.swapped_out = !IsRVHStateActive(rvh_state_); in CreateRenderView()
1082 if (IsRVHStateActive(rvh_state_)) { in OnShowView()
1091 if (IsRVHStateActive(rvh_state_)) in OnShowWidget()
1097 if (IsRVHStateActive(rvh_state_)) in OnShowFullscreenWidget()
1160 if (IsRVHStateActive(rvh_state_)) in OnUpdateTargetURL()
1181 if (IsRVHStateActive(rvh_state_)) in OnRequestMove()
1539 IsRVHStateActive(rvh_state_)) { in OnAccessibilityEvents()
1584 if (view_ && IsRVHStateActive(rvh_state_)) { in OnAccessibilityLocationChanges()
[all …]
Drender_view_host_impl.h127 static bool IsRVHStateActive(RenderViewHostImplState rvh_state);
Drender_widget_host_impl.cc294 if (RenderViewHostImpl::IsRVHStateActive( in GetRenderWidgetHosts()
/external/chromium_org/content/browser/frame_host/
Drender_frame_host_manager.cc1127 !RenderViewHostImpl::IsRVHStateActive( in CommitPending()