HomeSort by relevance Sort by last modified time
    Searched refs:NetLog (Results 101 - 125 of 448) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/net/socket/
client_socket_handle.cc 38 socket_->NetLog().EndEvent(NetLog::TYPE_SOCKET_IN_USE, NULL);
117 socket_->NetLog().BeginEvent(
118 NetLog::TYPE_SOCKET_IN_USE,
tcp_client_socket_win.h 27 net::NetLog* net_log,
28 const net::NetLog::Source& source);
50 virtual const BoundNetLog& NetLog() const { return net_log_; }
  /external/chromium/net/url_request/
url_request_netlog_params.h 18 // Holds the parameters to emit to the NetLog when starting a URLRequest.
19 class URLRequestStartEventParameters : public NetLog::EventParameters {
url_request_context_storage.h 24 class NetLog;
44 void set_net_log(NetLog* net_log);
70 scoped_ptr<NetLog> net_log_;
  /external/chromium_org/net/base/
capturing_net_log.h 26 // CapturingNetLog is a NetLog which instantiates Observer that saves messages
30 class CapturingNetLog : public NetLog {
84 // Observer is an implementation of NetLog::ThreadSafeObserver
87 class Observer : public NetLog::ThreadSafeObserver {
122 // CapturingNetLog rather than the more generic NetLog.
139 NetLog::Source source,
148 void SetLogLevel(NetLog::LogLevel log_level);
capturing_net_log.cc 81 NetLog::Source source,
102 void CapturingNetLog::Observer::OnAddEntry(const net::NetLog::Entry& entry) {
103 // Only BoundNetLogs without a NetLog should have an invalid source.
131 void CapturingNetLog::SetLogLevel(NetLog::LogLevel log_level) {
141 NetLog::Source source,
156 net::NetLog::SOURCE_NONE)) {
167 NetLog::Source source,
180 void CapturingBoundNetLog::SetLogLevel(NetLog::LogLevel log_level) {
  /external/chromium_org/net/http/
http_auth_handler.cc 49 NetLog::EventType EventTypeFromAuthTarget(HttpAuth::Target target) {
52 return NetLog::TYPE_AUTH_PROXY;
54 return NetLog::TYPE_AUTH_SERVER;
57 return NetLog::TYPE_CANCELLED;
  /external/chromium_org/net/socket/
client_socket_factory.cc 73 NetLog* net_log,
74 const NetLog::Source& source) OVERRIDE {
80 NetLog* net_log,
81 const NetLog::Source& source) OVERRIDE {
client_socket_handle.cc 42 socket_->NetLog().EndEvent(NetLog::TYPE_SOCKET_IN_USE);
113 load_timing_info->socket_log_id = socket_->NetLog().source().id;
167 socket_->NetLog().BeginEvent(
168 NetLog::TYPE_SOCKET_IN_USE,
tcp_client_socket_unittest.cc 28 TCPServerSocket server(NULL, NetLog::Source());
33 TCPClientSocket socket(AddressList(server_address), NULL, NetLog::Source());
66 NULL, NetLog::Source());
87 TCPServerSocket server(NULL, NetLog::Source());
97 TCPClientSocket socket(AddressList(server_address), NULL, NetLog::Source());
tcp_server_socket_libevent.cc 34 net::NetLog* net_log,
35 const net::NetLog::Source& source)
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);
186 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, adopt_result);
190 net_log_.EndEvent(NetLog::TYPE_TCP_ACCEPT
    [all...]
tcp_server_socket_win.cc 19 TCPServerSocketWin::TCPServerSocketWin(net::NetLog* net_log,
20 const net::NetLog::Source& source)
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);
177 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_TCP_ACCEPT, adopt_result);
181 net_log_.EndEvent(NetLog::TYPE_TCP_ACCEPT
    [all...]
  /external/chromium_org/chrome/browser/net/
connection_tester.h 16 class NetLog;
133 net::NetLog* net_log);
181 net::NetLog* net_log_;
  /external/chromium_org/content/shell/
shell_browser_context.h 17 class NetLog;
29 ShellBrowserContext(bool off_the_record, net::NetLog* net_log);
71 net::NetLog* net_log_;
  /external/chromium_org/net/dns/
dns_client.cc 23 explicit DnsClientImpl(NetLog* net_log)
60 NetLog* net_log_;
66 scoped_ptr<DnsClient> DnsClient::CreateClient(NetLog* net_log) {
  /external/chromium_org/net/tools/gdig/
file_net_log.cc 23 void FileNetLogObserver::OnAddEntry(const net::NetLog::Entry& entry) {
24 // Only BoundNetLogs without a NetLog should have an invalid source.
27 const char* source = NetLog::SourceTypeToString(entry.source().type);
28 const char* type = NetLog::EventTypeToString(entry.type());
  /external/chromium_org/net/udp/
udp_server_socket.h 21 UDPServerSocket(net::NetLog* net_log,
22 const net::NetLog::Source& source);
40 virtual const BoundNetLog& NetLog() const OVERRIDE;
udp_socket_unittest.cc 137 new UDPServerSocket(&server_log, NetLog::Source()));
150 NetLog::Source()));
179 server_entries, 0, NetLog::TYPE_SOCKET_ALIVE));
181 server_entries, 1, NetLog::TYPE_UDP_BYTES_RECEIVED, NetLog::PHASE_NONE));
183 server_entries, 2, NetLog::TYPE_UDP_BYTES_SENT, NetLog::PHASE_NONE));
185 server_entries, 3, NetLog::TYPE_SOCKET_ALIVE));
192 client_entries, 0, NetLog::TYPE_SOCKET_ALIVE));
194 client_entries, 1, NetLog::TYPE_UDP_CONNECT))
    [all...]
  /external/chromium_org/net/url_request/
