Home
last modified time | relevance | path

Searched refs:CreateNewBrowserContext (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/libcef/common/
Dapp_manager.h51 virtual CefBrowserContext* CreateNewBrowserContext(
/third_party/cef/libcef/common/chrome/
Dchrome_main_delegate_cef.h56 CefBrowserContext* CreateNewBrowserContext(
Dchrome_main_delegate_cef.cc215 CefBrowserContext* ChromeMainDelegateCef::CreateNewBrowserContext( in CreateNewBrowserContext() function in ChromeMainDelegateCef
/third_party/cef/libcef/common/alloy/
Dalloy_main_delegate.h64 CefBrowserContext* CreateNewBrowserContext(
Dalloy_main_delegate.cc446 CefBrowserContext* AlloyMainDelegate::CreateNewBrowserContext( in CreateNewBrowserContext() function in AlloyMainDelegate
/third_party/cef/libcef/browser/
Drequest_context_impl.cc676 browser_context_ = CefAppManager::Get()->CreateNewBrowserContext( in Initialize()