Searched refs:FromProfile (Results 1 – 5 of 5) sorted by relevance
106 static CefBrowserContext* FromProfile(const Profile* profile);
259 CefBrowserContext* CefBrowserContext::FromProfile(const Profile* profile) { in FromProfile() function in CefBrowserContext
325 CefBrowserContext::FromProfile(profile), /*browser=*/nullptr); in CreatePrefService()
225 if (!CefBrowserContext::FromProfile(profile)) in WillCreateURLLoaderFactory()
242 auto cef_browser_context = CefBrowserContext::FromProfile(profile); in Initialize()