Home
last modified time | relevance | path

Searched refs:GetResponseContent (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/sync/internal_api/public/
Dhttp_post_provider_interface.h47 virtual const char* GetResponseContent() const = 0;
Dhttp_bridge.h126 virtual const char* GetResponseContent() const OVERRIDE;
/external/chromium_org/chrome/browser/sync/test/
Dtest_http_bridge_factory.cc18 const char* TestHttpBridge::GetResponseContent() const { in GetResponseContent() function in browser_sync::TestHttpBridge
Dtest_http_bridge_factory.h30 virtual const char* GetResponseContent() const OVERRIDE;
/external/chromium_org/sync/internal_api/
Dhttp_bridge_unittest.cc208 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()
Dsyncapi_server_connection_manager.cc74 buffer_.assign(http->GetResponseContent(), http->GetResponseContentLength()); in Init()
Dsyncapi_server_connection_manager_unittest.cc44 virtual const char* GetResponseContent() const OVERRIDE { in GetResponseContent() function in syncer::__anond3ca18490111::BlockingHttpPost
Dhttp_bridge.cc298 const char* HttpBridge::GetResponseContent() const { in GetResponseContent() function in syncer::HttpBridge
Dsync_manager_impl_unittest.cc708 virtual const char* GetResponseContent() const OVERRIDE { in GetResponseContent() function in syncer::__anon4d9cb25b0211::TestHttpPostProviderInterface
/external/chromium_org/sync/test/fake_server/
Dfake_server_http_post_provider.h37 virtual const char* GetResponseContent() const OVERRIDE;
Dfake_server_http_post_provider.cc97 const char* FakeServerHttpPostProvider::GetResponseContent() const { in GetResponseContent() function in fake_server::FakeServerHttpPostProvider