Home
last modified time | relevance | path

Searched defs:cookieable_schemes (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/tests/ceftests/
Dclient_app_delegates.cc109 void RegisterCookieableSchemes(std::vector<std::string>& cookieable_schemes) { in RegisterCookieableSchemes()
145 std::vector<std::string>& cookieable_schemes) { in RegisterCookieableSchemes()
Dscheme_handler_unittest.cc2602 std::vector<std::string>& cookieable_schemes) { in RegisterSchemeHandlerCookieableSchemes()
Dcookie_unittest.cc2340 std::vector<std::string>& cookieable_schemes) { in RegisterCookieCookieableSchemes()
Durlrequest_unittest.cc3283 std::vector<std::string>& cookieable_schemes) { in RegisterURLRequestCookieableSchemes()
/third_party/cef/tests/cefclient/browser/
Dclient_app_delegates_browser.cc13 std::vector<std::string>& cookieable_schemes) {} in RegisterCookieableSchemes()
/third_party/cef/tests/shared/browser/
Dclient_app_browser.cc31 std::vector<std::string> cookieable_schemes; in PopulateSettings() local
/third_party/cef/libcef/browser/net_service/
Dcookie_helper.cc195 const absl::optional<std::vector<std::string>>& cookieable_schemes) { in IsCookieableScheme()