url_request_throttler_manager.h 24 class NetLog;
76 // Sets the NetLog instance to use.
77 void set_net_log(NetLog* net_log);
78 NetLog* net_log() const;
155 // NetLog to use, if configured.
url_request_throttler_manager.cc 86 net_log_.AddEvent(NetLog::TYPE_THROTTLING_DISABLED_FOR_HOST,
87 NetLog::StringCallback("host", &host));
110 net_log_.EndEvent(NetLog::TYPE_THROTTLING_DISABLED_FOR_HOST,
111 NetLog::StringCallback("host", &host));
142 void URLRequestThrottlerManager::set_net_log(NetLog* net_log) {
145 NetLog::SOURCE_EXPONENTIAL_BACKOFF_THROTTLING);
148 NetLog* URLRequestThrottlerManager::net_log() const {
  /external/chromium_org/net/proxy/
proxy_script_decider_unittest.cc 136 // Check the NetLog was filled correctly.
142 entries, 0, NetLog::TYPE_PROXY_SCRIPT_DECIDER));
144 entries, 1, NetLog::TYPE_PROXY_SCRIPT_DECIDER_FETCH_PAC_SCRIPT));
146 entries, 2, NetLog::TYPE_PROXY_SCRIPT_DECIDER_FETCH_PAC_SCRIPT));
148 entries, 3, NetLog::TYPE_PROXY_SCRIPT_DECIDER));
173 // Check the NetLog was filled correctly.
179 entries, 0, NetLog::TYPE_PROXY_SCRIPT_DECIDER));
181 entries, 1, NetLog::TYPE_PROXY_SCRIPT_DECIDER_FETCH_PAC_SCRIPT));
183 entries, 2, NetLog::TYPE_PROXY_SCRIPT_DECIDER_FETCH_PAC_SCRIPT));
185 entries, 3, NetLog::TYPE_PROXY_SCRIPT_DECIDER))
    [all...]
proxy_script_decider.cc 52 NetLog::LogLevel /* log_level */) const {
75 NetLog* net_log)
83 net_log, NetLog::SOURCE_PROXY_SCRIPT_DECIDER)),
99 net_log_.BeginEvent(NetLog::TYPE_PROXY_SCRIPT_DECIDER);
214 net_log_.BeginEvent(NetLog::TYPE_PROXY_SCRIPT_DECIDER_WAIT);
221 net_log_.EndEventWithNetErrorCode(NetLog::TYPE_PROXY_SCRIPT_DECIDER_WAIT,
238 net_log_.BeginEvent(NetLog::TYPE_PROXY_SCRIPT_DECIDER_FETCH_PAC_SCRIPT,
245 net_log_.AddEvent(NetLog::TYPE_PROXY_SCRIPT_DECIDER_HAS_NO_FETCHER);
255 net_log_.AddEvent(NetLog::TYPE_PROXY_SCRIPT_DECIDER_HAS_NO_FETCHER);
268 NetLog::TYPE_PROXY_SCRIPT_DECIDER_FETCH_PAC_SCRIPT, result)
    [all...]
  /external/chromium_org/chrome/browser/resources/net_export/
net_export.js 55 * Starts saving NetLog data to a file.
62 * Stops saving NetLog data to a file.
69 * Sends NetLog data via email from browser.
78 * NetLog data is collected.
84 message = 'NetLog data is collected in: ';
86 message = 'NetLog data to send is in: ';
104 'Unable to initialize NetLog data file.';
  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.cc 157 net::NetLog* net_log)
169 net_log, net::NetLog::SOURCE_DISK_CACHE_ENTRY)) {
179 net_log_.BeginEvent(net::NetLog::TYPE_SIMPLE_CACHE_ENTRY,
187 net_log_.AddEvent(net::NetLog::TYPE_SIMPLE_CACHE_ENTRY_OPEN_CALL);
210 net::NetLog::TYPE_SIMPLE_CACHE_ENTRY_OPEN_END,
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
    [all...]
  /external/chromium/net/proxy/
proxy_service.h 48 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_;

Completed in 778 milliseconds

1 2 3 45 6 7 8 91011>>