OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MakeSynchronousPost
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/sync/internal_api/public/
http_post_provider_interface.h
37
virtual bool
MakeSynchronousPost
(int* error_code, int* response_code) = 0;
54
// Abandon any pending POST and unblock caller in
MakeSynchronousPost
.
http_bridge.h
117
virtual bool
MakeSynchronousPost
(int* error_code,
161
// will block on
MakeSynchronousPost
while the IO thread fetches data from
176
//
MakeSynchronousPost
. We block created_on_loop_ while the IO loop fetches
/external/chromium_org/chrome/browser/sync/test/
test_http_bridge_factory.cc
9
bool TestHttpBridge::
MakeSynchronousPost
(int* error_code,
test_http_bridge_factory.h
25
virtual bool
MakeSynchronousPost
(int* error_code,
/external/chromium_org/sync/internal_api/
http_bridge_unittest.cc
173
bridge->
MakeSynchronousPost
(&os_error, &response_code);
201
bool success = http_bridge->
MakeSynchronousPost
(&os_error, &response_code);
225
bool success = http_bridge->
MakeSynchronousPost
(&os_error, &response_code);
250
bool success = http_bridge->
MakeSynchronousPost
(&os_error, &response_code);
278
bool success = http_bridge->
MakeSynchronousPost
(&os_error, &response_code);
304
bool success = http_bridge->
MakeSynchronousPost
(&os_error, &response_code);
327
bool success = http_bridge->
MakeSynchronousPost
(&os_error, &response_code);
343
bool success = http_bridge->
MakeSynchronousPost
(&os_error, &response_code);
syncapi_server_connection_manager.cc
53
if (!http->
MakeSynchronousPost
(&error_code, &response_code)) {
syncapi_server_connection_manager_unittest.cc
35
virtual bool
MakeSynchronousPost
(int* error_code, int* response_code)
http_bridge.cc
243
bool HttpBridge::
MakeSynchronousPost
(int* error_code, int* response_code) {
376
// Wake the blocked syncer thread in
MakeSynchronousPost
.
sync_manager_impl_unittest.cc
701
virtual bool
MakeSynchronousPost
(int* error_code, int* response_code)
[
all
...]
/external/chromium_org/sync/test/fake_server/
fake_server_http_post_provider.h
33
virtual bool
MakeSynchronousPost
(int* error_code,
fake_server_http_post_provider.cc
77
bool FakeServerHttpPostProvider::
MakeSynchronousPost
(int* error_code,
Completed in 531 milliseconds