Searched defs:net_log (Results 151 - 166 of 166) sorted by relevance

1234567

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_entry_impl.cc171 net::NetLog* net_log)
186 net_log, net::NetLog::SOURCE_DISK_CACHE_ENTRY)),
166 SimpleEntryImpl(net::CacheType cache_type, const FilePath& path, const uint64 entry_hash, OperationsMode operations_mode, SimpleBackendImpl* backend, net::NetLog* net_log) argument
/external/chromium_org/net/http/
H A Dhttp_cache_transaction.cc34 #include "net/base/net_log.h"
419 const BoundNetLog& HttpCache::Transaction::net_log() const { function in class:net::HttpCache::Transaction
425 const BoundNetLog& net_log) {
438 SetRequest(net_log, request);
1954 void HttpCache::Transaction::SetRequest(const BoundNetLog& net_log, argument
1956 net_log_ = net_log;
423 Start(const HttpRequestInfo* request, const CompletionCallback& callback, const BoundNetLog& net_log) argument
H A Dhttp_network_transaction_unittest.cc28 #include "net/base/net_log.h"
303 session_deps_.net_log = log.bound().net_log();
521 const BoundNetLog& net_log) {
1261 CapturingNetLog net_log; local
1262 session_deps_.net_log = &net_log;
1351 CapturingNetLog net_log; local
1352 session_deps_.net_log = &net_log;
516 RequestSocket(const std::string& group_name, const void* socket_params, RequestPriority priority, ClientSocketHandle* handle, const CompletionCallback& callback, const BoundNetLog& net_log) argument
1765 CapturingNetLog net_log; local
6073 CapturingNetLog net_log; local
6137 CapturingNetLog net_log; local
7196 CapturingNetLog net_log; local
7255 CapturingNetLog net_log; local
7319 CapturingNetLog net_log; local
7378 CapturingNetLog net_log; local
7451 CapturingNetLog net_log; local
9156 CapturingNetLog net_log; local
10090 CapturingNetLog net_log; local
[all...]
/external/chromium_org/net/proxy/
H A Dproxy_service.cc22 #include "net/base/net_log.h"
183 const BoundNetLog& net_log) OVERRIDE {
219 const BoundNetLog& net_log) OVERRIDE {
359 NetLog* net_log,
367 proxy_script_fetcher, dhcp_proxy_script_fetcher, net_log));
551 // |net_log| the NetLog to log progress into.
559 NetLog* net_log)
740 const BoundNetLog& net_log)
750 net_log_(net_log) {
838 BoundNetLog* net_log() { retur function in class:net::ProxyService::PacRequest
356 Start(ProxyResolver* proxy_resolver, ProxyScriptFetcher* proxy_script_fetcher, DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher, NetLog* net_log, const ProxyConfig& config, TimeDelta wait_delay, const CompletionCallback& callback) argument
552 ProxyScriptDeciderPoller(ChangeCallback callback, const ProxyConfig& config, bool proxy_resolver_expects_pac_bytes, ProxyScriptFetcher* proxy_script_fetcher, DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher, int init_net_error, ProxyResolverScriptData* init_script_data, NetLog* net_log) argument
734 PacRequest(ProxyService* service, const GURL& url, int load_flags, NetworkDelegate* network_delegate, ProxyInfo* results, const net::CompletionCallback& user_callback, const BoundNetLog& net_log) argument
886 ProxyService(ProxyConfigService* config_service, ProxyResolver* resolver, NetLog* net_log) argument
902 CreateUsingSystemProxyResolver( ProxyConfigService* proxy_config_service, size_t num_pac_threads, NetLog* net_log) argument
924 CreateWithoutProxyResolver( ProxyConfigService* proxy_config_service, NetLog* net_log) argument
952 CreateDirectWithNetLog(NetLog* net_log) argument
975 ResolveProxy(const GURL& raw_url, int load_flags, ProxyInfo* result, const net::CompletionCallback& callback, PacRequest** pac_request, NetworkDelegate* network_delegate, const BoundNetLog& net_log) argument
1184 ReconsiderProxyAfterError(const GURL& url, int load_flags, int net_error, ProxyInfo* result, const CompletionCallback& callback, PacRequest** pac_request, NetworkDelegate* network_delegate, const BoundNetLog& net_log) argument
1221 MarkProxiesAsBadUntil( const ProxyInfo& result, base::TimeDelta retry_delay, const ProxyServer& another_bad_proxy, const BoundNetLog& net_log) argument
1296 DidFinishResolvingProxy(const GURL& url, int load_flags, NetworkDelegate* network_delegate, ProxyInfo* result, int result_code, const BoundNetLog& net_log) argument
[all...]
/external/chromium_org/net/socket/
H A Dclient_socket_pool_base.cc17 #include "net/base/net_log.h"
47 const BoundNetLog& net_log)
52 net_log_(net_log),
56 net_log.BeginEvent(NetLog::TYPE_SOCKET_POOL_CONNECT_JOB,
61 net_log().EndEvent(NetLog::TYPE_SOCKET_POOL_CONNECT_JOB);
88 net_log().AddEvent(NetLog::TYPE_CONNECT_JOB_SET_SOCKET,
110 net_log().BeginEvent(NetLog::TYPE_SOCKET_POOL_CONNECT_JOB_CONNECT);
115 net_log().EndEventWithNetErrorCode(
136 const BoundNetLog& net_log)
142 net_log_(net_log) {
43 ConnectJob(const std::string& group_name, base::TimeDelta timeout_duration, RequestPriority priority, Delegate* delegate, const BoundNetLog& net_log) argument
130 Request( ClientSocketHandle* handle, const CompletionCallback& callback, RequestPriority priority, bool ignore_limits, Flags flags, const BoundNetLog& net_log) argument
974 HandOutSocket( scoped_ptr<StreamSocket> socket, ClientSocketHandle::SocketReuseType reuse_type, const LoadTimingInfo::ConnectTiming& connect_timing, ClientSocketHandle* handle, base::TimeDelta idle_time, Group* group, const BoundNetLog& net_log) argument
[all...]
H A Dclient_socket_pool_base_unittest.cc24 #include "net/base/net_log.h"
117 explicit MockClientSocket(net::NetLog* net_log) argument
120 net_log_(BoundNetLog::Make(net_log, net::NetLog::SOURCE_SOCKET)),
209 NetLog* net_log,
217 NetLog* /* net_log */,
276 NetLog* net_log)
278 BoundNetLog::Make(net_log, NetLog::SOURCE_CONNECT_JOB)),
314 scoped_ptr<StreamSocket>(new MockClientSocket(net_log().net_log())));
435 NetLog* net_log)
270 TestConnectJob(JobType job_type, const std::string& group_name, const TestClientSocketPoolBase::Request& request, base::TimeDelta timeout_duration, ConnectJob::Delegate* delegate, MockClientSocketFactory* client_socket_factory, NetLog* net_log) argument
434 TestConnectJobFactory(MockClientSocketFactory* client_socket_factory, NetLog* net_log) argument
[all...]
H A Dsocket_test_util.cc678 net::NetLog* net_log,
682 new MockUDPClientSocket(data_provider, net_log));
691 net::NetLog* net_log,
695 new MockTCPClientSocket(addresses, net_log, data_provider));
719 MockClientSocket::MockClientSocket(const BoundNetLog& net_log) argument
721 net_log_(net_log),
835 net::NetLog* net_log,
837 : MockClientSocket(BoundNetLog::Make(net_log, net::NetLog::SOURCE_NONE)),
1031 net::NetLog* net_log,
1042 net_log_(BoundNetLog::Make(net_log, ne
675 CreateDatagramClientSocket( DatagramSocket::BindType bind_type, const RandIntCallback& rand_int_cb, net::NetLog* net_log, const net::NetLog::Source& source) argument
689 CreateTransportClientSocket( const AddressList& addresses, net::NetLog* net_log, const net::NetLog::Source& source) argument
834 MockTCPClientSocket(const AddressList& addresses, net::NetLog* net_log, SocketDataProvider* data) argument
1030 DeterministicSocketHelper( net::NetLog* net_log, DeterministicSocketData* data) argument
1136 DeterministicMockUDPClientSocket( net::NetLog* net_log, DeterministicSocketData* data) argument
1228 DeterministicMockTCPClientSocket( net::NetLog* net_log, DeterministicSocketData* data) argument
1537 MockUDPClientSocket(SocketDataProvider* data, net::NetLog* net_log) argument
1850 RequestSocket( const std::string& group_name, const void* socket_params, RequestPriority priority, ClientSocketHandle* handle, const CompletionCallback& callback, const BoundNetLog& net_log) argument
1909 CreateDatagramClientSocket( DatagramSocket::BindType bind_type, const RandIntCallback& rand_int_cb, net::NetLog* net_log, const NetLog::Source& source) argument
1925 CreateTransportClientSocket( const AddressList& addresses, net::NetLog* net_log, const net::NetLog::Source& source) argument
1966 RequestSocket( const std::string& group_name, const void* socket_params, RequestPriority priority, ClientSocketHandle* handle, const CompletionCallback& callback, const BoundNetLog& net_log) argument
[all...]
H A Dsocket_test_util.h24 #include "net/base/net_log.h"
656 NetLog* net_log,
660 NetLog* net_log,
682 explicit MockClientSocket(const BoundNetLog& net_log);
746 net::NetLog* net_log,
807 DeterministicSocketHelper(net::NetLog* net_log,
820 const BoundNetLog& net_log() const { return net_log_; } function in class:net::DeterministicSocketHelper
852 DeterministicMockUDPClientSocket(net::NetLog* net_log,
903 DeterministicMockTCPClientSocket(net::NetLog* net_log,
1030 MockUDPClientSocket(SocketDataProvider* data, net::NetLog* net_log);
[all...]
H A Dssl_client_socket_nss.cc92 #include "net/base/net_log.h"
275 void AddLogEvent(const base::WeakPtr<BoundNetLog>& net_log, argument
277 if (!net_log)
279 net_log->AddEvent(event_type);
284 void AddLogEventWithCallback(const base::WeakPtr<BoundNetLog>& net_log, argument
287 if (!net_log)
289 net_log->AddEvent(event_type, callback);
303 const base::WeakPtr<BoundNetLog>& net_log, NetLog::EventType event_type,
305 if (!net_log)
307 net_log
302 LogByteTransferEvent( const base::WeakPtr<BoundNetLog>& net_log, NetLog::EventType event_type, int len, IOBuffer* buffer) argument
911 Core( base::SequencedTaskRunner* network_task_runner, base::SequencedTaskRunner* nss_task_runner, ClientSocketHandle* transport, const HostPortPair& host_and_port, const SSLConfig& ssl_config, BoundNetLog* net_log, ChannelIDService* channel_id_service) argument
[all...]
/external/chromium_org/net/spdy/
H A Dspdy_session.h166 const BoundNetLog& net_log,
195 const BoundNetLog& net_log() const { return net_log_; } function in class:net::SpdyStreamRequest
236 // |session| is the HttpNetworkSession. |net_log| is the NetLog that we log
251 NetLog* net_log);
477 const BoundNetLog& net_log() const { return net_log_; } function in class:net::SpdySession
H A Dspdy_test_util_common.cc283 const BoundNetLog& net_log) {
285 int rv = stream_request.StartRequest(type, session, url, priority, net_log,
372 net_log(NULL) {
406 net_log(NULL) {
466 params.net_log = session_deps->net_log;
522 const BoundNetLog& net_log,
554 net_log);
562 net_log);
572 key, connection.Pass(), net_log, O
278 CreateStreamSynchronously( SpdyStreamType type, const base::WeakPtr<SpdySession>& session, const GURL& url, RequestPriority priority, const BoundNetLog& net_log) argument
519 CreateSpdySessionHelper( const scoped_refptr<HttpNetworkSession>& http_session, const SpdySessionKey& key, const BoundNetLog& net_log, Error expected_status, bool is_secure) argument
581 CreateInsecureSpdySession( const scoped_refptr<HttpNetworkSession>& http_session, const SpdySessionKey& key, const BoundNetLog& net_log) argument
589 TryCreateInsecureSpdySessionExpectingFailure( const scoped_refptr<HttpNetworkSession>& http_session, const SpdySessionKey& key, Error expected_error, const BoundNetLog& net_log) argument
599 CreateSecureSpdySession( const scoped_refptr<HttpNetworkSession>& http_session, const SpdySessionKey& key, const BoundNetLog& net_log) argument
[all...]
H A Dspdy_network_transaction_unittest.cc4266 BoundNetLog net_log; local
4268 net_log, GetParam(), NULL); local
4374 BoundNetLog net_log; local
4376 net_log, GetParam(), NULL); local
5009 BoundNetLog net_log; local
5011 net_log, GetParam(), NULL);
5017 const int rv_start = trans->Start(&request, callback.callback(), net_log);
H A Dspdy_session.cc29 #include "net/base/net_log.h"
462 const BoundNetLog& net_log,
473 net_log_ = net_log;
604 NetLog* net_log)
652 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_SPDY_SESSION)),
844 net_log().AddEvent(NetLog::TYPE_SPDY_SESSION_STALLED_MAX_STREAMS);
888 request.net_log()));
1076 if (net_log().IsLogging()) {
1077 net_log().AddEvent(NetLog::TYPE_SPDY_SESSION_SYN_STREAM,
1153 net_log()
457 StartRequest( SpdyStreamType type, const base::WeakPtr<SpdySession>& session, const GURL& url, RequestPriority priority, const BoundNetLog& net_log, const CompletionCallback& callback) argument
590 SpdySession( const SpdySessionKey& spdy_session_key, const base::WeakPtr<HttpServerProperties>& http_server_properties, TransportSecurityState* transport_security_state, bool verify_domain_authentication, bool enable_sending_initial_data, bool enable_compression, bool enable_ping_based_connection_checking, NextProto default_protocol, size_t stream_initial_recv_window_size, size_t initial_max_concurrent_streams, size_t max_concurrent_streams_limit, TimeFunc time_func, const HostPortPair& trusted_spdy_proxy, NetLog* net_log) argument
[all...]
/external/chromium_org/net/websockets/
H A Dwebsocket_channel_test.cc710 const BoundNetLog& net_log,
716 this->net_log = net_log;
725 BoundNetLog net_log; member in struct:net::__anon9820::ArgumentCopyingWebSocketStreamCreator
705 Create( const GURL& socket_url, const std::vector<std::string>& requested_subprotocols, const url::Origin& origin, URLRequestContext* url_request_context, const BoundNetLog& net_log, scoped_ptr<WebSocketStream::ConnectDelegate> connect_delegate) argument
/external/chromium_org/net/dns/
H A Dhost_resolver_impl.cc40 #include "net/base/net_log.h"
172 const BoundNetLog& net_log) {
177 net_log.net_log(),
178 net_log.source()));
1213 net_log_(BoundNetLog::Make(request_net_log.net_log(),
1795 HostResolverImpl::HostResolverImpl(const Options& options, NetLog* net_log) argument
1798 net_log_(net_log),
2151 const RequestInfo& info, const BoundNetLog& net_log) const {
2166 net_log
171 IsGloballyReachable(const IPAddressNumber& dest, const BoundNetLog& net_log) argument
[all...]
/external/chromium_org/net/url_request/
H A Durl_request_unittest.cc38 #include "net/base/net_log.h"
4523 CapturingNetLog net_log; local
4525 context.set_net_log(&net_log);
4539 net_log.GetEntries(&entries);
6402 HttpCache http_cache(network_layer.release(), default_context_.net_log(),

Completed in 1802 milliseconds

1234567