Searched refs:HttpPostProviderInterface (Results 1 – 13 of 13) sorted by relevance
14 class HttpPostProviderInterface; variable27 virtual HttpPostProviderInterface* Create() = 0;34 virtual void Destroy(HttpPostProviderInterface* http) = 0;
18 class SYNC_EXPORT_PRIVATE HttpPostProviderInterface {59 virtual ~HttpPostProviderInterface() {} in ~HttpPostProviderInterface()
51 public HttpPostProviderInterface,239 virtual HttpPostProviderInterface* Create() OVERRIDE;240 virtual void Destroy(HttpPostProviderInterface* http) OVERRIDE;
14 class TestHttpBridge : public syncer::HttpPostProviderInterface {46 virtual syncer::HttpPostProviderInterface* Create() OVERRIDE;47 virtual void Destroy(syncer::HttpPostProviderInterface* http) OVERRIDE;
36 syncer::HttpPostProviderInterface* TestHttpBridgeFactory::Create() { in Create()40 void TestHttpBridgeFactory::Destroy(syncer::HttpPostProviderInterface* http) { in Destroy()
21 : public syncer::HttpPostProviderInterface,76 virtual syncer::HttpPostProviderInterface* Create() OVERRIDE;77 virtual void Destroy(syncer::HttpPostProviderInterface* http) OVERRIDE;
16 using syncer::HttpPostProviderInterface;29 HttpPostProviderInterface* FakeServerHttpPostProviderFactory::Create() { in Create()37 HttpPostProviderInterface* http) { in Destroy()
25 class BlockingHttpPost : public HttpPostProviderInterface {62 virtual HttpPostProviderInterface* Create() OVERRIDE { in Create()65 virtual void Destroy(HttpPostProviderInterface* http) OVERRIDE { in Destroy()
19 class HttpPostProviderInterface; variable42 HttpPostProviderInterface* post_provider_;
412 syncer::HttpPostProviderInterface** bridge_out, in HttpBridgeRunOnSyncThread()422 HttpPostProviderInterface* bridge = bridge_factory->Create(); in HttpBridgeRunOnSyncThread()444 syncer::HttpPostProviderInterface* bridge = NULL; in TEST_F()
37 HttpPostProviderInterface* http = post_provider_; in Init()
89 HttpPostProviderInterface* HttpBridgeFactory::Create() { in Create()104 void HttpBridgeFactory::Destroy(HttpPostProviderInterface* http) { in Destroy()
692 class TestHttpPostProviderInterface : public HttpPostProviderInterface {722 virtual HttpPostProviderInterface* Create() OVERRIDE { in Create()725 virtual void Destroy(HttpPostProviderInterface* http) OVERRIDE { in Destroy()