web_contents_video_capture_device.cc | 229 fullscreen_widget_id_ = routing_id; 234 DCHECK_EQ(fullscreen_widget_id_, routing_id); 235 fullscreen_widget_id_ = MSG_ROUTING_NONE; 296 int fullscreen_widget_id_; member in class:content::__anon7857::WebContentsCaptureMachine 556 fullscreen_widget_id_(MSG_ROUTING_NONE) {} 665 fullscreen_widget_id_ = contents->GetFullscreenWidgetRoutingID(); 689 if (fullscreen_widget_id_ != MSG_ROUTING_NONE) { 692 rwh = RenderWidgetHost::FromID(process->GetID(), fullscreen_widget_id_);
|