Searched refs:GetResponseContent (Results 1 – 5 of 5) sorted by relevance
169 std::string(http_bridge->GetResponseContent())); in TEST_F()193 EXPECT_EQ(payload, std::string(http_bridge->GetResponseContent())); in TEST_F()217 std::string response(http_bridge->GetResponseContent(), in TEST_F()245 std::string response(http_bridge->GetResponseContent(), in TEST_F()
115 virtual const char* GetResponseContent() const;
235 const char* HttpBridge::GetResponseContent() const { in GetResponseContent() function in browser_sync::HttpBridge
52 virtual const char* GetResponseContent() const = 0;
74 buffer_.assign(http->GetResponseContent(), http->GetResponseContentLength()); in Init()