Searched refs:widget_host_view (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_host_mac.h23 virtual void ShowCreatedWidgetInternal(RenderWidgetHostView* widget_host_view,
H A Dextension_host.cc665 RenderWidgetHostView* widget_host_view,
673 widget_host_view->InitAsPopup(render_view_host()->view(), initial_pos);
674 widget_host_view->GetRenderWidgetHost()->Init();
664 ShowCreatedWidgetInternal( RenderWidgetHostView* widget_host_view, const gfx::Rect& initial_pos) argument
H A Dextension_host.h213 virtual void ShowCreatedWidgetInternal(RenderWidgetHostView* widget_host_view,
/external/chromium/chrome/browser/tab_contents/
H A Dtab_contents_view_mac.h75 virtual void ShowCreatedWidgetInternal(RenderWidgetHostView* widget_host_view,
H A Drender_view_host_delegate_helper.cc179 RenderWidgetHostView* widget_host_view = iter->second; local
182 RenderWidgetHost* widget_host = widget_host_view->GetRenderWidgetHost();
188 return widget_host_view;
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc1503 RenderWidgetHostViewPort* widget_host_view = local
1505 if (!widget_host_view)
1511 widget_host_view->InitAsChild(GetRenderWidgetHostView()->GetNativeView());
1514 widget_host_view->InitAsFullscreen(GetRenderWidgetHostViewPort());
1519 if (!widget_host_view->HasFocus())
1520 widget_host_view->Focus();
1522 widget_host_view->InitAsPopup(GetRenderWidgetHostViewPort(), initial_pos);
1526 RenderWidgetHostImpl::From(widget_host_view->GetRenderWidgetHost());
1536 base::mac::NSObjectRelease(widget_host_view->GetNativeView());
1573 RenderWidgetHostView* widget_host_view local
[all...]

Completed in 2026 milliseconds