HomeSort by relevance Sort by last modified time
    Searched refs:net_log_ (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/chromium/chrome/browser/net/
chrome_net_log.cc 19 : net_log_(NULL),
24 DCHECK(!net_log_);
32 if (net_log_)
33 net_log_->lock_.AssertAcquired();
38 DCHECK(net_log_);
39 base::AutoLock lock(net_log_->lock_);
41 net_log_->UpdateLogLevel_();
112 DCHECK_EQ(observer->net_log_, this);
113 observer->net_log_ = NULL;
150 DCHECK(!observer->net_log_);
    [all...]
  /external/chromium/net/socket/
tcp_server_socket_libevent.cc 43 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_SOCKET)) {
47 net_log_.BeginEvent(NetLog::TYPE_SOCKET_ALIVE, params);
53 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE, NULL);
120 net_log_.BeginEvent(NetLog::TYPE_TCP_ACCEPT, NULL);
149 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, net_error);
158 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, ERR_FAILED);
163 net_log_.net_log(), net_log_.source());
166 net_log_.EndEvent(NetLog::TYPE_TCP_ACCEPT,
tcp_server_socket_win.cc 24 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_SOCKET)) {
28 net_log_.BeginEvent(NetLog::TYPE_SOCKET_ALIVE, params);
34 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE, NULL);
108 net_log_.BeginEvent(NetLog::TYPE_TCP_ACCEPT, NULL);
133 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, net_error);
142 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, ERR_FAILED);
147 net_log_.net_log(), net_log_.source());
150 net_log_.EndEvent(NetLog::TYPE_TCP_ACCEPT,
socks5_client_socket.cc 43 net_log_(transport_socket->socket()->NetLog()) {
59 net_log_(transport_socket->NetLog()) {
86 net_log_.BeginEvent(NetLog::TYPE_SOCKS5_CONNECT, NULL);
95 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS5_CONNECT, rv);
119 return net_log_;
199 net_log_.EndEvent(NetLog::TYPE_SOCKS5_CONNECT, NULL);
213 net_log_.BeginEvent(NetLog::TYPE_SOCKS5_GREET_WRITE, NULL);
218 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS5_GREET_WRITE, rv);
222 net_log_.BeginEvent(NetLog::TYPE_SOCKS5_GREET_READ, NULL);
227 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS5_GREET_READ, rv)
    [all...]
ssl_server_socket_nss.cc 94 net_log_.BeginEvent(NetLog::TYPE_SSL_ACCEPT, NULL);
99 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_ACCEPT, rv);
106 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_ACCEPT, rv);
121 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_ACCEPT, rv);
193 LogFailedNSSFunction(net_log_, "SSL_ImportFD", "");
202 LogFailedNSSFunction(net_log_, "SSL_OptionSet", "SSL_SECURITY");
208 LogFailedNSSFunction(net_log_, "SSL_OptionSet", "SSL_ENABLE_SSL2");
214 LogFailedNSSFunction(net_log_, "SSL_OptionSet", "SSL_ENABLE_SSL3");
220 LogFailedNSSFunction(net_log_, "SSL_OptionSet", "SSL_ENABLE_TLS");
236 net_log_, "SSL_OptionSet", "SSL_ENABLE_SESSION_TICKETS")
    [all...]
socks5_client_socket_unittest.cc 46 CapturingNetLog net_log_; member in class:net::__anon5144::SOCKS5ClientSocketTest
60 net_log_(CapturingNetLog::kUnbounded),
125 "localhost", 80, &net_log_));
136 net_log_.GetEntries(&net_log_entries);
145 net_log_.GetEntries(&net_log_entries);
253 hostname, 80, &net_log_));
258 net_log_.GetEntries(&net_log_entries);
266 net_log_.GetEntries(&net_log_entries);
284 hostname, 80, &net_log_));
289 net_log_.GetEntries(&net_log_entries)
    [all...]
