Searched refs:FromBrowserContext (Results 1 – 20 of 20) sorted by relevance
142 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()
141 auto cef_browser_context = CefBrowserContext::FromBrowserContext(context); in GetOriginalContext()206 return CefBrowserContext::FromBrowserContext(context) in GetPrefServiceForContext()233 CefBrowserContext::FromBrowserContext(browser_context); in CreateBackgroundExtensionHost()
158 CefBrowserContext::FromBrowserContext(browser_context); in GetBrowserForTabId()166 if (CefBrowserContext::FromBrowserContext( in GetBrowserForTabId()
522 Profile* profile = Profile::FromBrowserContext(browser_context_); in InitPrefs()
56 return !!CefBrowserContext::FromBrowserContext( in IsValidProfile()
453 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()
360 return guest_view::GuestViewManager::FromBrowserContext(this); in GetGuestManager()
345 auto cef_browser_context = CefBrowserContext::FromBrowserContext( in IsPrintPreviewSupported()
253 CefBrowserContext* CefBrowserContext::FromBrowserContext( in FromBrowserContext() function in CefBrowserContext260 auto* cef_context = FromBrowserContext(profile); in FromProfile()270 return FromBrowserContext(original_profile); in FromProfile()
104 static CefBrowserContext* FromBrowserContext(
224 auto profile = Profile::FromBrowserContext(browser_context); in WillCreateURLLoaderFactory()307 auto cef_context = CefBrowserContext::FromBrowserContext(context); in ConfigureNetworkContextParams()
246 CefBrowserContext::FromBrowserContext(browser_->create_params().profile); in CreateBrowser()
89 DownloadPrefs::FromBrowserContext(
26 DownloadPrefs* DownloadPrefs::FromBrowserContext(203 DownloadPrefs* download_prefs = DownloadPrefs::FromBrowserContext(profile_);
151 Profile* profile = Profile::FromBrowserContext(browser_context);
384 auto profile = Profile::FromBrowserContext( in PopulateWebPreferences()
241 auto profile = Profile::FromBrowserContext(browser_context); in Initialize()
6038 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());
238 - Profile::FromBrowserContext(render_process_host->GetBrowserContext());380 + return Profile::FromBrowserContext(render_process_host->GetBrowserContext());
5189 …t* cef_context = static_cast<AlloyBrowserContext*>(CefBrowserContext::FromBrowserContext(context));5206 - auto cef_context = CefBrowserContext::FromBrowserContext(context);