Searched refs:HttpBridgeFactory (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dhttp_bridge.h205 class HttpBridgeFactory : public sync_api::HttpPostProviderFactory { class in namespace:browser_sync
207 explicit HttpBridgeFactory(
209 virtual ~HttpBridgeFactory();
222 DISALLOW_COPY_AND_ASSIGN(HttpBridgeFactory);
H A Dhttp_bridge.cc52 HttpBridgeFactory::HttpBridgeFactory( function in class:browser_sync::HttpBridgeFactory
59 HttpBridgeFactory::~HttpBridgeFactory() {
62 sync_api::HttpPostProviderInterface* HttpBridgeFactory::Create() {
68 void HttpBridgeFactory::Destroy(sync_api::HttpPostProviderInterface* http) {
H A Dsync_backend_host.cc198 return new HttpBridgeFactory(getter);

Completed in 79 milliseconds