Home | History | Annotate | Download | only in spdy

Lines Matching full:async

853 MockWrite CreateMockWrite(const spdy::SpdyFrame& req, int seq, bool async) {
855 async, req.data(), req.length() + spdy::SpdyFrame::size(), seq);
870 MockRead CreateMockRead(const spdy::SpdyFrame& resp, int seq, bool async) {
872 async, resp.data(), resp.length() + spdy::SpdyFrame::size(), seq);