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

  /external/chromium/chrome/browser/sync/engine/
http_post_provider_interface.h 42 virtual bool MakeSynchronousPost(int* os_error_code, int* response_code) = 0;
59 // Abandon any pending POST and unblock caller in MakeSynchronousPost.
  /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 122 virtual bool MakeSynchronousPost(int* error_code,
172 // will block on MakeSynchronousPost while the IO thread fetches data from
187 // 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/chrome/browser/sync/glue/
http_bridge_unittest.cc 162 bool success = http_bridge->MakeSynchronousPost(&os_error, &response_code);
186 bool success = http_bridge->MakeSynchronousPost(&os_error, &response_code);
212 bool success = http_bridge->MakeSynchronousPost(&os_error, &response_code);
240 bool success = http_bridge->MakeSynchronousPost(&os_error, &response_code);
266 bool success = http_bridge->MakeSynchronousPost(&os_error, &response_code);
289 bool success = http_bridge->MakeSynchronousPost(&os_error, &response_code);
306 bool success = http_bridge->MakeSynchronousPost(&os_error, &response_code);
http_bridge.h 107 virtual bool MakeSynchronousPost(int* os_error_code, int* response_code);
154 // will block on MakeSynchronousPost while the IO thread fetches data from
169 // MakeSynchronousPost. We block created_on_loop_ while the IO loop fetches
http_bridge.cc 184 bool HttpBridge::MakeSynchronousPost(int* os_error_code, int* response_code) {
294 // Wake the blocked syncer thread in MakeSynchronousPost.
  /external/chromium_org/sync/internal_api/
http_bridge_unittest.cc 172 bridge->MakeSynchronousPost(&os_error, &response_code);
200 bool success = http_bridge->MakeSynchronousPost(&os_error, &response_code);
224 bool success = http_bridge->MakeSynchronousPost(&os_error, &response_code);
249 bool success = http_bridge->MakeSynchronousPost(&os_error, &response_code);
277 bool success = http_bridge->MakeSynchronousPost(&os_error, &response_code);
303 bool success = http_bridge->MakeSynchronousPost(&os_error, &response_code);
326 bool success = http_bridge->MakeSynchronousPost(&os_error, &response_code);
342 bool success = http_bridge->MakeSynchronousPost(&os_error, &response_code);
syncapi_server_connection_manager_unittest.cc 34 virtual bool MakeSynchronousPost(int* error_code, int* response_code)
syncapi_server_connection_manager.cc 57 if (!http->MakeSynchronousPost(&error_code, &response_code)) {
http_bridge.cc 194 bool HttpBridge::MakeSynchronousPost(int* error_code, int* response_code) {
319 // Wake the blocked syncer thread in MakeSynchronousPost.
sync_manager_impl_unittest.cc 712 virtual bool MakeSynchronousPost(int* error_code, int* response_code)
    [all...]
  /external/chromium/chrome/browser/sync/engine/net/
syncapi_server_connection_manager.cc 50 if (!http->MakeSynchronousPost(&os_error_code, &response_code)) {

Completed in 144 milliseconds