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

  /external/chromium/chrome/browser/sync/glue/
http_bridge_unittest.cc 102 class ShuntedHttpBridge : public HttpBridge {
106 ShuntedHttpBridge(net::URLRequestContextGetter* baseline_context_getter,
120 NewRunnableMethod(this, &ShuntedHttpBridge::CallOnURLFetchComplete));
123 ~ShuntedHttpBridge() {}
154 scoped_refptr<HttpBridge> http_bridge(new ShuntedHttpBridge(
278 scoped_refptr<ShuntedHttpBridge> http_bridge(new ShuntedHttpBridge(
297 scoped_refptr<ShuntedHttpBridge> http_bridge(new ShuntedHttpBridge(
  /external/chromium_org/sync/internal_api/
http_bridge_unittest.cc 115 class ShuntedHttpBridge : public HttpBridge {
119 ShuntedHttpBridge(net::URLRequestContextGetter* baseline_context_getter,
135 base::Bind(&ShuntedHttpBridge::CallOnURLFetchComplete, this));
138 virtual ~ShuntedHttpBridge() {}
163 scoped_refptr<ShuntedHttpBridge> bridge(
164 new ShuntedHttpBridge(ctx_getter.get(), this, true));
194 new ShuntedHttpBridge(ctx_getter.get(), this, false));
315 scoped_refptr<ShuntedHttpBridge> http_bridge(
316 new ShuntedHttpBridge(ctx_getter.get(), this, true));
334 scoped_refptr<ShuntedHttpBridge> http_bridge
    [all...]

Completed in 48 milliseconds