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

/external/chromium_org/net/spdy/
H A Dspdy_framer.cc2716 const SpdyPushPromiseIR& push_promise) {
2727 push_promise.name_value_block(), &hpack_encoding);
2730 push_promise.name_value_block(), &hpack_encoding);
2743 push_promise.stream_id());
2744 builder.WriteUInt32(push_promise.promised_stream_id());
2749 push_promise.stream_id(),
2758 &(push_promise.name_value_block()));
2759 debug_visitor_->OnSendCompressedFrame(push_promise.stream_id(),
2882 const SpdyPushPromiseIR& push_promise) OVERRIDE {
2883 frame_.reset(framer_->SerializePushPromise(push_promise));
2715 SerializePushPromise( const SpdyPushPromiseIR& push_promise) argument
[all...]

Completed in 66 milliseconds