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

  /external/chromium_org/net/tools/quic/
quic_in_memory_cache_test.cc 66 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);
quic_in_memory_cache.h 74 const Response* GetResponse(const BalsaHeaders& request_headers) const;
quic_spdy_server_stream.cc 94 QuicInMemoryCache::GetInstance()->GetResponse(headers_);
quic_in_memory_cache.cc 71 const QuicInMemoryCache::Response* QuicInMemoryCache::GetResponse(
quic_spdy_server_stream_test.cc 117 cache->GetResponse(request_headers);
  /external/chromium_org/net/websockets/
websocket_handshake_handler_test.cc 112 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());
websocket_handshake_handler.h 107 std::string GetResponse();
websocket_handshake_handler_spdy_test.cc 101 EXPECT_EQ(kHandshakeResponseExpectedMessage, response_handler.GetResponse());
182 EXPECT_EQ(kHandshakeResponseExpectedMessage, response_handler.GetResponse());
websocket_handshake_handler.cc 490 std::string WebSocketHandshakeResponseHandler::GetResponse() {
websocket_job.cc 478 std::string handshake_response = handshake_response_->GetResponse();
  /external/chromium_org/net/quic/
quic_in_memory_cache.h 73 const Response* GetResponse(const GURL& url) const;
quic_spdy_server_stream.cc 114 QuicInMemoryCache::GetInstance()->GetResponse(request_url_);
quic_in_memory_cache.cc 37 const QuicInMemoryCache::Response* QuicInMemoryCache::GetResponse(
  /external/chromium_org/net/dns/
dns_transaction.cc 89 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/
adb_impl.cc 37 Status GetResponse(
232 Status status = response_buffer->GetResponse(
  /external/chromium_org/extensions/browser/
api_test_utils.cc 58 bool GetResponse() {
201 return response_delegate.GetResponse();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
authif.h 104 PRADIUS_ATTRIBUTE_ARRAY (WINAPI *GetResponse)(struct _RADIUS_EXTENSION_CONTROL_BLOCK *This,RADIUS_CODE rcResponseType);
scardssp.h     [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_function_test_utils.cc 207 bool GetResponse() {
  /external/chromium_org/net/tools/balsa/
balsa_frame_test.cc 209 TEST_F(BalsaFrameTest, GetResponse) {
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_apitest.cc 83 bool GetResponse() {
    [all...]

Completed in 390 milliseconds