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

  /external/chromium_org/components/data_reduction_proxy/browser/
http_auth_handler_data_reduction_proxy.h 18 class HttpAuthHandlerDataReductionProxy : public net::HttpAuthHandler {
45 HttpAuthHandlerDataReductionProxy() {}
58 virtual ~HttpAuthHandlerDataReductionProxy();
75 DISALLOW_COPY_AND_ASSIGN(HttpAuthHandlerDataReductionProxy);
http_auth_handler_data_reduction_proxy.cc 39 std::string HttpAuthHandlerDataReductionProxy::Scheme() {
43 HttpAuthHandlerDataReductionProxy::Factory::Factory(
54 HttpAuthHandlerDataReductionProxy::Factory::~Factory() {
57 int HttpAuthHandlerDataReductionProxy::Factory::CreateAuthHandler(
84 new HttpAuthHandlerDataReductionProxy());
92 HttpAuthHandlerDataReductionProxy::HandleAnotherChallenge(
99 bool HttpAuthHandlerDataReductionProxy::NeedsIdentity() {
103 bool HttpAuthHandlerDataReductionProxy::AllowsDefaultCredentials() {
107 bool HttpAuthHandlerDataReductionProxy::AllowsExplicitCredentials() {
111 HttpAuthHandlerDataReductionProxy::~HttpAuthHandlerDataReductionProxy() {
    [all...]

Completed in 50 milliseconds