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.cc230 void AlloyBrowserContext::RemoveCefRequestContext( in RemoveCefRequestContext() function in AlloyBrowserContext
239 CefBrowserContext::RemoveCefRequestContext(context); in RemoveCefRequestContext()
Dalloy_browser_context.h49 void RemoveCefRequestContext(CefRequestContextImpl* context) override;
/third_party/cef/libcef/browser/
Dbrowser_context.h125 virtual void RemoveCefRequestContext(CefRequestContextImpl* context);
Dbrowser_context.cc223 void CefBrowserContext::RemoveCefRequestContext( in RemoveCefRequestContext() function in CefBrowserContext
Drequest_context_impl.cc199 browser_context_->RemoveCefRequestContext(this); in ~CefRequestContextImpl()