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

/external/chromium_org/net/http/
H A Dhttp_cache_transaction.h464 BeforeProxyHeadersSentCallback before_proxy_headers_sent_callback_; member in class:net::HttpCache::Transaction
H A Dhttp_network_transaction.h340 BeforeProxyHeadersSentCallback before_proxy_headers_sent_callback_; member in class:net::HttpNetworkTransaction
H A Dhttp_network_transaction.cc468 before_proxy_headers_sent_callback_ = callback;
887 if (using_proxy && !before_proxy_headers_sent_callback_.is_null())
888 before_proxy_headers_sent_callback_.Run(proxy_info_, &request_headers_);
H A Dhttp_cache_transaction.cc692 before_proxy_headers_sent_callback_ = callback;
1069 before_proxy_headers_sent_callback_);

Completed in 4350 milliseconds