Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth_preferences.h77 bool basic_over_http_enabled() const { return basic_over_http_enabled_; } in basic_over_http_enabled()
80 basic_over_http_enabled_ = allow_http; in set_basic_over_http_enabled()
128 bool basic_over_http_enabled_ = true; variable