OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HttpBridge
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sync/internal_api/
http_bridge.cc
25
HttpBridge
::RequestContextGetter::RequestContextGetter(
37
HttpBridge
::RequestContextGetter::~RequestContextGetter() {}
40
HttpBridge
::RequestContextGetter::GetURLRequestContext() {
55
HttpBridge
::RequestContextGetter::GetNetworkTaskRunner() const {
87
new
HttpBridge
::RequestContextGetter(
100
HttpBridge
* http = new
HttpBridge
(request_context_getter_.get(),
107
static_cast<
HttpBridge
*>(http)->Release();
120
HttpBridge
::RequestContext::RequestContext(
170
HttpBridge
::RequestContext::~RequestContext()
[
all
...]
http_bridge_unittest.cc
50
HttpBridge
* BuildBridge() {
56
HttpBridge
* bridge = new
HttpBridge
(
57
new
HttpBridge
::RequestContextGetter(
64
static void Abort(
HttpBridge
* bridge) {
75
scoped_refptr<
HttpBridge
> http_bridge(test->BuildBridge());
98
HttpBridge
* bridge_for_race_test() { return bridge_for_race_test_; }
105
HttpBridge
* bridge_for_race_test_;
107
// Separate thread for IO used by the
HttpBridge
.
112
// An
HttpBridge
that doesn't actually make network requests and just call
[
all
...]
/external/chromium_org/sync/internal_api/public/
http_bridge.h
49
class SYNC_EXPORT_PRIVATE
HttpBridge
50
: public base::RefCountedThreadSafe<
HttpBridge
>,
109
HttpBridge
(RequestContextGetter* context,
136
friend class base::RefCountedThreadSafe<
HttpBridge
>;
138
virtual ~
HttpBridge
();
224
DISALLOW_COPY_AND_ASSIGN(
HttpBridge
);
259
scoped_refptr<
HttpBridge
::RequestContextGetter> request_context_getter_;
Completed in 91 milliseconds