Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/alloy/
Dalloy_browser_context.cc231 void AlloyBrowserContext::RemoveCefRequestContext( in RemoveCefRequestContext() function in AlloyBrowserContext
240 CefBrowserContext::RemoveCefRequestContext(context); in RemoveCefRequestContext()
Dalloy_browser_context.h52 void RemoveCefRequestContext(CefRequestContextImpl* context) override;
/third_party/cef/libcef/browser/
Dbrowser_context.h129 virtual void RemoveCefRequestContext(CefRequestContextImpl* context);
Dbrowser_context.cc226 void CefBrowserContext::RemoveCefRequestContext( in RemoveCefRequestContext() function in CefBrowserContext
Drequest_context_impl.cc173 browser_context_->RemoveCefRequestContext(this); in ~CefRequestContextImpl()