Home | History | Annotate | Download | only in http

Lines Matching defs:HttpAuthHandlerMock

16 HttpAuthHandlerMock::HttpAuthHandlerMock()
28 HttpAuthHandlerMock::~HttpAuthHandlerMock() {
31 void HttpAuthHandlerMock::SetResolveExpectation(Resolve resolve) {
36 bool HttpAuthHandlerMock::NeedsCanonicalName() {
50 int HttpAuthHandlerMock::ResolveCanonicalName(
64 base::Bind(&HttpAuthHandlerMock::OnResolveCanonicalName,
74 void HttpAuthHandlerMock::SetGenerateExpectation(bool async, int rv) {
79 HttpAuth::AuthorizationResult HttpAuthHandlerMock::HandleAnotherChallenge(
90 bool HttpAuthHandlerMock::NeedsIdentity() {
94 bool HttpAuthHandlerMock::AllowsDefaultCredentials() {
98 bool HttpAuthHandlerMock::AllowsExplicitCredentials() {
102 bool HttpAuthHandlerMock::Init(HttpAuth::ChallengeTokenizer* challenge) {
109 int HttpAuthHandlerMock::GenerateAuthTokenImpl(
123 base::Bind(&HttpAuthHandlerMock::OnGenerateAuthToken,
133 void HttpAuthHandlerMock::OnResolveCanonicalName() {
142 void HttpAuthHandlerMock::OnGenerateAuthToken() {
153 HttpAuthHandlerMock::Factory::Factory()
158 HttpAuthHandlerMock::Factory::~Factory() {
161 void HttpAuthHandlerMock::Factory::AddMockHandler(
166 int HttpAuthHandlerMock::Factory::CreateAuthHandler(