Searched refs:ExtensionHost (Results 1 – 18 of 18) sorted by relevance
/third_party/cef/patch/patches/ |
D | extensions_1947.patch | 66 @@ -60,11 +60,12 @@ ExtensionHost::ExtensionHost(const Extension* extension, 82 @@ -79,6 +80,44 @@ ExtensionHost::ExtensionHost(const Extension* extension, 86 +ExtensionHost::ExtensionHost(ExtensionHostDelegate* delegate, 124 ExtensionHost::~ExtensionHost() { 131 @@ -53,6 +53,12 @@ class ExtensionHost : public DeferredStartRenderHost, 135 + ExtensionHost(ExtensionHostDelegate* delegate, 142 ExtensionHost(const ExtensionHost&) = delete; 143 ExtensionHost& operator=(const ExtensionHost&) = delete; 144 @@ -63,7 +69,7 @@ class ExtensionHost : public DeferredStartRenderHost, 153 @@ -189,7 +195,8 @@ class ExtensionHost : public DeferredStartRenderHost, [all …]
|
/third_party/cef/libcef/browser/extensions/ |
D | extension_view_host.cc | 26 : ExtensionHost(new CefExtensionHostDelegate(browser), in CefExtensionViewHost() 53 ExtensionHost::LoadInitialURL(); in LoadInitialURL() 82 ExtensionHost* extension_host) { in OnExtensionHostDocumentElementAvailable()
|
D | extension_view_host.h | 26 class CefExtensionViewHost : public ExtensionHost, 57 ExtensionHost* extension_host) override;
|
D | extension_background_host.h | 24 class CefExtensionBackgroundHost : public ExtensionHost {
|
D | extension_background_host.cc | 21 : ExtensionHost(new CefExtensionHostDelegate(browser), in CefExtensionBackgroundHost()
|
D | extension_host_delegate.cc | 24 ExtensionHost* host) {} in OnMainFrameCreatedForBackgroundPage()
|
D | extension_host_delegate.h | 25 void OnMainFrameCreatedForBackgroundPage(ExtensionHost* host) override;
|
D | extensions_browser_client.h | 80 ExtensionHost** host) override;
|
D | extensions_browser_client.cc | 230 ExtensionHost** host) { in CreateBackgroundExtensionHost()
|
/third_party/cef/libcef/browser/alloy/ |
D | browser_platform_delegate_alloy.h | 44 extensions::ExtensionHost* GetExtensionHost() const override; 109 extensions::ExtensionHost* extension_host_ = nullptr;
|
D | browser_platform_delegate_alloy.cc | 234 extensions::ExtensionHost* CefBrowserPlatformDelegateAlloy::GetExtensionHost() in GetExtensionHost()
|
D | alloy_browser_host_impl.h | 179 extensions::ExtensionHost* GetExtensionHost() const;
|
D | alloy_browser_host_impl.cc | 805 extensions::ExtensionHost* AlloyBrowserHostImpl::GetExtensionHost() const { in GetExtensionHost()
|
/third_party/cef/libcef/browser/ |
D | browser_platform_delegate.h | 49 class ExtensionHost; variable 145 virtual extensions::ExtensionHost* GetExtensionHost() const;
|
D | browser_platform_delegate.cc | 84 extensions::ExtensionHost* CefBrowserPlatformDelegate::GetExtensionHost() in GetExtensionHost()
|
/third_party/cef/patch/ |
D | patch.cfg | 348 # ExtensionHost constructor that allows CEF to create the WebContents.
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 31302 // name (e.g. ExtensionHost becomes EH) plus a unique description of the
|
D | 0003-ohos-1115.patch | 13877 extensions::ExtensionHost* GetExtensionHost() const override;
|