• Home
  • Raw
  • Download

Lines Matching refs:CefBrowserContext

37   using Vector = std::vector<CefBrowserContext*>;
49 void AddImpl(CefBrowserContext* impl) { in AddImpl()
55 void RemoveImpl(CefBrowserContext* impl, const base::FilePath& path) { in RemoveImpl()
70 bool IsValidImpl(const CefBrowserContext* impl) { in IsValidImpl()
75 CefBrowserContext* GetImplFromGlobalId( in GetImplFromGlobalId()
87 CefBrowserContext* GetImplFromBrowserContext( in GetImplFromBrowserContext()
100 void SetImplPath(CefBrowserContext* impl, const base::FilePath& path) { in SetImplPath()
108 CefBrowserContext* GetImplFromPath(const base::FilePath& path) { in GetImplFromPath()
120 Vector::iterator GetImplPos(const CefBrowserContext* impl) { in GetImplPos()
129 using PathMap = std::map<base::FilePath, CefBrowserContext*>;
143 CefBrowserContext* GetSelf(base::WeakPtr<CefBrowserContext> self) { in GetSelf()
148 CefBrowserContext::CookieableSchemes MakeSupportedSchemes( in MakeSupportedSchemes()
172 CefBrowserContext::CefBrowserContext(const CefRequestContextSettings& settings) in CefBrowserContext() function in CefBrowserContext
178 CefBrowserContext::~CefBrowserContext() { in ~CefBrowserContext()
185 void CefBrowserContext::Initialize() { in Initialize()
201 void CefBrowserContext::Shutdown() { in Shutdown()
221 void CefBrowserContext::AddCefRequestContext(CefRequestContextImpl* context) { in AddCefRequestContext()
226 void CefBrowserContext::RemoveCefRequestContext( in RemoveCefRequestContext()
242 CefBrowserContext* CefBrowserContext::FromCachePath( in FromCachePath()
248 CefBrowserContext* CefBrowserContext::FromGlobalId( in FromGlobalId()
255 CefBrowserContext* CefBrowserContext::FromBrowserContext( in FromBrowserContext()
261 CefBrowserContext* CefBrowserContext::FromProfile(const Profile* profile) { in FromProfile()
280 std::vector<CefBrowserContext*> CefBrowserContext::GetAll() { in GetAll()
284 void CefBrowserContext::OnRenderFrameCreated( in OnRenderFrameCreated()
303 void CefBrowserContext::OnRenderFrameDeleted( in OnRenderFrameDeleted()
324 CefRefPtr<CefRequestContextHandler> CefBrowserContext::GetHandler( in GetHandler()
331 bool CefBrowserContext::IsAssociatedContext( in IsAssociatedContext()
353 void CefBrowserContext::RegisterSchemeHandlerFactory( in RegisterSchemeHandlerFactory()
363 void CefBrowserContext::ClearSchemeHandlerFactories() { in ClearSchemeHandlerFactories()
369 void CefBrowserContext::LoadExtension( in LoadExtension()
379 bool CefBrowserContext::GetExtensions(std::vector<CefString>& extension_ids) { in GetExtensions()
384 CefRefPtr<CefExtension> CefBrowserContext::GetExtension( in GetExtension()
390 bool CefBrowserContext::UnloadExtension(const CefString& extension_id) { in UnloadExtension()
395 bool CefBrowserContext::IsPrintPreviewSupported() const { in IsPrintPreviewSupported()
399 network::mojom::NetworkContext* CefBrowserContext::GetNetworkContext() { in GetNetworkContext()
405 CefMediaRouterManager* CefBrowserContext::GetMediaRouterManager() { in GetMediaRouterManager()
413 CefBrowserContext::CookieableSchemes CefBrowserContext::GetCookieableSchemes() in GetCookieableSchemes()
423 CefBrowserContext::CookieableSchemes
424 CefBrowserContext::GetGlobalCookieableSchemes() { in GetGlobalCookieableSchemes()