Home
last modified time | relevance | path

Searched refs:CefExtensionViewHost (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef/browser/extensions/
Dextension_view_host.cc21 CefExtensionViewHost::CefExtensionViewHost(AlloyBrowserHostImpl* browser, in CefExtensionViewHost() function in extensions::CefExtensionViewHost
37 CefExtensionViewHost::~CefExtensionViewHost() {} in ~CefExtensionViewHost()
39 void CefExtensionViewHost::OnDidStopFirstLoad() { in OnDidStopFirstLoad()
43 void CefExtensionViewHost::LoadInitialURL() { in LoadInitialURL()
56 bool CefExtensionViewHost::IsBackgroundPage() const { in IsBackgroundPage()
60 bool CefExtensionViewHost::ShouldAllowRendererInitiatedCrossProcessNavigation( in ShouldAllowRendererInitiatedCrossProcessNavigation()
67 bool CefExtensionViewHost::PreHandleGestureEvent( in PreHandleGestureEvent()
74 WebContents* CefExtensionViewHost::GetVisibleWebContents() const { in GetVisibleWebContents()
80 void CefExtensionViewHost::OnExtensionHostDocumentElementAvailable( in OnExtensionHostDocumentElementAvailable()
Dextension_view_host.h26 class CefExtensionViewHost : public ExtensionHost,
29 CefExtensionViewHost(AlloyBrowserHostImpl* browser,
35 CefExtensionViewHost(const CefExtensionViewHost&) = delete;
36 CefExtensionViewHost& operator=(const CefExtensionViewHost&) = delete;
38 ~CefExtensionViewHost() override;
/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.cc214 extension_host_ = new extensions::CefExtensionViewHost( in CreateExtensionHost()