Searched refs:GetResponseContent (Results 1 - 14 of 14) 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.h122 // GetResponseContentLength() characters when using GetResponseContent. e.g
123 // string r(b->GetResponseContent(), b->GetResponseContentLength()).
125 virtual const char* GetResponseContent() const OVERRIDE;
/external/chromium/chrome/browser/sync/engine/
H A Dhttp_post_provider_interface.h46 // by GetResponseContent, so it is analogous to calling string.length.
52 virtual const char* GetResponseContent() const = 0;
/external/chromium/chrome/browser/sync/engine/net/
H A Dsyncapi_server_connection_manager.cc74 buffer_.assign(http->GetResponseContent(), http->GetResponseContentLength());
/external/chromium/chrome/browser/sync/glue/
H A Dhttp_bridge_unittest.cc169 std::string(http_bridge->GetResponseContent()));
193 EXPECT_EQ(payload, std::string(http_bridge->GetResponseContent()));
217 std::string response(http_bridge->GetResponseContent(),
245 std::string response(http_bridge->GetResponseContent(),
H A Dhttp_bridge.h112 // GetResponseContentLength() characters when using GetResponseContent. e.g
113 // string r(b->GetResponseContent(), b->GetResponseContentLength()).
115 virtual const char* GetResponseContent() const;
H A Dhttp_bridge.cc235 const char* HttpBridge::GetResponseContent() const { function in class:browser_sync::HttpBridge
/external/chromium_org/sync/internal_api/
H A Dsyncapi_server_connection_manager.cc74 buffer_.assign(http->GetResponseContent(), http->GetResponseContentLength());
H A Dhttp_bridge_unittest.cc208 std::string(http_bridge->GetResponseContent()));
232 EXPECT_EQ(payload, std::string(http_bridge->GetResponseContent()));
255 std::string response(http_bridge->GetResponseContent(),
283 std::string response(http_bridge->GetResponseContent(),
H A Dsyncapi_server_connection_manager_unittest.cc44 virtual const char* GetResponseContent() const OVERRIDE {
H A Dhttp_bridge.cc285 const char* HttpBridge::GetResponseContent() const { function in class:syncer::HttpBridge
H A Dsync_manager_impl_unittest.cc719 virtual const char* GetResponseContent() const OVERRIDE {

Completed in 325 milliseconds