/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::__anon2896::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
|
/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...] |
/external/chromium_org/net/disk_cache/ |
mem_entry_impl.cc | 83 net_log_ = net::BoundNetLog::Make(net_log, 86 net_log_.BeginEvent( 96 net_log_.AddEvent(net::NetLog::TYPE_ENTRY_DOOM); 188 if (net_log_.IsLoggingAllEvents()) { 189 net_log_.BeginEvent( 196 if (net_log_.IsLoggingAllEvents()) { 197 net_log_.EndEvent( 206 if (net_log_.IsLoggingAllEvents()) { 207 net_log_.BeginEvent( 214 if (net_log_.IsLoggingAllEvents()) [all...] |
/external/chromium_org/content/shell/browser/ |
shell_browser_main_parts.h | 55 net::NetLog* net_log() { return net_log_.get(); } 61 scoped_ptr<net::NetLog> net_log_; member in class:content::ShellBrowserMainParts
|
/external/chromium_org/net/quic/ |
quic_reliable_client_stream.h | 82 const BoundNetLog& net_log() const { return net_log_; } 87 BoundNetLog net_log_; member in class:net::QuicReliableClientStream
|
quic_connection_logger.cc | 204 : net_log_(net_log), 221 net_log_.AddEvent( 226 net_log_.AddEvent( 231 net_log_.AddEvent( 239 net_log_.AddEvent( 245 net_log_.AddEvent( 262 net_log_.AddEvent( 271 net_log_.AddEvent( 280 net_log_.AddEvent( 292 net_log_.AddEvent [all...] |
/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...] |
/external/chromium_org/net/dns/ |
dns_client.cc | 25 net_log_(net_log) {} 38 net_log_); 60 NetLog* net_log_; member in class:net::__anon9033::DnsClientImpl
|
/external/chromium_org/net/socket/ |
socks5_client_socket.cc | 42 net_log_(transport_->socket()->NetLog()) { 59 net_log_.BeginEvent(NetLog::TYPE_SOCKS5_CONNECT); 68 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS5_CONNECT, rv); 92 return net_log_; 197 net_log_.EndEvent(NetLog::TYPE_SOCKS5_CONNECT); 211 net_log_.BeginEvent(NetLog::TYPE_SOCKS5_GREET_WRITE); 216 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS5_GREET_WRITE, rv); 220 net_log_.BeginEvent(NetLog::TYPE_SOCKS5_GREET_READ); 225 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS5_GREET_READ, rv); 229 net_log_.BeginEvent(NetLog::TYPE_SOCKS5_HANDSHAKE_WRITE) [all...] |
ssl_server_socket_nss.cc | 124 net_log_.BeginEvent(NetLog::TYPE_SSL_SERVER_HANDSHAKE); 129 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_SERVER_HANDSHAKE, rv); 136 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_SERVER_HANDSHAKE, rv); 151 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_SERVER_HANDSHAKE, rv); 169 LogFailedNSSFunction(net_log_, "SSL_ExportKeyingMaterial", ""); 184 LogFailedNSSFunction(net_log_, "SSL_GetChannelBinding", ""); 274 return net_log_; 321 LogFailedNSSFunction(net_log_, "SSL_ImportFD", ""); 330 LogFailedNSSFunction(net_log_, "SSL_OptionSet", "SSL_SECURITY"); 336 LogFailedNSSFunction(net_log_, "SSL_OptionSet", "SSL_ENABLE_SSL2") [all...] |
tcp_socket_libevent.cc | 157 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_SOCKET)) { 158 net_log_.BeginEvent(NetLog::TYPE_SOCKET_ALIVE, 163 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE); 249 net_log_.BeginEvent(NetLog::TYPE_TCP_ACCEPT); 361 net_log_.AddByteTransferEvent(NetLog::TYPE_SOCKET_BYTES_RECEIVED, nread, 368 net_log_.AddEvent(NetLog::TYPE_SOCKET_READ_ERROR, 401 net_log_.AddByteTransferEvent(NetLog::TYPE_SOCKET_BYTES_SENT, nwrite, 407 net_log_.AddEvent(NetLog::TYPE_SOCKET_WRITE_ERROR, 586 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, net_error); 595 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT [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...] |
/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);
|
/external/chromium_org/net/base/ |
net_log_unittest.cc | 107 net_log_(NULL), 115 net_log_ = net_log; 128 NetLog* net_log_; member in class:net::__anon8892::NetLogTestThread 147 AddEvent(net_log_); variable 167 net_log_->AddThreadSafeObserver(&observer_, NetLog::LOG_BASIC); 168 ASSERT_EQ(net_log_, observer_.net_log()); 171 net_log_->SetObserverLogLevel(&observer_, NetLog::LOG_ALL_BUT_BYTES); 172 ASSERT_EQ(net_log_, observer_.net_log()); 174 ASSERT_LE(net_log_->GetLogLevel(), NetLog::LOG_ALL_BUT_BYTES); 176 net_log_->SetObserverLogLevel(&observer_, NetLog::LOG_ALL) [all...] |
/external/chromium_org/net/disk_cache/simple/ |
simple_entry_impl.cc | 182 net_log_(net::BoundNetLog::Make( 194 net_log_.BeginEvent(net::NetLog::TYPE_SIMPLE_CACHE_ENTRY, 202 net_log_.AddEvent(net::NetLog::TYPE_SIMPLE_CACHE_ENTRY_OPEN_CALL); 225 net_log_.AddEventWithNetErrorCode( 242 net_log_.AddEvent(net::NetLog::TYPE_SIMPLE_CACHE_ENTRY_CREATE_CALL); 248 net_log_.AddEvent(net::NetLog::TYPE_SIMPLE_CACHE_ENTRY_CREATE_OPTIMISTIC); 274 net_log_.AddEvent(net::NetLog::TYPE_SIMPLE_CACHE_ENTRY_DOOM_CALL); 275 net_log_.AddEvent(net::NetLog::TYPE_SIMPLE_CACHE_ENTRY_DOOM_BEGIN); 287 net_log_.AddEvent(net::NetLog::TYPE_SIMPLE_CACHE_ENTRY_SET_KEY, 299 net_log_.AddEvent(net::NetLog::TYPE_SIMPLE_CACHE_ENTRY_CLOSE_CALL) [all...] |
/external/chromium_org/net/http/ |
http_auth_handler.cc | 33 net_log_ = net_log; 72 net_log_.BeginEvent(EventTypeFromAuthTarget(target_)); 104 net_log_.EndEvent(EventTypeFromAuthTarget(target_));
|
/external/chromium_org/net/proxy/ |
proxy_script_decider.cc | 87 net_log_(BoundNetLog::Make( 110 net_log_.BeginEvent(NetLog::TYPE_PROXY_SCRIPT_DECIDER); 233 net_log_.BeginEvent(NetLog::TYPE_PROXY_SCRIPT_DECIDER_WAIT); 240 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_PROXY_SCRIPT_DECIDER_WAIT, 273 callback, net_log_); 300 net_log_.BeginEvent(NetLog::TYPE_PROXY_SCRIPT_DECIDER_FETCH_PAC_SCRIPT, 307 net_log_.AddEvent(NetLog::TYPE_PROXY_SCRIPT_DECIDER_HAS_NO_FETCHER); 317 net_log_.AddEvent(NetLog::TYPE_PROXY_SCRIPT_DECIDER_HAS_NO_FETCHER); 329 net_log_.EndEventWithNetErrorCode( 410 net_log_.AddEvent [all...] |
/external/chromium_org/ash/shell/content_client/ |
shell_browser_main_parts.h | 49 scoped_ptr<net::NetLog> net_log_; member in class:ash::shell::ShellBrowserMainParts
|