Home
last modified time | relevance | path

Searched refs:CookieableSchemes (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef/browser/
Dbrowser_context.h182 using CookieableSchemes = absl::optional<std::vector<std::string>>; variable
186 CookieableSchemes GetCookieableSchemes() const;
187 static CookieableSchemes GetGlobalCookieableSchemes();
222 CookieableSchemes cookieable_schemes_;
Dbrowser_context.cc148 CefBrowserContext::CookieableSchemes MakeSupportedSchemes( in MakeSupportedSchemes()
413 CefBrowserContext::CookieableSchemes CefBrowserContext::GetCookieableSchemes() in GetCookieableSchemes()
423 CefBrowserContext::CookieableSchemes
427 static base::NoDestructor<CookieableSchemes> schemes( in GetGlobalCookieableSchemes()
428 []() -> CookieableSchemes { in GetGlobalCookieableSchemes()
/third_party/cef/libcef/browser/net_service/
Dresource_request_handler_wrapper.cc300 CefBrowserContext::CookieableSchemes cookieable_schemes_;