Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/chrome/
Dchrome_content_browser_client_cef.cc335 auto cef_context = CefBrowserContext::FromBrowserContext(context); in ConfigureNetworkContextParams() local
337 cef_context ? cef_context->GetCookieableSchemes() in ConfigureNetworkContextParams()
344 browser_prefs::GetAcceptLanguageList(cef_context, /*browser=*/nullptr, in ConfigureNetworkContextParams()
/third_party/cef/libcef/browser/
Dbrowser_context.cc262 auto* cef_context = FromBrowserContext(profile); in FromProfile() local
263 if (cef_context) in FromProfile()
264 return cef_context; in FromProfile()
/third_party/cef/libcef/browser/alloy/
Dalloy_content_browser_client.cc1318 auto cef_context = CefBrowserContext::FromBrowserContext(context); in ConfigureNetworkContextParams() local
1320 Profile* profile = cef_context->AsProfile(); in ConfigureNetworkContextParams()
1334 cef_context->GetCookieableSchemes(); in ConfigureNetworkContextParams()
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch5141 if (cef_context)
5142 return cef_context;
D0003-ohos-1115.patch13453 + AlloyBrowserContext* cef_context = static_cast<AlloyBrowserContext*>(
13458 + if (cef_context->ShouldPersistSessionCookies()) {
13466 + cef_context->ShouldPersistSessionCookies();
13468 + cef_context->ShouldRestoreOldSessionCookies();
13478 - auto cef_context = CefBrowserContext::FromBrowserContext(context);
13480 Profile* profile = cef_context->AsProfile();