Searched refs:TestHttpBridge (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/
H A Dtest_http_bridge_factory.cc9 bool TestHttpBridge::MakeSynchronousPost(int* error_code,
14 int TestHttpBridge::GetResponseContentLength() const {
18 const char* TestHttpBridge::GetResponseContent() const {
22 const std::string TestHttpBridge::GetResponseHeaderValue(
27 void TestHttpBridge::Abort() {
37 return new TestHttpBridge();
41 delete static_cast<TestHttpBridge*>(http);
H A Dtest_http_bridge_factory.h14 class TestHttpBridge : public syncer::HttpPostProviderInterface { class in namespace:browser_sync

Completed in 237 milliseconds