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.cc142 return Profile::FromBrowserContext(function_->browser_context()); in GetProfile()
169 if (CefBrowserContext::FromBrowserContext( in GetCurrentBrowser()
171 CefBrowserContext::FromBrowserContext( in GetCurrentBrowser()
338 auto cef_browser_context = CefBrowserContext::FromBrowserContext( in OpenTab()
456 CefBrowserContext::FromBrowserContext(function_->browser_context()) in GetCefExtension()
Dextensions_browser_client.cc141 auto cef_browser_context = CefBrowserContext::FromBrowserContext(context); in GetOriginalContext()
206 return CefBrowserContext::FromBrowserContext(context) in GetPrefServiceForContext()
233 CefBrowserContext::FromBrowserContext(browser_context); in CreateBackgroundExtensionHost()
Dbrowser_extensions_util.cc158 CefBrowserContext::FromBrowserContext(browser_context); in GetBrowserForTabId()
166 if (CefBrowserContext::FromBrowserContext( in GetBrowserForTabId()
Dextension_system.cc522 Profile* profile = Profile::FromBrowserContext(browser_context_); in InitPrefs()
/third_party/cef/libcef/browser/alloy/
Dchrome_profile_manager_alloy.cc56 return !!CefBrowserContext::FromBrowserContext( in IsValidProfile()
Dalloy_content_browser_client.cc453 Profile* profile = Profile::FromBrowserContext(host->GetBrowserContext()); in BindPluginInfoHost()
503 Profile* profile = Profile::FromBrowserContext(host->GetBrowserContext()); in RenderProcessWillLaunch()
730 process ? CefBrowserContext::FromBrowserContext(browser_context) in AppendExtraCommandLineSwitches()
1017 Profile* profile = Profile::FromBrowserContext(browser_context); in CreateURLLoaderThrottles()
1201 auto cef_context = CefBrowserContext::FromBrowserContext(context); in ConfigureNetworkContextParams()
1369 Profile::FromBrowserContext(browser_context)) in ArePersistentMediaDeviceIDsAllowed()
Dalloy_browser_context.cc360 return guest_view::GuestViewManager::FromBrowserContext(this); in GetGuestManager()
Dbrowser_platform_delegate_alloy.cc345 auto cef_browser_context = CefBrowserContext::FromBrowserContext( in IsPrintPreviewSupported()
/third_party/cef/libcef/browser/
Dbrowser_context.cc253 CefBrowserContext* CefBrowserContext::FromBrowserContext( in FromBrowserContext() function in CefBrowserContext
260 auto* cef_context = FromBrowserContext(profile); in FromProfile()
270 return FromBrowserContext(original_profile); in FromProfile()
Dbrowser_context.h104 static CefBrowserContext* FromBrowserContext(
/third_party/cef/libcef/browser/chrome/
Dchrome_content_browser_client_cef.cc224 auto profile = Profile::FromBrowserContext(browser_context); in WillCreateURLLoaderFactory()
307 auto cef_context = CefBrowserContext::FromBrowserContext(context); in ConfigureNetworkContextParams()
Dchrome_browser_delegate.cc246 CefBrowserContext::FromBrowserContext(browser_->create_params().profile); in CreateBrowser()
/third_party/cef/patch/patches/
Dchrome_browser_net_export.patch89 DownloadPrefs::FromBrowserContext(
Dprint_preview_123.patch26 DownloadPrefs* DownloadPrefs::FromBrowserContext(
203 DownloadPrefs* download_prefs = DownloadPrefs::FromBrowserContext(profile_);
Dchrome_plugins.patch151 Profile* profile = Profile::FromBrowserContext(browser_context);
/third_party/cef/libcef/browser/prefs/
Drenderer_prefs.cc384 auto profile = Profile::FromBrowserContext( in PopulateWebPreferences()
/third_party/cef/libcef/browser/net_service/
Dresource_request_handler_wrapper.cc241 auto profile = Profile::FromBrowserContext(browser_context); in Initialize()
/third_party/chromium/patch/
D0002_build_for_ohos.patch6038 Profile* profile = Profile::FromBrowserContext(browser_context);
6568 profile_ = Profile::FromBrowserContext(web_contents->GetBrowserContext());
6716 Profile::FromBrowserContext(context_)->GetPrefs()->GetInteger(
6940 Profile* profile = Profile::FromBrowserContext(browser_context());
D0004_nweb_cve_bugfix.patch238 - Profile::FromBrowserContext(render_process_host->GetBrowserContext());
380 + return Profile::FromBrowserContext(render_process_host->GetBrowserContext());
D0003_ohos_nweb.patch5189 …t* cef_context = static_cast<AlloyBrowserContext*>(CefBrowserContext::FromBrowserContext(context));
5206 - auto cef_context = CefBrowserContext::FromBrowserContext(context);