Home
last modified time | relevance | path

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

/external/chromium_org/sync/internal_api/
Dsyncapi_server_connection_manager.cc63 static_cast<int64>(http->GetResponseContentLength()); in Init()
65 static_cast<int64>(http->GetResponseContentLength()); in Init()
74 buffer_.assign(http->GetResponseContent(), http->GetResponseContentLength()); in Init()
Dhttp_bridge_unittest.cc205 EXPECT_EQ(8, http_bridge->GetResponseContentLength()); in TEST_F()
230 static_cast<size_t>(http_bridge->GetResponseContentLength())); in TEST_F()
255 http_bridge->GetResponseContentLength()); in TEST_F()
283 http_bridge->GetResponseContentLength()); in TEST_F()
Dsyncapi_server_connection_manager_unittest.cc41 virtual int GetResponseContentLength() const OVERRIDE { in GetResponseContentLength() function in syncer::__anon4768583c0111::BlockingHttpPost
Dhttp_bridge.cc290 int HttpBridge::GetResponseContentLength() const { in GetResponseContentLength() function in syncer::HttpBridge
Dsync_manager_impl_unittest.cc705 virtual int GetResponseContentLength() const OVERRIDE { in GetResponseContentLength() function in syncer::__anon34176c4e0211::TestHttpPostProviderInterface
/external/chromium_org/chrome/browser/sync/test/
Dtest_http_bridge_factory.cc14 int TestHttpBridge::GetResponseContentLength() const { in GetResponseContentLength() function in browser_sync::TestHttpBridge
Dtest_http_bridge_factory.h28 virtual int GetResponseContentLength() const OVERRIDE;
/external/chromium_org/sync/internal_api/public/
Dhttp_post_provider_interface.h42 virtual int GetResponseContentLength() const = 0;
Dhttp_bridge.h125 virtual int GetResponseContentLength() const OVERRIDE;
/external/chromium_org/sync/test/fake_server/
Dfake_server_http_post_provider.h36 virtual int GetResponseContentLength() const OVERRIDE;
Dfake_server_http_post_provider.cc93 int FakeServerHttpPostProvider::GetResponseContentLength() const { in GetResponseContentLength() function in fake_server::FakeServerHttpPostProvider