Home | History | Annotate | Download | only in http

Lines Matching defs:HttpAuthHandlerMock

15 HttpAuthHandlerMock::HttpAuthHandlerMock()
24 HttpAuthHandlerMock::~HttpAuthHandlerMock() {
27 void HttpAuthHandlerMock::SetResolveExpectation(Resolve resolve) {
32 bool HttpAuthHandlerMock::NeedsCanonicalName() {
46 int HttpAuthHandlerMock::ResolveCanonicalName(HostResolver* host_resolver,
60 &HttpAuthHandlerMock::OnResolveCanonicalName));
69 void HttpAuthHandlerMock::SetGenerateExpectation(bool async, int rv) {
74 HttpAuth::AuthorizationResult HttpAuthHandlerMock::HandleAnotherChallenge(
83 bool HttpAuthHandlerMock::NeedsIdentity() {
87 bool HttpAuthHandlerMock::Init(HttpAuth::ChallengeTokenizer* challenge) {
94 int HttpAuthHandlerMock::GenerateAuthTokenImpl(const string16* username,
108 &HttpAuthHandlerMock::OnGenerateAuthToken));
117 void HttpAuthHandlerMock::OnResolveCanonicalName() {
126 void HttpAuthHandlerMock::OnGenerateAuthToken() {
137 HttpAuthHandlerMock::Factory::Factory()
142 HttpAuthHandlerMock::Factory::~Factory() {
145 void HttpAuthHandlerMock::Factory::set_mock_handler(
151 int HttpAuthHandlerMock::Factory::CreateAuthHandler(