Searched refs:host_contents (Results 1 – 5 of 5) sorted by relevance
/third_party/cef/libcef/browser/extensions/ |
D | extension_view_host.cc | 23 content::WebContents* host_contents, in CefExtensionViewHost() argument 28 host_contents->GetBrowserContext(), in CefExtensionViewHost() 29 host_contents, in CefExtensionViewHost() 76 return host_contents(); in GetVisibleWebContents()
|
D | extension_background_host.cc | 18 content::WebContents* host_contents, in CefExtensionBackgroundHost() argument 23 host_contents->GetBrowserContext(), in CefExtensionBackgroundHost() 24 host_contents, in CefExtensionBackgroundHost()
|
D | extension_background_host.h | 29 content::WebContents* host_contents,
|
D | extension_view_host.h | 31 content::WebContents* host_contents,
|
/third_party/cef/patch/patches/ |
D | extensions_1947.patch | 89 + content::WebContents* host_contents, 96 + host_contents_(host_contents), 101 + DCHECK(host_contents); 138 + content::WebContents* host_contents, 148 - content::WebContents* host_contents() const { return host_contents_.get(); } 149 + content::WebContents* host_contents() const { return host_contents_; }
|