Home
last modified time | relevance | path

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

/external/chromium/net/http/
Dhttp_auth.h67 IDENT_SRC_NONE, enumerator
Dhttp_auth.cc21 HttpAuth::Identity::Identity() : source(IDENT_SRC_NONE), invalid(true) {} in Identity()
Dhttp_auth_controller.cc399 case HttpAuth::IDENT_SRC_NONE: in ResetAuth()