Home
last modified time | relevance | path

Searched refs:GetHostView (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_aura.cc21 auto view = GetHostView(); in SendKeyEvent()
34 auto view = GetHostView(); in SendMouseClickEvent()
46 auto view = GetHostView(); in SendMouseMoveEvent()
58 auto view = GetHostView(); in SendMouseWheelEvent()
236 CefBrowserPlatformDelegateNativeAura::GetHostView() const { in GetHostView() function in CefBrowserPlatformDelegateNativeAura
Dbrowser_platform_delegate_native_mac.mm262 auto view = GetHostView();
275 auto view = GetHostView();
287 auto view = GetHostView();
299 auto view = GetHostView();
314 auto view = GetHostView();
568 CefBrowserPlatformDelegateNativeMac::GetHostView() const { function
Dbrowser_platform_delegate_native_aura.h76 content::RenderWidgetHostViewAura* GetHostView() const;
Dbrowser_platform_delegate_native_mac.h69 content::RenderWidgetHostViewMac* GetHostView() const;
/third_party/cef/libcef/browser/
Dweb_contents_dialog_helper.h33 gfx::NativeView GetHostView() const override;
Dweb_contents_dialog_helper.cc40 gfx::NativeView CefWebContentsDialogHelper::GetHostView() const { in GetHostView() function in CefWebContentsDialogHelper