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

  /external/chromium/net/spdy/
spdy_session.h 77 const BoundNetLog& stream_net_log);
85 const BoundNetLog& stream_net_log,
227 const BoundNetLog& stream_net_log,
230 stream_net_log(&stream_net_log), callback(callback) { }
235 const BoundNetLog* stream_net_log; member in struct:net::SpdySession::PendingCreateStream
273 const BoundNetLog& stream_net_log);
spdy_http_stream.cc 52 const BoundNetLog& stream_net_log,
61 stream_net_log);
71 stream_net_log, callback);
spdy_session.cc 355 const BoundNetLog& stream_net_log) {
383 const BoundNetLog& stream_net_log,
387 return CreateStreamImpl(url, priority, spdy_stream, stream_net_log);
394 stream_net_log, callback));
410 *pending_create.stream_net_log);
456 const BoundNetLog& stream_net_log) {
474 stream_net_log);
    [all...]

Completed in 51 milliseconds