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

/external/chromium_org/chrome/browser/sync/test/
H A Dtest_http_bridge_factory.cc18 const char* TestHttpBridge::GetResponseContent() const { function in class:browser_sync::TestHttpBridge
H A Dtest_http_bridge_factory.h30 virtual const char* GetResponseContent() const OVERRIDE;
/external/chromium_org/sync/internal_api/public/
H A Dhttp_post_provider_interface.h41 // by GetResponseContent, so it is analogous to calling string.length.
47 virtual const char* GetResponseContent() const = 0;
H A Dhttp_bridge.h123 // GetResponseContentLength() characters when using GetResponseContent. e.g
124 // string r(b->GetResponseContent(), b->GetResponseContentLength()).
126 virtual const char* GetResponseContent() const OVERRIDE;
/external/chromium_org/sync/internal_api/
H A Dsyncapi_server_connection_manager.cc74 buffer_.assign(http->GetResponseContent(), http->GetResponseContentLength());
H A Dhttp_bridge_unittest.cc207 std::string(http_bridge->GetResponseContent()));
231 EXPECT_EQ(payload, std::string(http_bridge->GetResponseContent()));
254 std::string response(http_bridge->GetResponseContent(),
282 std::string response(http_bridge->GetResponseContent(),
H A Dsyncapi_server_connection_manager_unittest.cc44 virtual const char* GetResponseContent() const OVERRIDE {
H A Dhttp_bridge.cc297 const char* HttpBridge::GetResponseContent() const { function in class:syncer::HttpBridge
H A Dsync_manager_impl_unittest.cc708 virtual const char* GetResponseContent() const OVERRIDE {
/external/chromium_org/sync/test/fake_server/
H A Dfake_server_http_post_provider.cc97 const char* FakeServerHttpPostProvider::GetResponseContent() const { function in class:fake_server::FakeServerHttpPostProvider
H A Dfake_server_http_post_provider.h37 virtual const char* GetResponseContent() const OVERRIDE;

Completed in 2194 milliseconds