Searched refs:GetResponse (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/net/tools/quic/
H A Dquic_in_memory_cache_test.cc66 cache->GetResponse(request_headers);
87 cache->GetResponse(request_headers);
93 response = cache->GetResponse(request_headers);
104 QuicInMemoryCache::GetInstance()->GetResponse(request_headers);
118 QuicInMemoryCache::GetInstance()->GetResponse(request_headers);
132 QuicInMemoryCache::GetInstance()->GetResponse(request_headers);
H A Dquic_in_memory_cache.h74 const Response* GetResponse(const BalsaHeaders& request_headers) const;
H A Dquic_spdy_server_stream.cc94 QuicInMemoryCache::GetInstance()->GetResponse(headers_);
H A Dquic_in_memory_cache.cc71 const QuicInMemoryCache::Response* QuicInMemoryCache::GetResponse( function in class:net::tools::QuicInMemoryCache
H A Dquic_spdy_server_stream_test.cc117 cache->GetResponse(request_headers);
/external/chromium_org/net/websockets/
H A Dwebsocket_handshake_handler_test.cc112 EXPECT_EQ(kHandshakeResponseMessage, handler.GetResponse());
147 EXPECT_EQ(kHandshakeResponseExpectedMessage, handler.GetResponse());
156 EXPECT_EQ("\n\n", handler.GetResponse());
165 EXPECT_EQ("\n\r\n", handler.GetResponse());
238 EXPECT_EQ(kHandshakeResponseExpectedMessage, response_handler.GetResponse());
H A Dwebsocket_handshake_handler.h107 std::string GetResponse();
H A Dwebsocket_handshake_handler_spdy_test.cc101 EXPECT_EQ(kHandshakeResponseExpectedMessage, response_handler.GetResponse());
182 EXPECT_EQ(kHandshakeResponseExpectedMessage, response_handler.GetResponse());
H A Dwebsocket_handshake_handler.cc490 std::string WebSocketHandshakeResponseHandler::GetResponse() { function in class:net::WebSocketHandshakeResponseHandler
H A Dwebsocket_job.cc478 std::string handshake_response = handshake_response_->GetResponse();
/external/chromium_org/net/quic/
H A Dquic_in_memory_cache.h73 const Response* GetResponse(const GURL& url) const;
H A Dquic_spdy_server_stream.cc114 QuicInMemoryCache::GetInstance()->GetResponse(request_url_);
H A Dquic_in_memory_cache.cc37 const QuicInMemoryCache::Response* QuicInMemoryCache::GetResponse( function in class:net::QuicInMemoryCache
/external/chromium_org/net/dns/
H A Ddns_transaction.cc89 virtual const DnsResponse* GetResponse() const = 0;
101 DCHECK(GetResponse()->IsValid());
104 dict->SetInteger("rcode", GetResponse()->rcode());
105 dict->SetInteger("answer_count", GetResponse()->answer_count());
156 virtual const DnsResponse* GetResponse() const OVERRIDE {
327 virtual const DnsResponse* GetResponse() const OVERRIDE {
670 result.attempt->GetResponse() : NULL;
803 if (attempt->GetResponse()) {
847 if (attempt && attempt->GetResponse()) {
874 DCHECK(result.attempt->GetResponse());
[all...]
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dadb_impl.cc37 Status GetResponse( function in class:__anon5900::ResponseBuffer
232 Status status = response_buffer->GetResponse(
/external/chromium_org/extensions/browser/
H A Dapi_test_utils.cc58 bool GetResponse() { function in class:__anon8137::SendResponseDelegate
201 return response_delegate.GetResponse();
/external/chromium_org/chrome/browser/extensions/
H A Dextension_function_test_utils.cc207 bool GetResponse() { function in class:extension_function_test_utils::SendResponseDelegate
/external/chromium_org/net/tools/balsa/
H A Dbalsa_frame_test.cc209 TEST_F(BalsaFrameTest, GetResponse) {
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_apitest.cc83 bool GetResponse() { function in class:extensions::__anon3726::SendResponseDelegate

Completed in 277 milliseconds