Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Dbrowser_context.h106 static CefBrowserContext* FromProfile(const Profile* profile);
Dbrowser_context.cc259 CefBrowserContext* CefBrowserContext::FromProfile(const Profile* profile) { in FromProfile() function in CefBrowserContext
/third_party/cef/libcef/browser/prefs/
Dbrowser_prefs.cc325 CefBrowserContext::FromProfile(profile), /*browser=*/nullptr); in CreatePrefService()
/third_party/cef/libcef/browser/chrome/
Dchrome_content_browser_client_cef.cc225 if (!CefBrowserContext::FromProfile(profile)) in WillCreateURLLoaderFactory()
/third_party/cef/libcef/browser/net_service/
Dresource_request_handler_wrapper.cc242 auto cef_browser_context = CefBrowserContext::FromProfile(profile); in Initialize()