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

  /external/chromium_org/net/tools/quic/test_tools/
simple_client.h 127 // if buffer_body() is false, returns an empty string.
151 virtual bool buffer_body() const = 0;
152 virtual void set_buffer_body(bool buffer_body) = 0;
quic_test_client.h 115 virtual bool buffer_body() const OVERRIDE;
116 virtual void set_buffer_body(bool buffer_body) OVERRIDE;
quic_test_client.cc 296 bool QuicTestClient::buffer_body() const { function in class:net::tools::test::QuicTestClient
300 void QuicTestClient::set_buffer_body(bool buffer_body) {
301 buffer_body_ = buffer_body;
494 if (buffer_body()) {

Completed in 168 milliseconds