Home
last modified time | relevance | path

Searched refs:CreateHostWindow (Results 1 – 16 of 16) sorted by relevance

/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_linux.h25 bool CreateHostWindow() override;
Dbrowser_platform_delegate_native_win.h21 bool CreateHostWindow() override;
Dnative_menu_win.h97 void CreateHostWindow();
Dbrowser_platform_delegate_native_mac.h23 bool CreateHostWindow() override;
Dbrowser_platform_delegate_native_linux.cc48 bool CefBrowserPlatformDelegateNativeLinux::CreateHostWindow() { in CreateHostWindow() function in CefBrowserPlatformDelegateNativeLinux
Dnative_menu_win.cc465 CreateHostWindow(); in RunMenuAt()
777 void CefNativeMenuWin::CreateHostWindow() { in CreateHostWindow() function in views::CefNativeMenuWin
Dbrowser_platform_delegate_native_mac.mm157 // Release the reference added in CreateHostWindow().
162 bool CefBrowserPlatformDelegateNativeMac::CreateHostWindow() { function
Dbrowser_platform_delegate_native_win.cc169 bool CefBrowserPlatformDelegateNativeWin::CreateHostWindow() { in CreateHostWindow() function in CefBrowserPlatformDelegateNativeWin
/third_party/cef/libcef/browser/extensions/
Dbrowser_platform_delegate_background.h21 bool CreateHostWindow() override;
Dbrowser_platform_delegate_background.cc23 bool CefBrowserPlatformDelegateBackground::CreateHostWindow() { in CreateHostWindow() function in CefBrowserPlatformDelegateBackground
/third_party/cef/libcef/browser/views/
Dbrowser_platform_delegate_views.h31 bool CreateHostWindow() override;
Dbrowser_platform_delegate_views.cc115 bool CefBrowserPlatformDelegateViews::CreateHostWindow() { in CreateHostWindow() function in CefBrowserPlatformDelegateViews
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h163 virtual bool CreateHostWindow();
Dbrowser_platform_delegate.cc102 bool CefBrowserPlatformDelegate::CreateHostWindow() { in CreateHostWindow() function in CefBrowserPlatformDelegate
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.cc240 if (!browser->CreateHostWindow()) in CreateInternal()
1621 bool AlloyBrowserHostImpl::CreateHostWindow() { in CreateHostWindow() function in AlloyBrowserHostImpl
1626 success = platform_delegate_->CreateHostWindow(); in CreateHostWindow()
Dalloy_browser_host_impl.h333 bool CreateHostWindow();