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

  /external/libbrillo/brillo/http/
http_connection.h 86 virtual std::string GetResponseHeader(
http_connection_fake.h 40 std::string GetResponseHeader(const std::string& header_name) const override;
mock_connection.h 31 MOCK_CONST_METHOD1(GetResponseHeader, std::string(const std::string&));
http_connection_curl.h 44 std::string GetResponseHeader(const std::string& header_name) const override;
http_connection_curl_unittest.cc 314 connection_->GetResponseHeader(response_header::kContentLength));
316 connection_->GetResponseHeader(response_header::kContentType));
317 EXPECT_EQ("baz", connection_->GetResponseHeader("X-Foo"));
http_connection_fake.cc 103 std::string Connection::GetResponseHeader(
http_connection_curl.cc 191 std::string Connection::GetResponseHeader(
http_request_unittest.cc 173 GetResponseHeader(response_header::kContentType))
http_request.cc 351 return connection_->GetResponseHeader(header_name);

Completed in 92 milliseconds