HomeSort by relevance Sort by last modified time
    Searched refs:host_view (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/components/web_modal/
test_web_contents_modal_dialog_host.cc 12 gfx::NativeView host_view)
13 : host_view_(host_view) {}
test_web_contents_modal_dialog_host.h 19 explicit TestWebContentsModalDialogHost(gfx::NativeView host_view);
  /external/chromium_org/chrome/browser/ui/views/
dropdown_bar_host_aura.cc 36 void DropdownBarHost::SetHostViewNative(views::View* host_view) {
37 host_->GetNativeView()->SetProperty(views::kHostViewKey, host_view);
dropdown_bar_host.h 52 // |host_view| is the view whose position in the |browser_view_| view
55 void Init(views::View* host_view,
162 void SetHostViewNative(views::View* host_view);
dropdown_bar_host.cc 36 void DropdownBarHost::Init(views::View* host_view,
54 SetHostViewNative(host_view);
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_view_views.cc 55 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/controls/webview/
webview.cc 117 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/ui/views/widget/
window_reorderer.cc 27 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/
fingerprint.cc 481 content::RenderWidgetHostView* host_view = local
483 if (host_view)
484 host_view->GetRenderWidgetHost()->GetWebScreenInfo(&screen_info);
  /external/chromium_org/content/shell/browser/
shell_views.cc 528 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/
browser_view.cc 305 DetachableToolbarView* host_view,
324 DetachableToolbarView* host_view,
327 host_view_(host_view),
    [all...]

Completed in 337 milliseconds