tcp_server_socket_libevent.h 48 BoundNetLog net_log_; member in class:net::TCPServerSocketLibevent
tcp_client_socket_win.h 50 virtual const BoundNetLog& NetLog() const { return net_log_; }
133 BoundNetLog net_log_; member in class:net::TCPClientSocketWin
tcp_server_socket_win.h 50 BoundNetLog net_log_; member in class:net::TCPServerSocketWin
tcp_client_socket_libevent.cc 118 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_SOCKET)),
131 net_log_.BeginEvent(NetLog::TYPE_SOCKET_ALIVE, params);
139 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE, NULL);
177 net_log_.BeginEvent(
233 net_log_.BeginEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT,
295 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT, params);
398 net_log_, NetLog::TYPE_SOCKET_BYTES_RECEIVED, nread, buf->data());
437 net_log_, NetLog::TYPE_SOCKET_BYTES_SENT, nwrite, buf->data());
551 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_CONNECT, net_error);
562 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_CONNECT, rv)
    [all...]
socks_client_socket.cc 70 net_log_(transport_socket->socket()->NetLog()) {
86 net_log_(transport_socket->NetLog()) {
115 net_log_.BeginEvent(NetLog::TYPE_SOCKS_CONNECT, NULL);
121 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS_CONNECT, rv);
146 return net_log_;
228 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS_CONNECT, rv);
276 host_request_info_, &addresses_, &io_callback_, net_log_);
tcp_client_socket_win.cc 224 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_SOCKET)),
229 net_log_.BeginEvent(NetLog::TYPE_SOCKET_ALIVE, params);
235 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE, NULL);
266 net_log_.BeginEvent(NetLog::TYPE_TCP_CONNECT,
321 net_log_.BeginEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT,
377 net_log_.EndEvent(NetLog::TYPE_TCP_CONNECT_ATTEMPT, params);
548 LogByteTransfer(net_log_, NetLog::TYPE_SOCKET_BYTES_RECEIVED, num,
600 LogByteTransfer(net_log_, NetLog::TYPE_SOCKET_BYTES_SENT, rv,
715 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_CONNECT, net_error);
727 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_CONNECT, rv)
    [all...]
ssl_client_socket_nss.cc 494 net_log_(transport_socket->socket()->NetLog()),
611 net_log_.BeginEvent(NetLog::TYPE_SSL_CONNECT, NULL);
615 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, rv);
621 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, rv);
630 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, rv);
641 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_CONNECT, rv);
731 return net_log_;
861 LogFailedNSSFunction(net_log_, "SSL_ImportFD", "");
870 LogFailedNSSFunction(net_log_, "SSL_OptionSet", "SSL_SECURITY");
876 LogFailedNSSFunction(net_log_, "SSL_OptionSet", "SSL_ENABLE_SSL2")
    [all...]
  /external/chromium/net/disk_cache/
