HomeSort by relevance Sort by last modified time
    Searched defs:HttpAuthFilter (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/http/
http_auth_filter.h 19 // |HttpAuthFilter|s determine whether an authentication scheme should be
21 class HttpAuthFilter {
23 virtual ~HttpAuthFilter() {}
35 class HttpAuthFilterWhitelist : public HttpAuthFilter {
48 // HttpAuthFilter methods:
  /external/chromium_org/net/http/
http_auth_filter.h 19 // |HttpAuthFilter|s determine whether an authentication scheme should be
21 class NET_EXPORT_PRIVATE HttpAuthFilter {
23 virtual ~HttpAuthFilter() {}
35 class NET_EXPORT HttpAuthFilterWhitelist : public HttpAuthFilter {
48 // HttpAuthFilter methods:

Completed in 62 milliseconds