Searched refs:GetParentForWindowlessPlugin (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_guest.h188 virtual gfx::NativeViewId GetParentForWindowlessPlugin() const OVERRIDE;
H A Drender_widget_host_impl.cc1836 reinterpret_cast<HWND>(view_->GetParentForWindowlessPlugin()));
2292 // On Windows GetParentForWindowlessPlugin returns the dummy window used as
2295 if (view_ && view_->GetParentForWindowlessPlugin())
2296 SetParent(reinterpret_cast<HWND>(view_->GetParentForWindowlessPlugin()),
H A Drender_widget_host_view_guest.cc546 gfx::NativeViewId RenderWidgetHostViewGuest::GetParentForWindowlessPlugin() function in class:content::RenderWidgetHostViewGuest
H A Drender_widget_host_view_aura.h254 virtual gfx::NativeViewId GetParentForWindowlessPlugin() const OVERRIDE;
H A Drender_widget_host_view_aura.cc1687 gfx::NativeViewId RenderWidgetHostViewAura::GetParentForWindowlessPlugin() function in class:content::RenderWidgetHostViewAura
/external/chromium_org/content/port/browser/
H A Drender_widget_host_view_port.h348 virtual gfx::NativeViewId GetParentForWindowlessPlugin() const = 0;
/external/chromium_org/content/test/
H A Dtest_render_view_host.cc232 gfx::NativeViewId TestRenderWidgetHostView::GetParentForWindowlessPlugin() function in class:content::TestRenderWidgetHostView
H A Dtest_render_view_host.h176 virtual gfx::NativeViewId GetParentForWindowlessPlugin() const OVERRIDE;

Completed in 618 milliseconds