Searched refs:NetLog (Results 26 - 50 of 149) sorted by relevance

123456

/external/chromium/net/proxy/
H A Dproxy_resolver_js_bindings_unittest.cc289 // Test that when a binding is called, it logs to the per-request NetLog.
290 TEST(ProxyResolverJSBindingsTest, NetLog) {
300 // Attach a capturing NetLog as the current request's log stream.
302 BoundNetLog bound_log(NetLog::Source(NetLog::SOURCE_NONE, 0), &log);
312 // our NetLog.
319 entries, 0, NetLog::TYPE_PAC_JAVASCRIPT_MY_IP_ADDRESS));
321 entries, 1, NetLog::TYPE_PAC_JAVASCRIPT_MY_IP_ADDRESS));
328 entries, 2, NetLog::TYPE_PAC_JAVASCRIPT_MY_IP_ADDRESS_EX));
330 entries, 3, NetLog
[all...]
H A Dinit_proxy_resolver.cc35 NetLog* net_log)
44 net_log, NetLog::SOURCE_INIT_PROXY_RESOLVER)),
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,
183 NetLog::TYPE_INIT_PROXY_RESOLVER_FETCH_PAC_SCRIPT,
188 net_log_.AddEvent(NetLog::TYPE_INIT_PROXY_RESOLVER_HAS_NO_FETCHER, NULL);
201 NetLog::TYPE_INIT_PROXY_RESOLVER_FETCH_PAC_SCRIPT, result);
210 net_log_.BeginEvent(NetLog::TYPE_INIT_PROXY_RESOLVER_SET_PAC_SCRIPT, NULL);
231 NetLog
[all...]
H A Dinit_proxy_resolver_unittest.cc189 // Check the NetLog was filled correctly.
195 entries, 0, NetLog::TYPE_INIT_PROXY_RESOLVER));
197 entries, 1, NetLog::TYPE_INIT_PROXY_RESOLVER_FETCH_PAC_SCRIPT));
199 entries, 2, NetLog::TYPE_INIT_PROXY_RESOLVER_FETCH_PAC_SCRIPT));
201 entries, 3, NetLog::TYPE_INIT_PROXY_RESOLVER_SET_PAC_SCRIPT));
203 entries, 4, NetLog::TYPE_INIT_PROXY_RESOLVER_SET_PAC_SCRIPT));
205 entries, 5, NetLog::TYPE_INIT_PROXY_RESOLVER));
226 // Check the NetLog was filled correctly.
232 entries, 0, NetLog::TYPE_INIT_PROXY_RESOLVER));
234 entries, 1, NetLog
[all...]
H A Dproxy_resolver_js_bindings.h16 class NetLog;
62 // - Send script error messages to both VLOG(1) and the NetLog.
63 // - Send script alert()s to both VLOG(1) and the NetLog.
68 NetLog* net_log);
H A Dproxy_service.h48 NetLog* net_log);
177 NetLog* net_log);
185 NetLog* net_log);
190 NetLog* net_log);
200 static ProxyService* CreateDirectWithNetLog(NetLog* net_log);
336 NetLog* net_log_;
/external/chromium/chrome/browser/net/
H A Dchrome_net_log.cc27 net::NetLog::LogLevel ChromeNetLog::ThreadSafeObserver::log_level() const {
37 net::NetLog::LogLevel log_level) {
45 net::NetLog::EventType type,
47 net::NetLog::Source source,
48 net::NetLog::EventPhase phase,
49 net::NetLog::EventParameters* params)
100 net::NetLog::LogLevel ChromeNetLog::GetLogLevel() const {
102 return static_cast<net::NetLog::LogLevel>(log_level);
/external/chromium/net/http/
H A Dhttp_net_log_params.h22 class NetLogHttpRequestParameter : public NetLog::EventParameters {
35 // NetLog::EventParameters
47 class NetLogHttpResponseParameter : public NetLog::EventParameters {
56 // NetLog::EventParameters
H A Dhttp_auth_handler.cc51 NetLog::EventType EventTypeFromAuthTarget(HttpAuth::Target target) {
54 return NetLog::TYPE_AUTH_PROXY;
56 return NetLog::TYPE_AUTH_SERVER;
59 return NetLog::TYPE_CANCELLED;
H A Dhttp_network_session.h35 class NetLog;
69 NetLog* net_log;
128 NetLog* net_log() {
159 NetLog* const net_log_;
/external/chromium/net/socket/
H A Dclient_socket.h70 // Gets the NetLog for this socket.
71 virtual const BoundNetLog& NetLog() const = 0;
130 // Logs a SOCKET_BYTES_RECEIVED or SOCKET_BYTES_SENT event to the NetLog.
133 void LogByteTransfer(const BoundNetLog& net_log, NetLog::EventType event_type,
H A Dclient_socket_factory.h32 // |source| is the NetLog::Source for the entity trying to create the socket,
36 NetLog* net_log,
37 const NetLog::Source& source) = 0;
H A Dtcp_server_socket_libevent.h23 TCPServerSocketLibevent(net::NetLog* net_log,
24 const net::NetLog::Source& source);
H A Dtcp_server_socket_win.h25 TCPServerSocketWin(net::NetLog* net_log,
26 const net::NetLog::Source& source);
H A Dsocks5_client_socket.cc43 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);
118 const BoundNetLog& SOCKS5ClientSocket::NetLog() const { function in class:net::SOCKS5ClientSocket
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
[all...]
H A Dclient_socket_handle.cc38 socket_->NetLog().EndEvent(NetLog::TYPE_SOCKET_IN_USE, NULL);
117 socket_->NetLog().BeginEvent(
118 NetLog::TYPE_SOCKET_IN_USE,
H A Dclient_socket.cc18 class NetLogBytesTransferredParameter : public NetLog::EventParameters {
148 NetLog::EventType event_type,
151 scoped_refptr<NetLog::EventParameters> params;
H A Dtcp_client_socket_win.h27 net::NetLog* net_log,
28 const net::NetLog::Source& source);
50 virtual const BoundNetLog& NetLog() const { return net_log_; } function in class:net::TCPClientSocketWin
/external/chromium/net/udp/
H A Dudp_client_socket.cc12 net::NetLog* net_log,
13 const net::NetLog::Source& source)
H A Dudp_client_socket.h20 UDPClientSocket(net::NetLog* net_log,
21 const net::NetLog::Source& source);
H A Dudp_server_socket.cc9 UDPServerSocket::UDPServerSocket(net::NetLog* net_log,
10 const net::NetLog::Source& source)
H A Dudp_server_socket.h21 UDPServerSocket(net::NetLog* net_log,
22 const net::NetLog::Source& source);
/external/chromium/net/base/
H A Dcapturing_net_log.cc38 void CapturingNetLog::SetLogLevel(NetLog::LogLevel log_level) {
58 NetLog::LogLevel CapturingNetLog::GetLogLevel() const {
63 CapturingBoundNetLog::CapturingBoundNetLog(const NetLog::Source& source,
82 void CapturingBoundNetLog::SetLogLevel(NetLog::LogLevel log_level) {
/external/chromium/net/url_request/
H A Durl_request_netlog_params.h18 // Holds the parameters to emit to the NetLog when starting a URLRequest.
19 class URLRequestStartEventParameters : public NetLog::EventParameters {
H A Durl_request_context_storage.h24 class NetLog;
44 void set_net_log(NetLog* net_log);
70 scoped_ptr<NetLog> net_log_;
/external/chromium/net/disk_cache/
H A Dmem_backend_impl.h17 class NetLog;
28 explicit MemBackendImpl(net::NetLog* net_log);
36 static Backend* CreateBackend(int max_bytes, net::NetLog* net_log);
111 net::NetLog* net_log_;

Completed in 313 milliseconds

123456