Home
last modified time | relevance | path

Searched refs:FromBrowserContext (Results 1 – 20 of 20) sorted by relevance

/third_party/cef/libcef/browser/extensions/
Dextension_function_details.cc146 return Profile::FromBrowserContext(function_->browser_context()); in GetProfile()
173 if (CefBrowserContext::FromBrowserContext( in GetCurrentBrowser()
175 CefBrowserContext::FromBrowserContext( in GetCurrentBrowser()
342 auto cef_browser_context = CefBrowserContext::FromBrowserContext( in OpenTab()
460 CefBrowserContext::FromBrowserContext(function_->browser_context()) in GetCefExtension()
Dextensions_browser_client.cc141 auto cef_browser_context = CefBrowserContext::FromBrowserContext(context); in GetOriginalContext()
205 return CefBrowserContext::FromBrowserContext(context) in GetPrefServiceForContext()
232 CefBrowserContext::FromBrowserContext(browser_context); in CreateBackgroundExtensionHost()
Dbrowser_extensions_util.cc141 CefBrowserContext::FromBrowserContext(browser_context); in GetBrowserForTabId()
149 if (CefBrowserContext::FromBrowserContext( in GetBrowserForTabId()
Dextension_system.cc533 Profile* profile = Profile::FromBrowserContext(browser_context_); in InitPrefs()
/third_party/cef/libcef/browser/
Dbrowser_context.cc255 CefBrowserContext* CefBrowserContext::FromBrowserContext( in FromBrowserContext() function in CefBrowserContext
262 auto* cef_context = FromBrowserContext(profile); in FromProfile()
272 return FromBrowserContext(original_profile); in FromProfile()
Dbrowser_context.h108 static CefBrowserContext* FromBrowserContext(
/third_party/cef/libcef/browser/alloy/
Dchrome_profile_manager_alloy.cc56 return !!CefBrowserContext::FromBrowserContext( in IsValidProfile()
Dalloy_content_browser_client.cc478 Profile* profile = Profile::FromBrowserContext(host->GetBrowserContext()); in BindPluginInfoHost()
520 Profile* profile = Profile::FromBrowserContext(host->GetBrowserContext()); in RenderProcessWillLaunch()
544 if (auto profile = Profile::FromBrowserContext(browser_context)) { in ShouldUseProcessPerSite()
558 if (auto profile = Profile::FromBrowserContext(browser_context)) { in ShouldUseSpareRenderProcessHost()
771 process ? CefBrowserContext::FromBrowserContext(browser_context) in AppendExtraCommandLineSwitches()
1106 Profile* profile = Profile::FromBrowserContext(browser_context); in CreateURLLoaderThrottles()
1318 auto cef_context = CefBrowserContext::FromBrowserContext(context); in ConfigureNetworkContextParams()
1500 Profile::FromBrowserContext(browser_context)) in ArePersistentMediaDeviceIDsAllowed()
Dalloy_browser_context.cc354 return guest_view::GuestViewManager::FromBrowserContext(this); in GetGuestManager()
Dbrowser_platform_delegate_alloy.cc351 CefBrowserContext::FromBrowserContext(web_contents_->GetBrowserContext()); in IsPrintPreviewSupported()
/third_party/cef/libcef/browser/chrome/
Dchrome_content_browser_client_cef.cc233 auto profile = Profile::FromBrowserContext(browser_context); in WillCreateURLLoaderFactory()
335 auto cef_context = CefBrowserContext::FromBrowserContext(context); in ConfigureNetworkContextParams()
Dchrome_browser_delegate.cc258 CefBrowserContext::FromBrowserContext(browser_->create_params().profile); in CreateBrowser()
/third_party/cef/patch/patches/
Dprint_preview_123.patch26 DownloadPrefs* DownloadPrefs::FromBrowserContext(
211 DownloadPrefs* download_prefs = DownloadPrefs::FromBrowserContext(profile_);
Dchrome_browser_net_export.patch89 DownloadPrefs::FromBrowserContext(
Dchrome_plugins.patch90 Profile* profile = Profile::FromBrowserContext(browser_context);
/third_party/cef/libcef/browser/prefs/
Drenderer_prefs.cc377 auto profile = Profile::FromBrowserContext( in PopulateWebPreferences()
/third_party/cef/libcef/browser/devtools/
Ddevtools_frontend.cc641 return CefBrowserContext::FromBrowserContext( in GetPrefs()
/third_party/cef/libcef/browser/net_service/
Dresource_request_handler_wrapper.cc247 auto profile = Profile::FromBrowserContext(browser_context); in Initialize()
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch4801 Profile* profile = Profile::FromBrowserContext(browser_context);
5149 return FromBrowserContext(original_profile);
24457 (Profile::FromBrowserContext(host->GetBrowserContext()) == profile_ &&
D0003-ohos-1115.patch13454 + CefBrowserContext::FromBrowserContext(context));
13478 - auto cef_context = CefBrowserContext::FromBrowserContext(context);
37406 Profile* profile = Profile::FromBrowserContext(browser_context);
37803 Profile* profile = Profile::FromBrowserContext(browser_context);
37836 - Profile* profile = Profile::FromBrowserContext(browser_context);
37860 + Profile* profile = Profile::FromBrowserContext(browser_context);
38852 profile_ = Profile::FromBrowserContext(web_contents->GetBrowserContext());
39027 Profile::FromBrowserContext(context_)->GetPrefs()->GetInteger(
39084 Profile* profile = Profile::FromBrowserContext(browser_context_);
39476 Profile* profile = Profile::FromBrowserContext(browser_context());
[all …]