Home
last modified time | relevance | path

Searched refs:WebContentsObserver (Results 1 – 17 of 17) sorted by relevance

/third_party/cef/libcef/browser/
Dframe_service_base.h38 class FrameServiceBase : public Interface, public WebContentsObserver {
42 : WebContentsObserver( in FrameServiceBase()
74 using WebContentsObserver::web_contents;
Dmenu_manager.h26 public content::WebContentsObserver {
Dbrowser_contents_delegate.h52 public content::WebContentsObserver,
Dmenu_manager.cc96 : content::WebContentsObserver(browser->web_contents()), in CefMenuManager()
Dbrowser_contents_delegate.cc36 WebContentsObserver::Observe(new_contents); in ObserveWebContents()
/third_party/cef/patch/patches/
Dweb_contents_1257_1565.patch47 + observers_.NotifyObservers(&WebContentsObserver::OnFrameFocused,
116 @@ -778,6 +778,10 @@ class CONTENT_EXPORT WebContentsObserver {
Dextensions_1947.patch73 - content::WebContentsObserver::Observe(host_contents_.get());
75 + content::WebContentsObserver::Observe(host_contents_);
108 + content::WebContentsObserver::Observe(host_contents_);
Dchrome_plugins.patch204 @@ -116,6 +116,8 @@ class BrowserPluginGuest : public GuestHost, public WebContentsObserver {
211 // BrowserPluginGuest is a WebContentsObserver of |web_contents| and
Dprint_preview_123.patch99 // content::WebContentsObserver implementation.
/third_party/cef/libcef/browser/extensions/
Dextension_view_host.cc17 using content::WebContentsObserver;
/third_party/cef/libcef/browser/devtools/
Ddevtools_frontend.h40 class CefDevToolsFrontend : public content::WebContentsObserver,
Ddevtools_frontend.cc306 : content::WebContentsObserver(frontend_browser->web_contents()), in CefDevToolsFrontend()
/third_party/cef/libcef/browser/printing/
Dprint_view_manager.h20 class WebContentsObserver; variable
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.h52 public content::WebContentsObserver {
294 using content::WebContentsObserver::BeforeUnloadFired;
Dalloy_browser_host_impl.cc1561 content::WebContentsObserver::Observe(nullptr); in WebContentsDestroyed()
1602 content::WebContentsObserver(web_contents), in AlloyBrowserHostImpl()
/third_party/cef/patch/
Dpatch.cfg126 # Add WebContentsObserver::OnFrameFocused.
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch12383 // content::WebContentsObserver methods.
12506 // content::WebContentsObserver methods.
12507 using content::WebContentsObserver::BeforeUnloadFired;
13788 WebContentsObserver::Observe(new_contents);
14129 // WebContentsObserver methods:
16556 + : content::WebContentsObserver(web_contents), client_(client) {}
16859 + public content::WebContentsObserver {
16873 + // WebContentsObserver
21984 + : content::WebContentsObserver(web_contents),
22108 +class AlloyPermissionRequestHandler : public content::WebContentsObserver {
[all …]