HomeSort by relevance Sort by last modified time
    Searched defs:frame_producer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/spdy/
spdy_write_queue.h 41 scoped_ptr<SpdyBufferProducer> frame_producer,
46 // fills in |frame_type|, |frame_producer|, and |stream| if
49 scoped_ptr<SpdyBufferProducer>* frame_producer,
69 SpdyBufferProducer* frame_producer; member in struct:net::SpdyWriteQueue::PendingWrite
76 SpdyBufferProducer* frame_producer,
spdy_write_queue_unittest.cc 93 scoped_ptr<SpdyBufferProducer> frame_producer; local
95 ASSERT_TRUE(write_queue.Dequeue(&frame_type, &frame_producer, &stream));
97 EXPECT_EQ("HIGHEST", ProducerToString(frame_producer.Pass()));
100 ASSERT_TRUE(write_queue.Dequeue(&frame_type, &frame_producer, &stream));
102 EXPECT_EQ("MEDIUM", ProducerToString(frame_producer.Pass()));
105 ASSERT_TRUE(write_queue.Dequeue(&frame_type, &frame_producer, &stream));
107 EXPECT_EQ("LOW", ProducerToString(frame_producer.Pass()));
110 EXPECT_FALSE(write_queue.Dequeue(&frame_type, &frame_producer, &stream));
134 scoped_ptr<SpdyBufferProducer> frame_producer; local
136 ASSERT_TRUE(write_queue.Dequeue(&frame_type, &frame_producer, &stream))
173 scoped_ptr<SpdyBufferProducer> frame_producer; local
182 scoped_ptr<SpdyBufferProducer> frame_producer; local
216 scoped_ptr<SpdyBufferProducer> frame_producer; local
226 scoped_ptr<SpdyBufferProducer> frame_producer; local
245 scoped_ptr<SpdyBufferProducer> frame_producer; local
    [all...]

Completed in 368 milliseconds