Searched refs:CefBrowserViewImpl (Results 1 – 13 of 13) sorted by relevance
/third_party/cef/libcef/browser/views/ |
D | browser_view_impl.cc | 26 return CefBrowserViewImpl::Create(client, url, settings, extra_info, in CreateBrowserView() 43 CefRefPtr<CefBrowserViewImpl> CefBrowserViewImpl::Create( in Create() 64 CefRefPtr<CefBrowserViewImpl> browser_view = new CefBrowserViewImpl(delegate); in Create() 73 CefRefPtr<CefBrowserViewImpl> CefBrowserViewImpl::CreateForPopup( in CreateForPopup() 78 CefRefPtr<CefBrowserViewImpl> browser_view = new CefBrowserViewImpl(delegate); in CreateForPopup() 84 void CefBrowserViewImpl::WebContentsCreated( in WebContentsCreated() 90 void CefBrowserViewImpl::BrowserCreated( in BrowserCreated() 97 void CefBrowserViewImpl::BrowserDestroyed(CefBrowserHostBase* browser) { in BrowserDestroyed() 105 bool CefBrowserViewImpl::HandleKeyboardEvent( in HandleKeyboardEvent() 134 CefRefPtr<CefBrowser> CefBrowserViewImpl::GetBrowser() { in GetBrowser() [all …]
|
D | browser_view_impl.h | 22 class CefBrowserViewImpl 29 CefBrowserViewImpl(const CefBrowserViewImpl&) = delete; 30 CefBrowserViewImpl& operator=(const CefBrowserViewImpl&) = delete; 33 static CefRefPtr<CefBrowserViewImpl> Create( 43 static CefRefPtr<CefBrowserViewImpl> CreateForPopup( 84 explicit CefBrowserViewImpl(CefRefPtr<CefBrowserViewDelegate> delegate); 116 base::WeakPtrFactory<CefBrowserViewImpl> weak_ptr_factory_; 118 IMPLEMENT_REFCOUNTING_DELETE_ON_UIT(CefBrowserViewImpl);
|
D | menu_runner_views.h | 11 class CefBrowserViewImpl; variable 16 explicit CefMenuRunnerViews(CefBrowserViewImpl* browser_view); 26 CefBrowserViewImpl* browser_view_;
|
D | browser_platform_delegate_views.h | 21 CefRefPtr<CefBrowserViewImpl> browser_view); 76 void SetBrowserView(CefRefPtr<CefBrowserViewImpl> browser_view); 79 CefRefPtr<CefBrowserViewImpl> browser_view_;
|
D | browser_platform_delegate_views.cc | 56 CefRefPtr<CefBrowserViewImpl> browser_view) in CefBrowserPlatformDelegateViews() 64 CefRefPtr<CefBrowserViewImpl> browser_view) { in SetBrowserView() 158 CefRefPtr<CefBrowserViewImpl> new_browser_view = in PopupWebContentsCreated() 159 CefBrowserViewImpl::CreateForPopup(settings, new_delegate); in PopupWebContentsCreated()
|
D | menu_runner_views.cc | 10 CefMenuRunnerViews::CefMenuRunnerViews(CefBrowserViewImpl* browser_view) in CefMenuRunnerViews()
|
D | view_adapter.cc | 21 adapter = static_cast<CefBrowserViewImpl*>(view->AsBrowserView().get()); in GetFor()
|
/third_party/cef/libcef/browser/chrome/views/ |
D | browser_platform_delegate_chrome_views.h | 17 CefRefPtr<CefBrowserViewImpl> browser_view); 40 void SetBrowserView(CefRefPtr<CefBrowserViewImpl> browser_view); 42 CefRefPtr<CefBrowserViewImpl> browser_view_;
|
D | browser_platform_delegate_chrome_views.cc | 50 CefRefPtr<CefBrowserViewImpl> browser_view) in CefBrowserPlatformDelegateChromeViews() 57 CefRefPtr<CefBrowserViewImpl> browser_view) { in SetBrowserView() 127 CefRefPtr<CefBrowserViewImpl> new_browser_view = in PopupWebContentsCreated() 128 CefBrowserViewImpl::CreateForPopup(settings, new_delegate); in PopupWebContentsCreated()
|
D | chrome_browser_view.cc | 29 auto view_impl = static_cast<CefBrowserViewImpl*>(browser_view.get()); in InitBrowser()
|
/third_party/cef/libcef/browser/ |
D | browser_platform_delegate_create.cc | 91 static_cast<CefBrowserViewImpl*>(create_params.browser_view.get())); in Create() 132 static_cast<CefBrowserViewImpl*>(create_params.browser_view.get())); in Create()
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_host_impl.cc | 444 static_cast<CefBrowserViewImpl*>(params.browser_view.get()); in CreateBrowser()
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 7579 @@ -138,9 +141,11 @@ CefRefPtr<CefBrowser> CefBrowserViewImpl::GetBrowser() { 7581 CefRefPtr<CefView> CefBrowserViewImpl::GetChromeToolbar() { 7591 @@ -232,25 +237,33 @@ void CefBrowserViewImpl::SetDefaults(const CefBrowserSettings& settings) { 7594 views::View* CefBrowserViewImpl::CreateRootView() { 7604 void CefBrowserViewImpl::InitializeRootView() { 7616 views::WebView* CefBrowserViewImpl::web_view() const {
|