HomeSort by relevance Sort by last modified time
    Searched refs:net_log (Results 226 - 250 of 481) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/net/proxy/
proxy_list.cc 168 const BoundNetLog& net_log) {
188 UpdateRetryInfoOnFallback(proxy_retry_info, net_log);
196 ProxyRetryInfoMap* proxy_retry_info, const BoundNetLog& net_log) const {
225 net_log.AddEvent(NetLog::TYPE_PROXY_LIST_FALLBACK,
proxy_resolver_v8.h 85 const BoundNetLog& net_log) OVERRIDE;
  /external/chromium_org/net/quic/crypto/
proof_verifier_chromium.h 16 #include "net/base/net_log.h"
38 const BoundNetLog& net_log);
  /external/chromium_org/net/quic/
quic_connection_logger.h 15 // events to |net_log|.
19 explicit QuicConnectionLogger(const BoundNetLog& net_log);
  /external/chromium_org/net/udp/
udp_server_socket.h 21 UDPServerSocket(net::NetLog* net_log,
  /external/chromium_org/net/websockets/
websocket_stream.h 86 const BoundNetLog& net_log,
  /external/chromium_org/chrome/browser/net/
connection_tester.cc 90 net::NetLog* net_log) {
128 session_params.net_log = net_log;
300 TestRunner(ConnectionTester* tester, net::NetLog* net_log)
302 net_log_(net_log),
438 net::NetLog* net_log)
441 net_log_(net_log) {
  /external/chromium_org/net/http/
http_transaction_unittest.cc 168 const net::BoundNetLog& net_log) {
172 base::Unretained(this)), net_log);
239 const net::BoundNetLog& net_log) {
280 if (net_log.net_log())
281 socket_log_id_ = net_log.net_log()->NextID();
http_auth_controller.cc 175 const BoundNetLog& net_log) {
177 bool needs_auth = HaveAuth() || SelectPreemptiveAuth(net_log);
198 bool HttpAuthController::SelectPreemptiveAuth(const BoundNetLog& net_log) {
223 net_log, &handler_preemptive);
252 const BoundNetLog& net_log) {
325 net_log,
http_auth.cc 30 const BoundNetLog& net_log,
43 cur_challenge, target, origin, net_log, &cur);
  /external/chromium_org/net/spdy/
spdy_test_util_common.h 120 const BoundNetLog& net_log);
222 NetLog* net_log; member in struct:net::SpdySessionDependencies
246 const BoundNetLog& net_log);
255 const BoundNetLog& net_log);
261 const BoundNetLog& net_log);
  /external/chromium_org/net/socket/
socket_test_util.cc 663 net::NetLog* net_log,
666 MockUDPClientSocket* socket = new MockUDPClientSocket(data_provider, net_log);
673 net::NetLog* net_log,
677 new MockTCPClientSocket(addresses, net_log, data_provider);
698 MockClientSocket::MockClientSocket(const BoundNetLog& net_log)
701 net_log_(net_log) {
795 net::NetLog* net_log,
797 : MockClientSocket(BoundNetLog::Make(net_log, net::NetLog::SOURCE_NONE)),
991 net::NetLog* net_log,
1002 net_log_(BoundNetLog::Make(net_log, net::NetLog::SOURCE_NONE))
    [all...]
socket_test_util.h 23 #include "net/base/net_log.h"
598 NetLog* net_log,
602 NetLog* net_log,
623 explicit MockClientSocket(const BoundNetLog& net_log);
675 MockTCPClientSocket(const AddressList& addresses, net::NetLog* net_log,
732 DeterministicSocketHelper(net::NetLog* net_log,
747 const BoundNetLog& net_log() const { return net_log_; } function in class:net::DeterministicSocketHelper
779 DeterministicMockUDPClientSocket(net::NetLog* net_log,
823 DeterministicMockTCPClientSocket(net::NetLog* net_log,
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_unittest.cc 1312 net::BoundNetLog net_log = capturing_net_log.bound(); local
1338 net::BoundNetLog net_log = capturing_net_log.bound(); local
1419 net::BoundNetLog net_log = capturing_net_log.bound(); local
1488 net::BoundNetLog net_log = capturing_net_log.bound(); local
1524 net::BoundNetLog net_log = capturing_net_log.bound(); local
1620 net::BoundNetLog net_log = capturing_net_log.bound(); local
1704 net::BoundNetLog net_log = capturing_net_log.bound(); local
1939 net::BoundNetLog net_log = capturing_net_log.bound(); local
2021 net::BoundNetLog net_log = capturing_net_log.bound(); local
2064 net::BoundNetLog net_log = capturing_net_log.bound(); local
    [all...]
  /external/chromium/net/http/
http_auth_controller.cc 177 const BoundNetLog& net_log) {
179 bool needs_auth = HaveAuth() || SelectPreemptiveAuth(net_log);
204 bool HttpAuthController::SelectPreemptiveAuth(const BoundNetLog& net_log) {
229 net_log, &handler_preemptive);
259 const BoundNetLog& net_log) {
323 disabled_schemes_, net_log,
http_auth.cc 30 const BoundNetLog& net_log,
43 cur_challenge, target, origin, net_log, &cur);
http_auth_handler_mock.cc 157 const BoundNetLog& net_log,
163 !tmp_handler->InitFromChallenge(challenge, target, origin, net_log))
http_transaction_unittest.h 112 const net::BoundNetLog& net_log);
161 const net::BoundNetLog& net_log);
  /external/chromium_org/chrome/browser/
io_thread.cc 129 scoped_ptr<net::HostResolver> CreateGlobalHostResolver(net::NetLog* net_log) {
163 net::HostResolver::CreateSystemResolver(options, net_log));
192 net::NetLog* net_log) {
194 context->set_net_log(net_log);
220 net::NetLog* net_log) {
222 context->set_net_log(net_log);
259 // |net_log| must remain valid throughout our lifetime.
260 explicit LoggingNetworkChangeObserver(net::NetLog* net_log)
261 : net_log_(net_log) {
381 ChromeNetLog* net_log,
460 ChromeNetLog* IOThread::net_log() { function in class:IOThread
    [all...]
  /external/chromium/net/spdy/
spdy_stream.h 20 #include "net/base/net_log.h"
96 const BoundNetLog& net_log);
163 const BoundNetLog& net_log() const { return net_log_; } function in class:net::SpdyStream
  /external/chromium_org/android_webview/browser/net/
aw_url_request_context_getter.cc 109 params->net_log = context->net_log();
  /external/chromium_org/content/shell/
shell_browser_context.cc 64 net::NetLog* net_log)
66 net_log_(net_log),
  /external/chromium_org/net/disk_cache/v3/
backend_impl_v3.h 46 net::NetLog* net_log);
49 base::MessageLoopProxy* cache_thread, net::NetLog* net_log);
entry_impl_v3.h 9 #include "net/base/net_log.h"
89 void BeginLogging(net::NetLog* net_log, bool created);
91 const net::BoundNetLog& net_log() const;
  /external/chromium_org/net/ftp/
ftp_ctrl_response_buffer.cc 23 FtpCtrlResponseBuffer::FtpCtrlResponseBuffer(const BoundNetLog& net_log)
25 net_log_(net_log) {

Completed in 4881 milliseconds

1 2 3 4 5 6 7 8 91011>>