Searched refs:host_view (Results 1 – 12 of 12) sorted by relevance
55 content::RenderWidgetHostView* host_view = render_view_host()->GetView(); in SetVisible() local56 if (host_view) { in SetVisible()58 host_view->Show(); in SetVisible()60 host_view->Hide(); in SetVisible()
117 content::RenderWidgetHostView* host_view = in GetTextInputClient() local121 if (host_view) in GetTextInputClient()122 return host_view->GetTextInputClient(); in GetTextInputClient()219 content::RenderWidgetHostView* host_view = in GetNativeViewAccessible() local221 if (host_view) in GetNativeViewAccessible()222 return host_view->GetNativeViewAccessible(); in GetNativeViewAccessible()
12 gfx::NativeView host_view) in TestWebContentsModalDialogHost() argument13 : host_view_(host_view) {} in TestWebContentsModalDialogHost()
19 explicit TestWebContentsModalDialogHost(gfx::NativeView host_view);
36 void DropdownBarHost::SetHostViewNative(views::View* host_view) { in SetHostViewNative() argument37 host_->GetNativeView()->SetProperty(views::kHostViewKey, host_view); in SetHostViewNative()
55 void Init(views::View* host_view,162 void SetHostViewNative(views::View* host_view);
36 void DropdownBarHost::Init(views::View* host_view, in Init() argument54 SetHostViewNative(host_view); in Init()
27 View* host_view = child->GetProperty(kHostViewKey); in GetViewsWithAssociatedWindow() local28 if (host_view) in GetViewsWithAssociatedWindow()29 (*hosted_windows)[host_view] = child; in GetViewsWithAssociatedWindow()
189 base::scoped_nsobject<NSView> host_view = CreateViewWithWidth(150.0f);190 layout.Layout(host_view);331 base::scoped_nsobject<NSView> host_view = CreateViewWithWidth(150.0f);332 layout.Layout(host_view);
481 content::RenderWidgetHostView* host_view = in GetFingerprint() local483 if (host_view) in GetFingerprint()484 host_view->GetRenderWidgetHost()->GetWebScreenInfo(&screen_info); in GetFingerprint()
528 RenderWidgetHostView* host_view = web_contents_->GetRenderWidgetHostView(); in PlatformSetContents() local529 if (host_view) in PlatformSetContents()530 host_view->SetSize(content_size_); in PlatformSetContents()
305 DetachableToolbarView* host_view,324 DetachableToolbarView* host_view, in BookmarkExtensionBackground() argument327 host_view_(host_view), in BookmarkExtensionBackground()