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

  /external/chromium_org/net/http/
http_auth_handler_mock.cc 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
    [all...]
http_auth_handler_mock.h 21 class HttpAuthHandlerMock : public HttpAuthHandler {
59 HttpAuthHandlerMock();
61 virtual ~HttpAuthHandlerMock();
111 base::WeakPtrFactory<HttpAuthHandlerMock> weak_factory_;
http_auth_controller_unittest.cc 63 HttpAuthHandlerMock::Factory auth_handler_factory;
64 HttpAuthHandlerMock* auth_handler = new HttpAuthHandlerMock();
122 class MockHandler : public HttpAuthHandlerMock {
131 HttpAuthHandlerMock::Init(challenge);
150 HttpAuthHandlerMock::GenerateAuthTokenImpl(credentials,
176 HttpAuthHandlerMock::Factory auth_handler_factory;
http_auth_handler_unittest.cc 38 HttpAuthHandlerMock mock_handler;
http_auth_unittest.cc 27 HttpAuthHandlerMock* CreateMockHandler(bool connection_based) {
28 HttpAuthHandlerMock* auth_handler = new HttpAuthHandlerMock();
50 scoped_ptr<HttpAuthHandlerMock> mock_handler(
http_network_transaction_ssl_unittest.cc 69 auth_handler_factory_.reset(new HttpAuthHandlerMock::Factory());
95 scoped_ptr<HttpAuthHandlerMock::Factory> auth_handler_factory_;
http_pipelined_network_transaction_unittest.cc 82 auth_handler_factory_.reset(new HttpAuthHandlerMock::Factory());
231 scoped_ptr<HttpAuthHandlerMock::Factory> auth_handler_factory_;
588 HttpAuthHandlerMock* mock_auth = new HttpAuthHandlerMock;
    [all...]
http_network_transaction_unittest.cc     [all...]
  /external/chromium/net/http/
http_auth_handler_mock.cc 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
    [all...]
http_auth_handler_mock.h 22 class HttpAuthHandlerMock : public HttpAuthHandler {
59 HttpAuthHandlerMock();
61 virtual ~HttpAuthHandlerMock();
102 ScopedRunnableMethodFactory<HttpAuthHandlerMock> method_factory_;
http_auth_controller_unittest.cc 57 HttpAuthHandlerMock::Factory auth_handler_factory;
58 HttpAuthHandlerMock* auth_handler = new HttpAuthHandlerMock();
http_auth_handler_unittest.cc 40 HttpAuthHandlerMock mock_handler;
http_auth_unittest.cc 27 HttpAuthHandlerMock* CreateMockHandler(bool connection_based) {
28 HttpAuthHandlerMock* auth_handler = new HttpAuthHandlerMock();
50 scoped_ptr<HttpAuthHandlerMock> mock_handler(
http_network_transaction_unittest.cc     [all...]

Completed in 60 milliseconds