Searched refs:HttpAuthHandlerBasic (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_auth_handler_basic.cc56 bool HttpAuthHandlerBasic::Init(HttpAuthChallengeTokenizer* challenge) {
63 bool HttpAuthHandlerBasic::ParseChallenge(
77 HttpAuth::AuthorizationResult HttpAuthHandlerBasic::HandleAnotherChallenge(
90 int HttpAuthHandlerBasic::GenerateAuthTokenImpl(
103 HttpAuthHandlerBasic::Factory::Factory() {
106 HttpAuthHandlerBasic::Factory::~Factory() {
109 int HttpAuthHandlerBasic::Factory::CreateAuthHandler(
119 scoped_ptr<HttpAuthHandler> tmp_handler(new HttpAuthHandlerBasic());
H A Dhttp_auth_handler_basic.h17 class NET_EXPORT_PRIVATE HttpAuthHandlerBasic : public HttpAuthHandler { class in namespace:net
46 virtual ~HttpAuthHandlerBasic() {}
H A Dhttp_auth_handler_basic_unittest.cc34 HttpAuthHandlerBasic::Factory factory;
87 HttpAuthHandlerBasic::Factory factory;
184 HttpAuthHandlerBasic::Factory factory;
H A Dhttp_auth_handler_factory.cc52 "basic", new HttpAuthHandlerBasic::Factory());
140 "basic", new HttpAuthHandlerBasic::Factory());

Completed in 158 milliseconds