Home | History | Annotate | Download | only in renderer_host

Lines Matching refs:native_view

746     gfx::NativeView native_view) const {
747 if (m_hWnd == native_view)
750 // Traverse the set of parents of the given view to determine if native_view
752 HWND parent_window = ::GetParent(native_view);
1783 gfx::NativeView native_view) {
1784 return ::IsWindow(native_view) ?
1786 ViewProp::GetValue(native_view, kRenderWidgetHostViewKey)) : NULL;