Home
last modified time | relevance | path

Searched refs:host_contents (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/libcef/browser/extensions/
Dextension_view_host.cc23 content::WebContents* host_contents, in CefExtensionViewHost() argument
28 host_contents->GetBrowserContext(), in CefExtensionViewHost()
29 host_contents, in CefExtensionViewHost()
76 return host_contents(); in GetVisibleWebContents()
Dextension_background_host.cc18 content::WebContents* host_contents, in CefExtensionBackgroundHost() argument
23 host_contents->GetBrowserContext(), in CefExtensionBackgroundHost()
24 host_contents, in CefExtensionBackgroundHost()
Dextension_background_host.h29 content::WebContents* host_contents,
Dextension_view_host.h31 content::WebContents* host_contents,
/third_party/cef/patch/patches/
Dextensions_1947.patch89 + 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_; }