Searched defs:NetLogSpdyPingParameter (Results 1 - 1 of 1) sorted by relevance

/external/chromium/net/spdy/
H A Dspdy_session.cc175 class NetLogSpdyPingParameter : public NetLog::EventParameters { class in namespace:net::__anon3230
177 explicit NetLogSpdyPingParameter(uint32 unique_id) : unique_id_(unique_id) {} function in class:net::__anon3230::NetLogSpdyPingParameter
186 ~NetLogSpdyPingParameter() {}
189 DISALLOW_COPY_AND_ASSIGN(NetLogSpdyPingParameter);
1362 make_scoped_refptr(new NetLogSpdyPingParameter(frame.unique_id())));
1570 make_scoped_refptr(new NetLogSpdyPingParameter(next_ping_id_)));

Completed in 81 milliseconds