Home
last modified time | relevance | path

Searched refs:host_view (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/extensions/
Dextension_view_views.cc55 content::RenderWidgetHostView* host_view = render_view_host()->GetView(); in SetVisible() local
56 if (host_view) { in SetVisible()
58 host_view->Show(); in SetVisible()
60 host_view->Hide(); in SetVisible()
/external/chromium_org/ui/views/controls/webview/
Dwebview.cc117 content::RenderWidgetHostView* host_view = in GetTextInputClient() local
121 if (host_view) in GetTextInputClient()
122 return host_view->GetTextInputClient(); in GetTextInputClient()
219 content::RenderWidgetHostView* host_view = in GetNativeViewAccessible() local
221 if (host_view) in GetNativeViewAccessible()
222 return host_view->GetNativeViewAccessible(); in GetNativeViewAccessible()
/external/chromium_org/components/web_modal/
Dtest_web_contents_modal_dialog_host.cc12 gfx::NativeView host_view) in TestWebContentsModalDialogHost() argument
13 : host_view_(host_view) {} in TestWebContentsModalDialogHost()
Dtest_web_contents_modal_dialog_host.h19 explicit TestWebContentsModalDialogHost(gfx::NativeView host_view);
/external/chromium_org/chrome/browser/ui/views/
Ddropdown_bar_host_aura.cc36 void DropdownBarHost::SetHostViewNative(views::View* host_view) { in SetHostViewNative() argument
37 host_->GetNativeView()->SetProperty(views::kHostViewKey, host_view); in SetHostViewNative()
Ddropdown_bar_host.h55 void Init(views::View* host_view,
162 void SetHostViewNative(views::View* host_view);
Ddropdown_bar_host.cc36 void DropdownBarHost::Init(views::View* host_view, in Init() argument
54 SetHostViewNative(host_view); in Init()
/external/chromium_org/ui/views/widget/
Dwindow_reorderer.cc27 View* host_view = child->GetProperty(kHostViewKey); in GetViewsWithAssociatedWindow() local
28 if (host_view) in GetViewsWithAssociatedWindow()
29 (*hosted_windows)[host_view] = child; in GetViewsWithAssociatedWindow()
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dsimple_grid_layout_unittest.mm189 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);
/external/chromium_org/components/autofill/content/browser/risk/
Dfingerprint.cc481 content::RenderWidgetHostView* host_view = in GetFingerprint() local
483 if (host_view) in GetFingerprint()
484 host_view->GetRenderWidgetHost()->GetWebScreenInfo(&screen_info); in GetFingerprint()
/external/chromium_org/content/shell/browser/
Dshell_views.cc528 RenderWidgetHostView* host_view = web_contents_->GetRenderWidgetHostView(); in PlatformSetContents() local
529 if (host_view) in PlatformSetContents()
530 host_view->SetSize(content_size_); in PlatformSetContents()
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view.cc305 DetachableToolbarView* host_view,
324 DetachableToolbarView* host_view, in BookmarkExtensionBackground() argument
327 host_view_(host_view), in BookmarkExtensionBackground()