GetResponse       270 chrome/browser/extensions/extension_function_test_utils.cc   return response_delegate.GetResponse();
GetResponse       232 chrome/test/chromedriver/chrome/adb_impl.cc   Status status = response_buffer->GetResponse(
GetResponse        89 net/dns/dns_transaction.cc   virtual const DnsResponse* GetResponse() const = 0;
GetResponse       101 net/dns/dns_transaction.cc     DCHECK(GetResponse()->IsValid());
GetResponse       104 net/dns/dns_transaction.cc     dict->SetInteger("rcode", GetResponse()->rcode());
GetResponse       105 net/dns/dns_transaction.cc     dict->SetInteger("answer_count", GetResponse()->answer_count());
GetResponse       641 net/dns/dns_transaction.cc         result.attempt->GetResponse() : NULL;
GetResponse       774 net/dns/dns_transaction.cc     if (attempt->GetResponse()) {
GetResponse       818 net/dns/dns_transaction.cc     if (attempt && attempt->GetResponse()) {
GetResponse       845 net/dns/dns_transaction.cc           DCHECK(result.attempt->GetResponse());
GetResponse       209 net/tools/balsa/balsa_frame_test.cc TEST_F(BalsaFrameTest, GetResponse) {
GetResponse        74 net/tools/quic/quic_in_memory_cache.h   const Response* GetResponse(const BalsaHeaders& request_headers) const;
GetResponse        66 net/tools/quic/quic_in_memory_cache_test.cc         cache->GetResponse(request_headers);
GetResponse        87 net/tools/quic/quic_in_memory_cache_test.cc       cache->GetResponse(request_headers);
GetResponse        93 net/tools/quic/quic_in_memory_cache_test.cc   response = cache->GetResponse(request_headers);
GetResponse       104 net/tools/quic/quic_in_memory_cache_test.cc       QuicInMemoryCache::GetInstance()->GetResponse(request_headers);
GetResponse       118 net/tools/quic/quic_in_memory_cache_test.cc       QuicInMemoryCache::GetInstance()->GetResponse(request_headers);
GetResponse       132 net/tools/quic/quic_in_memory_cache_test.cc       QuicInMemoryCache::GetInstance()->GetResponse(request_headers);
GetResponse        95 net/tools/quic/quic_spdy_server_stream.cc       QuicInMemoryCache::GetInstance()->GetResponse(headers_);
GetResponse       114 net/tools/quic/quic_spdy_server_stream_test.cc         cache->GetResponse(request_headers);
GetResponse       107 net/websockets/websocket_handshake_handler.h   std::string GetResponse();
GetResponse       102 net/websockets/websocket_handshake_handler_spdy_test.cc   EXPECT_EQ(kHandshakeResponseExpectedMessage, response_handler.GetResponse());
GetResponse       183 net/websockets/websocket_handshake_handler_spdy_test.cc   EXPECT_EQ(kHandshakeResponseExpectedMessage, response_handler.GetResponse());
GetResponse       112 net/websockets/websocket_handshake_handler_test.cc   EXPECT_EQ(kHandshakeResponseMessage, handler.GetResponse());
GetResponse       147 net/websockets/websocket_handshake_handler_test.cc   EXPECT_EQ(kHandshakeResponseExpectedMessage, handler.GetResponse());
GetResponse       156 net/websockets/websocket_handshake_handler_test.cc   EXPECT_EQ("\n\n", handler.GetResponse());
GetResponse       165 net/websockets/websocket_handshake_handler_test.cc   EXPECT_EQ("\n\r\n", handler.GetResponse());
GetResponse       238 net/websockets/websocket_handshake_handler_test.cc   EXPECT_EQ(kHandshakeResponseExpectedMessage, response_handler.GetResponse());
GetResponse       485 net/websockets/websocket_job.cc   std::string handshake_response = handshake_response_->GetResponse();