Searched refs:GetResponseContent (Results 1 – 11 of 11) sorted by relevance
47 virtual const char* GetResponseContent() const = 0;
126 virtual const char* GetResponseContent() const OVERRIDE;
18 const char* TestHttpBridge::GetResponseContent() const { in GetResponseContent() function in browser_sync::TestHttpBridge
30 virtual const char* GetResponseContent() const OVERRIDE;
208 std::string(http_bridge->GetResponseContent())); in TEST_F()232 EXPECT_EQ(payload, std::string(http_bridge->GetResponseContent())); in TEST_F()255 std::string response(http_bridge->GetResponseContent(), in TEST_F()283 std::string response(http_bridge->GetResponseContent(), in TEST_F()
74 buffer_.assign(http->GetResponseContent(), http->GetResponseContentLength()); in Init()
44 virtual const char* GetResponseContent() const OVERRIDE { in GetResponseContent() function in syncer::__anond3ca18490111::BlockingHttpPost
298 const char* HttpBridge::GetResponseContent() const { in GetResponseContent() function in syncer::HttpBridge
708 virtual const char* GetResponseContent() const OVERRIDE { in GetResponseContent() function in syncer::__anon4d9cb25b0211::TestHttpPostProviderInterface
37 virtual const char* GetResponseContent() const OVERRIDE;
97 const char* FakeServerHttpPostProvider::GetResponseContent() const { in GetResponseContent() function in fake_server::FakeServerHttpPostProvider