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

1 2 3 4 5 6 7 8 91011>>

  /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::__anon5609::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/net/disk_cache/simple/
simple_entry_impl.cc 168 net_log_(net::BoundNetLog::Make(
179 net_log_.BeginEvent(net::NetLog::TYPE_SIMPLE_CACHE_ENTRY,
187 net_log_.AddEvent(net::NetLog::TYPE_SIMPLE_CACHE_ENTRY_OPEN_CALL);
209 net_log_.AddEventWithNetErrorCode(
226 net_log_.AddEvent(net::NetLog::TYPE_SIMPLE_CACHE_ENTRY_CREATE_CALL);
232 net_log_.AddEvent(net::NetLog::TYPE_SIMPLE_CACHE_ENTRY_CREATE_OPTIMISTIC);
256 net_log_.AddEvent(net::NetLog::TYPE_SIMPLE_CACHE_ENTRY_DOOM_CALL);
257 net_log_.AddEvent(net::NetLog::TYPE_SIMPLE_CACHE_ENTRY_DOOM_BEGIN);
271 net_log_.AddEvent(net::NetLog::TYPE_SIMPLE_CACHE_ENTRY_SET_KEY,
283 net_log_.AddEvent(net::NetLog::TYPE_SIMPLE_CACHE_ENTRY_CLOSE_CALL)
    [all...]
  /external/chromium_org/content/shell/
shell_browser_main_parts.h 49 net::NetLog* net_log() { return net_log_.get(); }
52 scoped_ptr<net::NetLog> net_log_; member in class:content::ShellBrowserMainParts
  /external/chromium_org/net/quic/
quic_reliable_client_stream.h 76 const BoundNetLog& net_log() const { return net_log_; }
79 BoundNetLog net_log_; member in class:net::QuicReliableClientStream
quic_connection_logger.cc 157 : net_log_(net_log),
174 net_log_.AddEvent(
179 net_log_.AddEvent(
184 net_log_.AddEvent(
190 net_log_.AddEvent(
196 net_log_.AddEvent(
213 net_log_.AddEvent(
222 net_log_.AddEvent(
234 net_log_.AddEvent(
256 net_log_.AddEvent
    [all...]
quic_stream_factory_test.cc 127 BoundNetLog net_log_; member in class:net::test::QuicStreamFactoryTest
133 net_log_).get());
146 cert_verifier_.get(), net_log_,
154 stream = factory_.CreateIfSessionExists(host_port_proxy_pair_, net_log_);
161 cert_verifier_.get(), net_log_,
185 cert_verifier_.get(), net_log_,
196 &request_info, DEFAULT_PRIORITY, net_log_, CompletionCallback()));
202 cert_verifier_.get(), net_log_,
207 &request_info, DEFAULT_PRIORITY, net_log_, callback_.callback()));
229 cert_verifier_.get(), net_log_,
    [all...]
  /external/chromium_org/net/socket/
socks5_client_socket.cc 42 net_log_(transport_socket->socket()->NetLog()) {
57 net_log_(transport_socket->NetLog()) {
75 net_log_.BeginEvent(NetLog::TYPE_SOCKS5_CONNECT);
84 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS5_CONNECT, rv);
108 return net_log_;
213 net_log_.EndEvent(NetLog::TYPE_SOCKS5_CONNECT);
227 net_log_.BeginEvent(NetLog::TYPE_SOCKS5_GREET_WRITE);
232 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS5_GREET_WRITE, rv);
236 net_log_.BeginEvent(NetLog::TYPE_SOCKS5_GREET_READ);
241 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SOCKS5_GREET_READ, rv)
    [all...]
ssl_server_socket_nss.cc 127 net_log_.BeginEvent(NetLog::TYPE_SSL_SERVER_HANDSHAKE);
132 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_SERVER_HANDSHAKE, rv);
139 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_SERVER_HANDSHAKE, rv);
154 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_SSL_SERVER_HANDSHAKE, rv);
172 LogFailedNSSFunction(net_log_, "SSL_ExportKeyingMaterial", "");
187 LogFailedNSSFunction(net_log_, "SSL_GetChannelBinding", "");
277 return net_log_;
324 LogFailedNSSFunction(net_log_, "SSL_ImportFD", "");
333 LogFailedNSSFunction(net_log_, "SSL_OptionSet", "SSL_SECURITY");
339 LogFailedNSSFunction(net_log_, "SSL_OptionSet", "SSL_ENABLE_SSL2")
    [all...]
tcp_server_socket_libevent.cc 38 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_SOCKET)) {
39 net_log_.BeginEvent(NetLog::TYPE_SOCKET_ALIVE,
46 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE);
117 net_log_.BeginEvent(NetLog::TYPE_TCP_ACCEPT);
167 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, net_error);
176 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, ERR_FAILED);
181 net_log_.net_log(), net_log_.source()));
186 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, adopt_result);
190 net_log_.EndEvent(NetLog::TYPE_TCP_ACCEPT
    [all...]
tcp_server_socket_win.cc 24 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_SOCKET)) {
25 net_log_.BeginEvent(NetLog::TYPE_SOCKET_ALIVE,
32 net_log_.EndEvent(NetLog::TYPE_SOCKET_ALIVE);
110 net_log_.BeginEvent(NetLog::TYPE_TCP_ACCEPT);
158 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, net_error);
167 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, ERR_FAILED);
172 net_log_.net_log(), net_log_.source()));
177 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, adopt_result);
181 net_log_.EndEvent(NetLog::TYPE_TCP_ACCEPT
    [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::__anon11075::DnsClientImpl
  /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::__anon10948::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/http/
http_auth_handler.cc 33 net_log_ = net_log;
72 net_log_.BeginEvent(EventTypeFromAuthTarget(target_));
104 net_log_.EndEvent(EventTypeFromAuthTarget(target_));

Completed in 224 milliseconds

1 2 3 4 5 6 7 8 91011>>