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

  /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_;
  /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_;

Completed in 154 milliseconds