HomeSort by relevance Sort by last modified time
    Searched refs:GetResponseContent (Results 1 - 14 of 14) sorted by null

  /external/chromium/chrome/browser/sync/engine/
http_post_provider_interface.h 46 // by GetResponseContent, so it is analogous to calling string.length.
52 virtual const char* GetResponseContent() const = 0;
  /external/chromium_org/sync/internal_api/public/
http_post_provider_interface.h 41 // by GetResponseContent, so it is analogous to calling string.length.
47 virtual const char* GetResponseContent() const = 0;
http_bridge.h 128 // GetResponseContentLength() characters when using GetResponseContent. e.g
129 // string r(b->GetResponseContent(), b->GetResponseContentLength()).
131 virtual const char* GetResponseContent() const OVERRIDE;
  /external/chromium_org/chrome/browser/sync/test/
test_http_bridge_factory.cc 18 const char* TestHttpBridge::GetResponseContent() const {
test_http_bridge_factory.h 30 virtual const char* GetResponseContent() const OVERRIDE;
  /external/chromium/chrome/browser/sync/engine/net/
syncapi_server_connection_manager.cc 74 buffer_.assign(http->GetResponseContent(), http->GetResponseContentLength());
  /external/chromium/chrome/browser/sync/glue/
http_bridge_unittest.cc 169 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(),
http_bridge.h 112 // GetResponseContentLength() characters when using GetResponseContent. e.g
113 // string r(b->GetResponseContent(), b->GetResponseContentLength()).
115 virtual const char* GetResponseContent() const;
http_bridge.cc 235 const char* HttpBridge::GetResponseContent() const {
  /external/chromium_org/sync/internal_api/
syncapi_server_connection_manager_unittest.cc 43 virtual const char* GetResponseContent() const OVERRIDE {
http_bridge_unittest.cc 207 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(),
syncapi_server_connection_manager.cc 81 buffer_.assign(http->GetResponseContent(), http->GetResponseContentLength());
http_bridge.cc 246 const char* HttpBridge::GetResponseContent() const {
sync_manager_impl_unittest.cc 719 virtual const char* GetResponseContent() const OVERRIDE {
    [all...]

Completed in 1006 milliseconds