Searched defs:http_bridge_factory (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_core.h33 scoped_ptr<syncer::HttpPostProviderFactory> http_bridge_factory,
54 scoped_ptr<syncer::HttpPostProviderFactory> http_bridge_factory; member in struct:browser_sync::DoInitializeOptions
H A Dsync_backend_host_core.cc63 scoped_ptr<syncer::HttpPostProviderFactory> http_bridge_factory,
81 http_bridge_factory(http_bridge_factory.Pass()),
407 options->http_bridge_factory->Init(
433 args.post_factory = options->http_bridge_factory.Pass();
55 DoInitializeOptions( base::MessageLoop* sync_loop, SyncBackendRegistrar* registrar, const syncer::ModelSafeRoutingInfo& routing_info, const std::vector<scoped_refptr<syncer::ModelSafeWorker> >& workers, const scoped_refptr<syncer::ExtensionsActivity>& extensions_activity, const syncer::WeakHandle<syncer::JsEventHandler>& event_handler, const GURL& service_url, scoped_ptr<syncer::HttpPostProviderFactory> http_bridge_factory, const syncer::SyncCredentials& credentials, const std::string& invalidator_client_id, scoped_ptr<syncer::SyncManagerFactory> sync_manager_factory, bool delete_sync_data_folder, const std::string& restored_key_for_bootstrapping, const std::string& restored_keystore_key_for_bootstrapping, scoped_ptr<syncer::InternalComponentsFactory> internal_components_factory, scoped_ptr<syncer::UnrecoverableErrorHandler> unrecoverable_error_handler, syncer::ReportUnrecoverableErrorFunction report_unrecoverable_error_function) argument

Completed in 85 milliseconds