Home | Sort by relevance Sort by last modified time |
/external/chromium/net/url_request/ | |
url_request_context_storage.cc | 57 void URLRequestContextStorage::set_http_auth_handler_factory( function in class:net::URLRequestContextStorage 59 context_->set_http_auth_handler_factory(http_auth_handler_factory); |
url_request_context.h | 107 void set_http_auth_handler_factory(HttpAuthHandlerFactory* factory) { function in class:net::URLRequestContext |
/external/chromium_org/net/url_request/ | |
url_request_context_storage.cc | 63 void URLRequestContextStorage::set_http_auth_handler_factory( function in class:net::URLRequestContextStorage 65 context_->set_http_auth_handler_factory(http_auth_handler_factory); |
url_request_context.h | 125 void set_http_auth_handler_factory(HttpAuthHandlerFactory* factory) { function in class:net::URLRequestContext |