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

  /external/chromium_org/net/base/
capturing_net_log.h 126 // CapturingBoundNetLog can easily be converted to a BoundNetLog using the
128 class CapturingBoundNetLog {
130 CapturingBoundNetLog();
131 ~CapturingBoundNetLog();
156 DISALLOW_COPY_AND_ASSIGN(CapturingBoundNetLog);
capturing_net_log.cc 162 CapturingBoundNetLog::CapturingBoundNetLog()
167 CapturingBoundNetLog::~CapturingBoundNetLog() {}
169 void CapturingBoundNetLog::GetEntries(
174 void CapturingBoundNetLog::GetEntriesForSource(
180 size_t CapturingBoundNetLog::GetSize() const {
184 void CapturingBoundNetLog::Clear() {
188 void CapturingBoundNetLog::SetLogLevel(NetLog::LogLevel log_level) {
  /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 257 CapturingBoundNetLog log0;
338 CapturingBoundNetLog log0;
347 CapturingBoundNetLog log1;
355 CapturingBoundNetLog log2;
proxy_resolver_v8_unittest.cc 150 CapturingBoundNetLog log;
proxy_service_unittest.cc 167 CapturingBoundNetLog log;
204 CapturingBoundNetLog log;
    [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 561 net::CapturingBoundNetLog log;
579 net::CapturingBoundNetLog log;
745 net::CapturingBoundNetLog log;
908 net::CapturingBoundNetLog log;
    [all...]
http_network_transaction_unittest.cc 302 CapturingBoundNetLog log;
    [all...]
  /external/chromium_org/net/socket/
client_socket_pool_base_unittest.cc 833 CapturingBoundNetLog log;
870 CapturingBoundNetLog log;
    [all...]
  /external/chromium_org/net/spdy/
spdy_stream_unittest.cc 258 CapturingBoundNetLog log;
741 CapturingBoundNetLog log;
    [all...]
spdy_session_unittest.cc     [all...]
spdy_proxy_client_socket_unittest.cc 122 CapturingBoundNetLog net_log_;
    [all...]
spdy_network_transaction_unittest.cc     [all...]
  /external/chromium_org/net/quic/
quic_network_transaction_unittest.cc 320 CapturingBoundNetLog net_log_;
    [all...]
  /external/chromium_org/net/websockets/
websocket_basic_stream_test.cc 169 CapturingBoundNetLog(bound_net_log_);
    [all...]

Completed in 2326 milliseconds