Home | History | Annotate | Download | only in capture

Lines Matching defs:rwh

413   RenderWidgetHostImpl* rwh =
418 if (!rwh || !rwh->GetView())
425 if (rwh->GetView()->IsSurfaceAvailableForCopy())
630 RenderWidgetHost* rwh = GetTarget();
632 rwh ? static_cast<RenderWidgetHostViewBase*>(rwh->GetView()) : NULL;
633 if (!view || !rwh) {
662 rwh->CopyFromBackingStore(
717 RenderWidgetHost* rwh = NULL;
721 rwh = RenderWidgetHost::FromID(process->GetID(), fullscreen_widget_id_);
723 rwh = web_contents()->GetRenderViewHost();
726 return rwh;
777 RenderWidgetHost* rwh = GetTarget();
778 if (!rwh || !rwh->GetView())
781 subscription_.reset(new ContentCaptureSubscription(*rwh, oracle_proxy_,