HomeSort by relevance Sort by last modified time
    Searched refs:HttpBridgeFactory (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/sync/internal_api/
http_bridge_network_resources.cc 24 new HttpBridgeFactory(baseline_context_getter,
http_bridge.cc 58 HttpBridgeFactory::HttpBridgeFactory(
72 HttpBridgeFactory::~HttpBridgeFactory() {
76 void HttpBridgeFactory::Init(const std::string& user_agent) {
89 HttpPostProviderInterface* HttpBridgeFactory::Create() {
104 void HttpBridgeFactory::Destroy(HttpPostProviderInterface* http) {
108 void HttpBridgeFactory::OnSignalReceived() {
http_bridge_unittest.cc 415 scoped_ptr<syncer::HttpBridgeFactory> bridge_factory(
416 new syncer::HttpBridgeFactory(baseline_context_getter,
490 // Attempt to release the URLRequestContextGetter before the HttpBridgeFactory
500 // UI Thread: Initialize the HttpBridgeFactory. The next step would be to
502 scoped_ptr<syncer::HttpBridgeFactory> factory(
503 new HttpBridgeFactory(baseline_context_getter.get(),
512 // HttpBridgeFactory has been neutered. Should not crash.
  /external/chromium_org/sync/internal_api/public/
http_bridge.h 227 class SYNC_EXPORT HttpBridgeFactory : public HttpPostProviderFactory,
230 HttpBridgeFactory(
235 virtual ~HttpBridgeFactory();
266 DISALLOW_COPY_AND_ASSIGN(HttpBridgeFactory);
  /external/chromium_org/sync/tools/
sync_client.cc 416 new HttpBridgeFactory(context_getter.get(),

Completed in 1896 milliseconds