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

1 2

  /external/chromium/net/base/
capturing_net_log.cc 63 CapturingBoundNetLog::CapturingBoundNetLog(const NetLog::Source& source,
68 CapturingBoundNetLog::CapturingBoundNetLog(size_t max_num_entries)
71 CapturingBoundNetLog::~CapturingBoundNetLog() {}
73 void CapturingBoundNetLog::GetEntries(
78 void CapturingBoundNetLog::Clear() {
82 void CapturingBoundNetLog::SetLogLevel(NetLog::LogLevel log_level) {
capturing_net_log.h 84 // CapturingBoundNetLog can easily be converted to a BoundNetLog using the
86 class CapturingBoundNetLog {
88 CapturingBoundNetLog(const NetLog::Source& source, CapturingNetLog* net_log);
90 explicit CapturingBoundNetLog(size_t max_num_entries);
92 ~CapturingBoundNetLog();
111 DISALLOW_COPY_AND_ASSIGN(CapturingBoundNetLog);
host_resolver_impl_unittest.cc 270 CapturingBoundNetLog log(CapturingNetLog::kUnbounded);
305 CapturingBoundNetLog log(CapturingNetLog::kUnbounded);
343 CapturingBoundNetLog log(CapturingNetLog::kUnbounded);
956 CapturingBoundNetLog log(CapturingNetLog::kUnbounded);
    [all...]
  /external/chromium_org/net/base/
capturing_net_log.cc 154 CapturingBoundNetLog::CapturingBoundNetLog()
159 CapturingBoundNetLog::~CapturingBoundNetLog() {}
161 void CapturingBoundNetLog::GetEntries(
166 void CapturingBoundNetLog::GetEntriesForSource(
172 size_t CapturingBoundNetLog::GetSize() const {
176 void CapturingBoundNetLog::Clear() {
180 void CapturingBoundNetLog::SetLogLevel(NetLog::LogLevel log_level) {
capturing_net_log.h 124 // CapturingBoundNetLog can easily be converted to a BoundNetLog using the
126 class CapturingBoundNetLog {
128 CapturingBoundNetLog();
129 ~CapturingBoundNetLog();
154 DISALLOW_COPY_AND_ASSIGN(CapturingBoundNetLog);
  /external/chromium_org/net/proxy/
proxy_resolver_v8_tracing_unittest.cc 101 CapturingBoundNetLog request_log;
132 CapturingBoundNetLog request_log;
178 CapturingBoundNetLog request_log;
229 CapturingBoundNetLog request_log;
278 CapturingBoundNetLog request_log;
355 CapturingBoundNetLog request_log;
412 CapturingBoundNetLog request_log;
464 CapturingBoundNetLog request_log;
504 CapturingBoundNetLog request_log;
547 CapturingBoundNetLog request_log
    [all...]
multi_threaded_proxy_resolver_unittest.cc 267 CapturingBoundNetLog log0;
361 CapturingBoundNetLog log0;
370 CapturingBoundNetLog log1;
378 CapturingBoundNetLog log2;
proxy_resolver_v8_unittest.cc 147 CapturingBoundNetLog log;
proxy_service_unittest.cc 165 CapturingBoundNetLog log;
202 CapturingBoundNetLog log;
    [all...]
  /external/chromium/net/proxy/
multi_threaded_proxy_resolver_unittest.cc 258 CapturingBoundNetLog log0(CapturingNetLog::kUnbounded);
352 CapturingBoundNetLog log0(CapturingNetLog::kUnbounded);
361 CapturingBoundNetLog log1(CapturingNetLog::kUnbounded);
369 CapturingBoundNetLog log2(CapturingNetLog::kUnbounded);
proxy_resolver_v8_unittest.cc 131 CapturingBoundNetLog log(CapturingNetLog::kUnbounded);
476 CapturingBoundNetLog log(CapturingNetLog::kUnbounded);
496 CapturingBoundNetLog log(CapturingNetLog::kUnbounded);
proxy_service_unittest.cc 127 CapturingBoundNetLog log(CapturingNetLog::kUnbounded);
161 CapturingBoundNetLog log(CapturingNetLog::kUnbounded);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_unittest.cc     [all...]
  /external/chromium_org/net/http/
http_cache_unittest.cc 605 net::CapturingBoundNetLog log;
623 net::CapturingBoundNetLog log;
793 net::CapturingBoundNetLog log;
    [all...]
http_network_transaction_unittest.cc 282 CapturingBoundNetLog log;
    [all...]
http_pipelined_connection_impl_unittest.cc 182 CapturingBoundNetLog net_log_;
    [all...]
  /external/chromium_org/net/socket/
client_socket_pool_base_unittest.cc 809 CapturingBoundNetLog log;
846 CapturingBoundNetLog log;
    [all...]
  /external/chromium_org/net/spdy/
spdy_stream_unittest.cc 253 CapturingBoundNetLog log;
742 CapturingBoundNetLog log;
spdy_proxy_client_socket_unittest.cc 120 CapturingBoundNetLog net_log_;
    [all...]
spdy_session_unittest.cc     [all...]
  /external/chromium/net/socket/
client_socket_pool_base_unittest.cc 672 CapturingBoundNetLog log(CapturingNetLog::kUnbounded);
705 CapturingBoundNetLog log(CapturingNetLog::kUnbounded);
    [all...]
  /external/chromium/net/http/
http_network_transaction_unittest.cc 163 CapturingBoundNetLog log(CapturingNetLog::kUnbounded);
    [all...]
http_cache_unittest.cc     [all...]
  /external/chromium_org/net/quic/
quic_network_transaction_unittest.cc 327 CapturingBoundNetLog net_log_;
  /external/chromium/net/spdy/
spdy_network_transaction_unittest.cc     [all...]

Completed in 386 milliseconds

1 2