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

  /external/chromium/net/http/
http_auth_handler_factory_unittest.cc 18 class MockHttpAuthHandlerFactory : public HttpAuthHandlerFactory {
20 explicit MockHttpAuthHandlerFactory(int return_code) :
22 virtual ~MockHttpAuthHandlerFactory() {}
45 MockHttpAuthHandlerFactory* mock_factory_basic =
46 new MockHttpAuthHandlerFactory(kBasicReturnCode);
49 MockHttpAuthHandlerFactory* mock_factory_digest =
50 new MockHttpAuthHandlerFactory(kDigestReturnCode);
53 MockHttpAuthHandlerFactory* mock_factory_digest_replace =
54 new MockHttpAuthHandlerFactory(kDigestReturnCodeReplace);
  /external/chromium_org/net/http/
http_auth_handler_factory_unittest.cc 18 class MockHttpAuthHandlerFactory : public HttpAuthHandlerFactory {
20 explicit MockHttpAuthHandlerFactory(int return_code) :
22 virtual ~MockHttpAuthHandlerFactory() {}
45 MockHttpAuthHandlerFactory* mock_factory_basic =
46 new MockHttpAuthHandlerFactory(kBasicReturnCode);
49 MockHttpAuthHandlerFactory* mock_factory_digest =
50 new MockHttpAuthHandlerFactory(kDigestReturnCode);
53 MockHttpAuthHandlerFactory* mock_factory_digest_replace =
54 new MockHttpAuthHandlerFactory(kDigestReturnCodeReplace);

Completed in 57 milliseconds