HttpAuthHandler    27 chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.cc using net::HttpAuthHandler;
HttpAuthHandler    53 chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.cc     scoped_ptr<HttpAuthHandler>* handler) {
HttpAuthHandler    72 chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.cc   scoped_ptr<HttpAuthHandler> tmp_handler(new HttpAuthHandlerSpdyProxy());
HttpAuthHandler    18 chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.h class HttpAuthHandlerSpdyProxy : public net::HttpAuthHandler {
HttpAuthHandler    34 chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.h         scoped_ptr<HttpAuthHandler>* handler) OVERRIDE;
HttpAuthHandler    39 chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy_unittest.cc using net::HttpAuthHandler;
HttpAuthHandler    92 chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy_unittest.cc       scoped_ptr<HttpAuthHandler> spdyproxy;
HttpAuthHandler   119 chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy_unittest.cc   scoped_ptr<HttpAuthHandler> spdyproxy;
HttpAuthHandler   157 chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy_unittest.cc     scoped_ptr<HttpAuthHandler> spdyproxy;
HttpAuthHandler    32 net/http/http_auth.cc     scoped_ptr<HttpAuthHandler>* handler) {
HttpAuthHandler    37 net/http/http_auth.cc   scoped_ptr<HttpAuthHandler> best;
HttpAuthHandler    42 net/http/http_auth.cc     scoped_ptr<HttpAuthHandler> cur;
HttpAuthHandler    59 net/http/http_auth.cc     HttpAuthHandler* handler,
HttpAuthHandler    21 net/http/http_auth.h class HttpAuthHandler;
HttpAuthHandler   141 net/http/http_auth.h       scoped_ptr<HttpAuthHandler>* handler);
HttpAuthHandler   165 net/http/http_auth.h       HttpAuthHandler* handler,
HttpAuthHandler    22 net/http/http_auth_cache_unittest.cc class MockAuthHandler : public HttpAuthHandler {
HttpAuthHandler    89 net/http/http_auth_cache_unittest.cc   scoped_ptr<HttpAuthHandler> realm1_handler(
HttpAuthHandler    98 net/http/http_auth_cache_unittest.cc   scoped_ptr<HttpAuthHandler> realm2_handler(
HttpAuthHandler   107 net/http/http_auth_cache_unittest.cc   scoped_ptr<HttpAuthHandler> realm3_basic_handler(
HttpAuthHandler   119 net/http/http_auth_cache_unittest.cc   scoped_ptr<HttpAuthHandler> realm3_digest_handler(
HttpAuthHandler   129 net/http/http_auth_cache_unittest.cc   scoped_ptr<HttpAuthHandler> realm4_basic_handler(
HttpAuthHandler   283 net/http/http_auth_cache_unittest.cc   scoped_ptr<HttpAuthHandler> handler(
HttpAuthHandler   309 net/http/http_auth_cache_unittest.cc   scoped_ptr<HttpAuthHandler> realm1_handler(
HttpAuthHandler   313 net/http/http_auth_cache_unittest.cc   scoped_ptr<HttpAuthHandler> realm2_handler(
HttpAuthHandler   317 net/http/http_auth_cache_unittest.cc   scoped_ptr<HttpAuthHandler> realm3_basic_handler(
HttpAuthHandler   321 net/http/http_auth_cache_unittest.cc   scoped_ptr<HttpAuthHandler> realm3_digest_handler(
HttpAuthHandler   397 net/http/http_auth_cache_unittest.cc   scoped_ptr<HttpAuthHandler> digest_handler(
HttpAuthHandler   448 net/http/http_auth_cache_unittest.cc   scoped_ptr<HttpAuthHandler> realm1_handler(
HttpAuthHandler   452 net/http/http_auth_cache_unittest.cc   scoped_ptr<HttpAuthHandler> realm2_handler(
HttpAuthHandler   456 net/http/http_auth_cache_unittest.cc   scoped_ptr<HttpAuthHandler> realm3_digest_handler(
HttpAuthHandler   460 net/http/http_auth_cache_unittest.cc   scoped_ptr<HttpAuthHandler> realm4_handler(
HttpAuthHandler    70 net/http/http_auth_controller.cc AuthTarget DetermineAuthTarget(const HttpAuthHandler* handler) {
HttpAuthHandler    89 net/http/http_auth_controller.cc void HistogramAuthEvent(HttpAuthHandler* handler, AuthEvent auth_event) {
HttpAuthHandler   218 net/http/http_auth_controller.cc   scoped_ptr<HttpAuthHandler> handler_preemptive;
HttpAuthHandler    25 net/http/http_auth_controller.h class HttpAuthHandler;
HttpAuthHandler   135 net/http/http_auth_controller.h   scoped_ptr<HttpAuthHandler> handler_;
HttpAuthHandler    15 net/http/http_auth_handler.cc HttpAuthHandler::HttpAuthHandler()
HttpAuthHandler    22 net/http/http_auth_handler.cc HttpAuthHandler::~HttpAuthHandler() {
HttpAuthHandler    25 net/http/http_auth_handler.cc bool HttpAuthHandler::InitFromChallenge(
HttpAuthHandler    64 net/http/http_auth_handler.cc int HttpAuthHandler::GenerateAuthToken(
HttpAuthHandler    76 net/http/http_auth_handler.cc       base::Bind(&HttpAuthHandler::OnGenerateAuthTokenComplete,
HttpAuthHandler    84 net/http/http_auth_handler.cc bool HttpAuthHandler::NeedsIdentity() {
HttpAuthHandler    88 net/http/http_auth_handler.cc bool HttpAuthHandler::AllowsDefaultCredentials() {
HttpAuthHandler    92 net/http/http_auth_handler.cc bool HttpAuthHandler::AllowsExplicitCredentials() {
HttpAuthHandler    96 net/http/http_auth_handler.cc void HttpAuthHandler::OnGenerateAuthTokenComplete(int rv) {
HttpAuthHandler   103 net/http/http_auth_handler.cc void HttpAuthHandler::FinishGenerateAuthToken() {
HttpAuthHandler    23 net/http/http_auth_handler.h class NET_EXPORT_PRIVATE HttpAuthHandler {
HttpAuthHandler    25 net/http/http_auth_handler.h   HttpAuthHandler();
HttpAuthHandler    26 net/http/http_auth_handler.h   virtual ~HttpAuthHandler();
HttpAuthHandler   115 net/http/http_auth_handler_basic.cc     scoped_ptr<HttpAuthHandler>* handler) {
HttpAuthHandler   118 net/http/http_auth_handler_basic.cc   scoped_ptr<HttpAuthHandler> tmp_handler(new HttpAuthHandlerBasic());
HttpAuthHandler    17 net/http/http_auth_handler_basic.h class NET_EXPORT_PRIVATE HttpAuthHandlerBasic : public HttpAuthHandler {
HttpAuthHandler    31 net/http/http_auth_handler_basic.h         scoped_ptr<HttpAuthHandler>* handler) OVERRIDE;
HttpAuthHandler    37 net/http/http_auth_handler_basic_unittest.cc     scoped_ptr<HttpAuthHandler> basic;
HttpAuthHandler    88 net/http/http_auth_handler_basic_unittest.cc   scoped_ptr<HttpAuthHandler> basic;
HttpAuthHandler   188 net/http/http_auth_handler_basic_unittest.cc     scoped_ptr<HttpAuthHandler> basic;
HttpAuthHandler    99 net/http/http_auth_handler_digest.cc     scoped_ptr<HttpAuthHandler>* handler) {
HttpAuthHandler   102 net/http/http_auth_handler_digest.cc   scoped_ptr<HttpAuthHandler> tmp_handler(
HttpAuthHandler    20 net/http/http_auth_handler_digest.h class NET_EXPORT_PRIVATE HttpAuthHandlerDigest : public HttpAuthHandler {
HttpAuthHandler    74 net/http/http_auth_handler_digest.h         scoped_ptr<HttpAuthHandler>* handler) OVERRIDE;
HttpAuthHandler    53 net/http/http_auth_handler_digest_unittest.cc   scoped_ptr<HttpAuthHandler> handler;
HttpAuthHandler   355 net/http/http_auth_handler_digest_unittest.cc     scoped_ptr<HttpAuthHandler> handler;
HttpAuthHandler   520 net/http/http_auth_handler_digest_unittest.cc     scoped_ptr<HttpAuthHandler> handler;
HttpAuthHandler   547 net/http/http_auth_handler_digest_unittest.cc   scoped_ptr<HttpAuthHandler> handler;
HttpAuthHandler    27 net/http/http_auth_handler_factory.cc     scoped_ptr<HttpAuthHandler>* handler) {
HttpAuthHandler    39 net/http/http_auth_handler_factory.cc     scoped_ptr<HttpAuthHandler>* handler) {
HttpAuthHandler   182 net/http/http_auth_handler_factory.cc     scoped_ptr<HttpAuthHandler>* handler) {
HttpAuthHandler    24 net/http/http_auth_handler_factory.h class HttpAuthHandler;
HttpAuthHandler    83 net/http/http_auth_handler_factory.h                                 scoped_ptr<HttpAuthHandler>* handler) = 0;
HttpAuthHandler    94 net/http/http_auth_handler_factory.h                                   scoped_ptr<HttpAuthHandler>* handler);
HttpAuthHandler   107 net/http/http_auth_handler_factory.h       scoped_ptr<HttpAuthHandler>* handler);
HttpAuthHandler   192 net/http/http_auth_handler_factory.h                                 scoped_ptr<HttpAuthHandler>* handler) OVERRIDE;
HttpAuthHandler    30 net/http/http_auth_handler_factory_unittest.cc                                 scoped_ptr<HttpAuthHandler>* handler) OVERRIDE {
HttpAuthHandler    56 net/http/http_auth_handler_factory_unittest.cc   scoped_ptr<HttpAuthHandler> handler;
HttpAuthHandler   109 net/http/http_auth_handler_factory_unittest.cc     scoped_ptr<HttpAuthHandler> handler;
HttpAuthHandler   125 net/http/http_auth_handler_factory_unittest.cc     scoped_ptr<HttpAuthHandler> handler;
HttpAuthHandler   136 net/http/http_auth_handler_factory_unittest.cc     scoped_ptr<HttpAuthHandler> handler;
HttpAuthHandler   152 net/http/http_auth_handler_factory_unittest.cc     scoped_ptr<HttpAuthHandler> handler;
HttpAuthHandler   168 net/http/http_auth_handler_factory_unittest.cc     scoped_ptr<HttpAuthHandler> handler;
HttpAuthHandler   163 net/http/http_auth_handler_mock.cc     HttpAuthHandler* handler, HttpAuth::Target target) {
HttpAuthHandler   174 net/http/http_auth_handler_mock.cc     scoped_ptr<HttpAuthHandler>* handler) {
HttpAuthHandler   177 net/http/http_auth_handler_mock.cc   scoped_ptr<HttpAuthHandler> tmp_handler(handlers_[target][0]);
HttpAuthHandler   178 net/http/http_auth_handler_mock.cc   std::vector<HttpAuthHandler*>& handlers = handlers_[target].get();
HttpAuthHandler    21 net/http/http_auth_handler_mock.h class HttpAuthHandlerMock : public HttpAuthHandler {
HttpAuthHandler    38 net/http/http_auth_handler_mock.h     void AddMockHandler(HttpAuthHandler* handler, HttpAuth::Target target);
HttpAuthHandler    52 net/http/http_auth_handler_mock.h         scoped_ptr<HttpAuthHandler>* handler) OVERRIDE;
HttpAuthHandler    55 net/http/http_auth_handler_mock.h     ScopedVector<HttpAuthHandler> handlers_[HttpAuth::AUTH_NUM_TARGETS];
HttpAuthHandler    46 net/http/http_auth_handler_negotiate.cc     scoped_ptr<HttpAuthHandler>* handler) {
HttpAuthHandler    60 net/http/http_auth_handler_negotiate.cc   scoped_ptr<HttpAuthHandler> tmp_handler(
HttpAuthHandler    77 net/http/http_auth_handler_negotiate.cc   scoped_ptr<HttpAuthHandler> tmp_handler(
HttpAuthHandler    33 net/http/http_auth_handler_negotiate.h class NET_EXPORT_PRIVATE HttpAuthHandlerNegotiate : public HttpAuthHandler {
HttpAuthHandler    79 net/http/http_auth_handler_negotiate.h         scoped_ptr<HttpAuthHandler>* handler) OVERRIDE;
HttpAuthHandler   189 net/http/http_auth_handler_negotiate_unittest.cc     scoped_ptr<HttpAuthHandler> generic_handler;
HttpAuthHandler   354 net/http/http_auth_handler_negotiate_unittest.cc   scoped_ptr<HttpAuthHandler> generic_handler;
HttpAuthHandler    37 net/http/http_auth_handler_ntlm.h class NET_EXPORT_PRIVATE HttpAuthHandlerNTLM : public HttpAuthHandler {
HttpAuthHandler    51 net/http/http_auth_handler_ntlm.h         scoped_ptr<HttpAuthHandler>* handler) OVERRIDE;
HttpAuthHandler   716 net/http/http_auth_handler_ntlm_portable.cc     scoped_ptr<HttpAuthHandler>* handler) {
HttpAuthHandler   723 net/http/http_auth_handler_ntlm_portable.cc   scoped_ptr<HttpAuthHandler> tmp_handler(new HttpAuthHandlerNTLM);
HttpAuthHandler    61 net/http/http_auth_handler_ntlm_win.cc     scoped_ptr<HttpAuthHandler>* handler) {
HttpAuthHandler    74 net/http/http_auth_handler_ntlm_win.cc   scoped_ptr<HttpAuthHandler> tmp_handler(
HttpAuthHandler   139 net/http/http_auth_unittest.cc     scoped_ptr<HttpAuthHandler> handler;