Home | History | Annotate | Download | only in web_contents

Lines Matching full:widget_host_view

1700   RenderWidgetHostViewBase* widget_host_view =
1702 if (!widget_host_view)
1718 widget_host_view->InitAsChild(GetRenderWidgetHostView()->GetNativeView());
1721 widget_host_view->InitAsFullscreen(view);
1726 if (!widget_host_view->HasFocus())
1727 widget_host_view->Focus();
1729 widget_host_view->InitAsPopup(view, initial_pos);
1733 RenderWidgetHostImpl::From(widget_host_view->GetRenderWidgetHost());
1743 base::mac::NSObjectRelease(widget_host_view->GetNativeView());
1783 RenderWidgetHostView* widget_host_view = iter->second;
1786 RenderWidgetHost* widget_host = widget_host_view->GetRenderWidgetHost();
1792 return widget_host_view;