HomeSort by relevance Sort by last modified time
    Searched refs:net_log (Results 226 - 250 of 499) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/net/cert/
mock_cert_verifier.cc 46 const BoundNetLog& net_log) {
  /external/chromium_org/net/disk_cache/
mem_backend_impl.cc 31 MemBackendImpl::MemBackendImpl(net::NetLog* net_log)
32 : max_size_(0), current_size_(0), net_log_(net_log) {}
45 net::NetLog* net_log) {
46 scoped_ptr<MemBackendImpl> cache(new MemBackendImpl(net_log));
  /external/chromium_org/net/disk_cache/v3/
sparse_control_v3.cc 163 void LogChildOperationEnd(const net::BoundNetLog& net_log,
166 if (net_log.IsLoggingAllEvents()) {
181 net_log.EndEventWithNetErrorCode(event_type, result);
257 if (entry_->net_log().IsLoggingAllEvents()) {
258 entry_->net_log().BeginEvent(
332 entry->net_log().AddEvent(net::NetLog::TYPE_SPARSE_DELETE_CHILDREN);
566 if (entry_->net_log().IsLoggingAllEvents()) {
567 entry_->net_log().BeginEvent(
569 CreateNetLogSparseReadWriteCallback(child_->net_log().source(),
576 if (entry_->net_log().IsLoggingAllEvents())
    [all...]
  /external/chromium_org/net/http/
http_auth_handler.h 12 #include "net/base/net_log.h"
35 const BoundNetLog& net_log);
http_basic_stream.h 38 const BoundNetLog& net_log,
http_pipelined_host_impl.h 49 const BoundNetLog& net_log,
http_pipelined_host_pool.h 59 const BoundNetLog& net_log,
mock_http_cache.h 160 virtual int CreateBackend(net::NetLog* net_log,
193 net::NetLog* net_log);
214 virtual int CreateBackend(net::NetLog* net_log,
225 virtual int CreateBackend(net::NetLog* net_log,
proxy_connect_redirect_http_stream.cc 26 const BoundNetLog& net_log,
proxy_connect_redirect_http_stream.h 30 const BoundNetLog& net_log,
http_transaction_unittest.cc 168 const net::BoundNetLog& net_log) {
172 base::Unretained(this)), net_log);
240 const net::BoundNetLog& net_log) {
281 if (net_log.net_log())
282 socket_log_id_ = net_log.net_log()->NextID();
http_auth_controller.cc 175 const BoundNetLog& net_log) {
177 bool needs_auth = HaveAuth() || SelectPreemptiveAuth(net_log);
198 bool HttpAuthController::SelectPreemptiveAuth(const BoundNetLog& net_log) {
223 net_log, &handler_preemptive);
252 const BoundNetLog& net_log) {
325 net_log,
  /external/chromium_org/net/proxy/
multi_threaded_proxy_resolver.h 98 const BoundNetLog& net_log) OVERRIDE;
proxy_info.h 12 #include "net/base/net_log.h"
113 bool Fallback(const BoundNetLog& net_log);
proxy_resolver_v8.h 85 const BoundNetLog& net_log) OVERRIDE;
  /external/chromium_org/net/quic/crypto/
proof_verifier_chromium.h 16 #include "net/base/net_log.h"
38 const BoundNetLog& net_log);
  /external/chromium_org/net/quic/
quic_connection_logger.h 17 // events to |net_log|.
21 explicit QuicConnectionLogger(const BoundNetLog& net_log);
  /external/chromium_org/net/socket/
tcp_client_socket.h 14 #include "net/base/net_log.h"
27 net::NetLog* net_log,
socket_test_util.cc 664 net::NetLog* net_log,
668 new MockUDPClientSocket(data_provider, net_log));
675 net::NetLog* net_log,
679 new MockTCPClientSocket(addresses, net_log, data_provider));
700 MockClientSocket::MockClientSocket(const BoundNetLog& net_log)
702 net_log_(net_log),
797 net::NetLog* net_log,
799 : MockClientSocket(BoundNetLog::Make(net_log, net::NetLog::SOURCE_NONE)),
993 net::NetLog* net_log,
1004 net_log_(BoundNetLog::Make(net_log, net::NetLog::SOURCE_NONE))
    [all...]
  /external/chromium_org/net/udp/
udp_server_socket.h 21 UDPServerSocket(net::NetLog* net_log, const net::NetLog::Source& source);
  /external/chromium_org/net/websockets/
websocket_test_util.h 43 const BoundNetLog& net_log,
  /external/chromium_org/chrome/browser/net/
connection_tester.cc 91 net::NetLog* net_log) {
129 session_params.net_log = net_log;
301 TestRunner(ConnectionTester* tester, net::NetLog* net_log)
303 net_log_(net_log),
440 net::NetLog* net_log)
443 net_log_(net_log) {
  /external/chromium_org/net/spdy/
spdy_test_util_common.h 120 const BoundNetLog& net_log);
222 NetLog* net_log; member in struct:net::SpdySessionDependencies
246 const BoundNetLog& net_log);
255 const BoundNetLog& net_log);
261 const BoundNetLog& net_log);
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_unittest.cc 1316 net::BoundNetLog net_log = capturing_net_log.bound(); local
1342 net::BoundNetLog net_log = capturing_net_log.bound(); local
1423 net::BoundNetLog net_log = capturing_net_log.bound(); local
1492 net::BoundNetLog net_log = capturing_net_log.bound(); local
1528 net::BoundNetLog net_log = capturing_net_log.bound(); local
1624 net::BoundNetLog net_log = capturing_net_log.bound(); local
1708 net::BoundNetLog net_log = capturing_net_log.bound(); local
1943 net::BoundNetLog net_log = capturing_net_log.bound(); local
2025 net::BoundNetLog net_log = capturing_net_log.bound(); local
2068 net::BoundNetLog net_log = capturing_net_log.bound(); local
    [all...]
  /external/chromium/net/http/
http_auth_controller.cc 177 const BoundNetLog& net_log) {
179 bool needs_auth = HaveAuth() || SelectPreemptiveAuth(net_log);
204 bool HttpAuthController::SelectPreemptiveAuth(const BoundNetLog& net_log) {
229 net_log, &handler_preemptive);
259 const BoundNetLog& net_log) {
323 disabled_schemes_, net_log,

Completed in 1050 milliseconds

1 2 3 4 5 6 7 8 91011>>