Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Dbrowser_context.h203 using CookieableSchemes = base::Optional<std::vector<std::string>>; variable
207 CookieableSchemes GetCookieableSchemes() const;
208 static CookieableSchemes GetGlobalCookieableSchemes();
240 CookieableSchemes cookieable_schemes_;
Dbrowser_context.cc148 CefBrowserContext::CookieableSchemes MakeSupportedSchemes( in MakeSupportedSchemes()
497 CefBrowserContext::CookieableSchemes CefBrowserContext::GetCookieableSchemes() in GetCookieableSchemes()
507 CefBrowserContext::CookieableSchemes
511 static base::NoDestructor<CookieableSchemes> schemes( in GetGlobalCookieableSchemes()
512 []() -> CookieableSchemes { in GetGlobalCookieableSchemes()
/third_party/cef/libcef/browser/net_service/
Dresource_request_handler_wrapper.cc294 CefBrowserContext::CookieableSchemes cookieable_schemes_;