Searched defs:host_view (Results 1 - 9 of 9) sorted by relevance

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

Completed in 2643 milliseconds