mem_entry_impl.cc 64 net_log_ = net::BoundNetLog::Make(net_log,
66 net_log_.BeginEvent(
79 net_log_.AddEvent(net::NetLog::TYPE_ENTRY_DOOM, NULL);
171 if (net_log_.IsLoggingAllEvents()) {
172 net_log_.BeginEvent(
180 if (net_log_.IsLoggingAllEvents()) {
181 net_log_.EndEvent(
190 if (net_log_.IsLoggingAllEvents()) {
191 net_log_.BeginEvent(
199 if (net_log_.IsLoggingAllEvents())
    [all...]
mem_entry_impl.h 91 return net_log_;
183 net::BoundNetLog net_log_; member in class:disk_cache::MemEntryImpl
  /external/chromium/net/proxy/
init_proxy_resolver.cc 43 net_log_(BoundNetLog::Make(
61 net_log_.BeginEvent(NetLog::TYPE_INIT_PROXY_RESOLVER, NULL);
158 net_log_.BeginEvent(NetLog::TYPE_INIT_PROXY_RESOLVER_WAIT, NULL);
165 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_INIT_PROXY_RESOLVER_WAIT,
182 net_log_.BeginEvent(
188 net_log_.AddEvent(NetLog::TYPE_INIT_PROXY_RESOLVER_HAS_NO_FETCHER, NULL);
200 net_log_.EndEventWithNetErrorCode(
210 net_log_.BeginEvent(NetLog::TYPE_INIT_PROXY_RESOLVER_SET_PAC_SCRIPT, NULL);
230 net_log_.EndEventWithNetErrorCode(
263 net_log_.AddEvent
    [all...]
proxy_service.cc 178 net_log_(net_log) {
188 ProxyResolverJSBindings::CreateDefault(sync_host_resolver, net_log_);
197 NetLog* net_log_; member in class:net::__anon5129::ProxyResolverFactoryForV8
273 net_log_(net_log) {
287 url_, results_, &io_callback_, &resolve_job_, net_log_);
312 net_log_.AddEvent(NetLog::TYPE_CANCELLED, NULL);
322 net_log_.EndEvent(NetLog::TYPE_PROXY_SERVICE, NULL);
341 return service_->DidFinishResolvingProxy(results_, result_code, net_log_);
344 BoundNetLog* net_log() { return &net_log_; }
375 BoundNetLog net_log_; member in class:net::ProxyService::PacRequest
    [all...]
  /external/chromium/net/base/
net_log.cc 115 if (net_log_) {
116 net_log_->AddEntry(type, base::TimeTicks::Now(), source_, phase, params);
125 if (net_log_) {
126 net_log_->AddEntry(type, time, source_, phase, params);
161 if (net_log_)
162 return net_log_->GetLogLevel();
215 : net_log_(net_log),
217 net_log_.BeginEvent(event_type, params);
221 net_log_.EndEvent(event_type_, end_event_params_);
231 return net_log_;
    [all...]
net_log.h 168 BoundNetLog() : net_log_(NULL) {}
171 : source_(source), net_log_(net_log) {
216 NetLog* net_log() const { return net_log_; }
220 NetLog* net_log_; member in class:net::BoundNetLog
299 BoundNetLog net_log_; member in class:net::ScopedNetLogEvent
  /external/chromium/net/http/
http_proxy_client_socket.cc 52 net_log_(transport_socket->socket()->NetLog()) {
142 return net_log_;
265 int rv = auth_->HandleAuthChallenge(response_.headers, false, true, net_log_);
315 net_log_.BeginEvent(
321 net_log_.EndEventWithNetErrorCode(
326 net_log_.BeginEvent(
332 net_log_.EndEventWithNetErrorCode(
363 return auth_->MaybeGenerateAuthToken(&request_, &io_callback_, net_log_);
385 if (net_log_.IsLoggingAllEvents()) {
386 net_log_.AddEvent
    [all...]
http_auth_handler.cc 35 net_log_ = net_log;
77 net_log_.BeginEvent(EventTypeFromAuthTarget(target_), NULL);
102 net_log_.EndEvent(EventTypeFromAuthTarget(target_), NULL);
http_cache_transaction.cc 210 return net_log_;
576 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_GET_BACKEND, NULL);
582 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_GET_BACKEND,
636 rv = network_trans_->Start(request_, &io_callback_, net_log_);
752 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_OPEN_ENTRY, NULL);
760 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_OPEN_ENTRY, result);
795 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_CREATE_ENTRY, NULL);
803 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_CREATE_ENTRY,
830 net_log_.BeginEvent(NetLog::TYPE_HTTP_CACHE_DOOM_ENTRY, NULL);
835 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_HTTP_CACHE_DOOM_ENTRY, result)
    [all...]
  /external/chromium/net/spdy/
spdy_proxy_client_socket.cc 48 net_log_(spdy_stream->net_log()) {
131 return net_log_;
290 net_log_.BeginEvent(
295 net_log_.EndEventWithNetErrorCode(
301 net_log_.EndEventWithNetErrorCode(
316 return auth_->MaybeGenerateAuthToken(&request_, &io_callback_, net_log_);
339 if (net_log_.IsLoggingAllEvents()) {
340 net_log_.AddEvent(
379 if (net_log_.IsLoggingAllEvents()) {
380 net_log_.AddEvent
    [all...]
  /external/chromium/chrome/browser/
io_thread.cc 176 : net_log_(net_log) {
187 net_log_->AddEntry(net::NetLog::TYPE_NETWORK_IP_ADDRESSES_CHANGED,
195 net::NetLog* net_log_; member in class:__anon4205::LoggingNetworkChangeObserver
297 net_log_(net_log),
334 return net_log_;
429 new LoggingNetworkChangeObserver(net_log_));
439 CreateGlobalHostResolver(net_log_));
449 net::ProxyService::CreateDirectWithNetLog(net_log_);
458 session_params.net_log = net_log_;
468 ConstructProxyScriptFetcherContext(globals_, net_log_);
    [all...]
  /external/chromium/net/url_request/
url_request_context.h 52 return net_log_;
56 net_log_ = net_log;
213 NetLog* net_log_; member in class:net::URLRequestContext

Completed in 324 milliseconds

1 2 3 4 5