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

<<1112131415161718

  /external/chromium/net/disk_cache/
sparse_control.cc 142 // Returns the NetLog event type corresponding to a SparseOperation.
143 net::NetLog::EventType GetSparseEventType(
147 return net::NetLog::TYPE_SPARSE_READ;
149 return net::NetLog::TYPE_SPARSE_WRITE;
151 return net::NetLog::TYPE_SPARSE_GET_RANGE;
154 return net::NetLog::TYPE_CANCELLED;
164 net::NetLog::EventType event_type;
167 event_type = net::NetLog::TYPE_SPARSE_READ_CHILD_DATA;
170 event_type = net::NetLog::TYPE_SPARSE_WRITE_CHILD_DATA;
341 entry->net_log().AddEvent(net::NetLog::TYPE_SPARSE_DELETE_CHILDREN, NULL)
    [all...]
net_log_parameters.cc 42 // NetLog parameters logged when non-sparse reads and writes complete.
73 const net::NetLog::Source& source, int child_len)
  /external/chromium_org/net/disk_cache/
sparse_control.cc 143 // Returns the NetLog event type corresponding to a SparseOperation.
144 net::NetLog::EventType GetSparseEventType(
148 return net::NetLog::TYPE_SPARSE_READ;
150 return net::NetLog::TYPE_SPARSE_WRITE;
152 return net::NetLog::TYPE_SPARSE_GET_RANGE;
155 return net::NetLog::TYPE_CANCELLED;
165 net::NetLog::EventType event_type;
168 event_type = net::NetLog::TYPE_SPARSE_READ_CHILD_DATA;
171 event_type = net::NetLog::TYPE_SPARSE_WRITE_CHILD_DATA;
351 entry->net_log().AddEvent(net::NetLog::TYPE_SPARSE_DELETE_CHILDREN)
    [all...]
  /external/chromium/chrome/browser/
io_thread.cc 69 net::HostResolver* CreateGlobalHostResolver(net::NetLog* net_log) {
175 explicit LoggingNetworkChangeObserver(net::NetLog* net_log)
187 net_log_->AddEntry(net::NetLog::TYPE_NETWORK_IP_ADDRESSES_CHANGED,
189 net::NetLog::Source(),
190 net::NetLog::PHASE_NONE,
195 net::NetLog* net_log_;
201 net::NetLog* net_log) {
223 net::NetLog* net_log) {
  /external/chromium/net/socket/
socket_test_util.h 538 NetLog* net_log,
539 const NetLog::Source& source);
560 explicit MockClientSocket(net::NetLog* net_log);
584 virtual const BoundNetLog& NetLog() const;
609 MockTCPClientSocket(const net::AddressList& addresses, net::NetLog* net_log,
657 DeterministicMockTCPClientSocket(net::NetLog* net_log,
896 NetLog* net_log,
897 const NetLog::Source& source);
    [all...]
socks5_client_socket.h 64 virtual const BoundNetLog& NetLog() const;
socks_client_socket.h 61 virtual const BoundNetLog& NetLog() const;
  /external/chromium_org/content/browser/download/
base_file_win.cc 330 bound_net_log_.BeginEvent(net::NetLog::TYPE_DOWNLOAD_FILE_ANNOTATED);
363 bound_net_log_.EndEvent(net::NetLog::TYPE_DOWNLOAD_FILE_ANNOTATED);
download_manager_impl.h 41 DownloadManagerImpl(net::NetLog* net_log, BrowserContext* browser_context);
186 net::NetLog* net_log_;
  /external/chromium_org/net/disk_cache/simple/
simple_backend_impl.h 47 net::NetLog* net_log);
177 net::NetLog* const net_log_;
simple_entry_impl.h 52 net::NetLog* net_log);
189 net::NetLog::EventType end_event_type);
  /external/chromium_org/net/ftp/
ftp_ctrl_response_buffer.cc 83 NetLog::LogLevel log_level) {
99 net_log_.AddEvent(NetLog::TYPE_FTP_CONTROL_RESPONSE,
  /external/chromium_org/net/socket/
nss_ssl_util.cc 248 // Returns parameters to attach to the NetLog when we receive an error in
255 NetLog::LogLevel /* log_level */) {
270 NetLog::TYPE_SSL_NSS_ERROR,
socket_test_util.cc 663 net::NetLog* net_log,
664 const net::NetLog::Source& source) {
673 net::NetLog* net_log,
674 const net::NetLog::Source& source) {
742 const BoundNetLog& MockClientSocket::NetLog() const {
795 net::NetLog* net_log,
797 : MockClientSocket(BoundNetLog::Make(net_log, net::NetLog::SOURCE_NONE)),
991 net::NetLog* net_log,
1002 net_log_(BoundNetLog::Make(net_log, net::NetLog::SOURCE_NONE)) {
    [all...]
  /external/chromium/chrome/browser/net/
proxy_service_factory.cc 54 net::NetLog* net_log,
  /external/chromium/net/http/
http_stream_factory_impl_request.h 38 // |source| is the NetLog::Source generated by the Job that fulfilled this
42 const NetLog::Source& source);
  /external/chromium/net/url_request/
url_request_context_storage.cc 30 void URLRequestContextStorage::set_net_log(NetLog* net_log) {
  /external/chromium_org/chrome/browser/devtools/adb/
android_usb_socket.h 49 virtual const net::BoundNetLog& NetLog() const OVERRIDE;
  /external/chromium_org/chrome/test/chromedriver/net/
net_util.cc 75 net::NetLog::Source source;
  /external/chromium_org/content/shell/
shell_content_browser_client.h 61 virtual net::NetLog* GetNetLog() OVERRIDE;
  /external/chromium_org/jingle/glue/
fake_ssl_client_socket.h 61 virtual const net::BoundNetLog& NetLog() const OVERRIDE;
proxy_resolving_client_socket.h 63 virtual const net::BoundNetLog& NetLog() const OVERRIDE;
  /external/chromium_org/net/dns/
mock_mdns_socket_factory.h 43 MOCK_CONST_METHOD0(NetLog, const BoundNetLog&());
  /external/chromium_org/net/http/
http_stream_factory_impl_request.cc 34 net_log_.BeginEvent(NetLog::TYPE_HTTP_STREAM_REQUEST);
43 net_log_.EndEvent(NetLog::TYPE_HTTP_STREAM_REQUEST);
93 NetLog::TYPE_HTTP_STREAM_REQUEST_BOUND_TO_JOB,
96 NetLog::TYPE_HTTP_STREAM_JOB_BOUND_TO_REQUEST,
  /external/chromium_org/net/quic/
quic_client_session.h 83 NetLog* net_log);

Completed in 532 milliseconds

<<1112131415161718