Searched defs:MakeSynchronousPost (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/chrome/browser/sync/test/ | ||
D | test_http_bridge_factory.cc | 9 bool TestHttpBridge::MakeSynchronousPost(int* error_code, in MakeSynchronousPost() function in browser_sync::TestHttpBridge |
/external/chromium_org/sync/internal_api/ | ||
D | syncapi_server_connection_manager_unittest.cc | 35 virtual bool MakeSynchronousPost(int* error_code, int* response_code) in MakeSynchronousPost() function in syncer::__anonad40038f0111::BlockingHttpPost |
D | http_bridge.cc | 232 bool HttpBridge::MakeSynchronousPost(int* error_code, int* response_code) { in MakeSynchronousPost() function in syncer::HttpBridge |
D | sync_manager_impl_unittest.cc | 712 virtual bool MakeSynchronousPost(int* error_code, int* response_code) in MakeSynchronousPost() function in syncer::__anon1520d1a10311::TestHttpPostProviderInterface |
/external/chromium/chrome/browser/sync/glue/ | ||
D | http_bridge.cc | 184 bool HttpBridge::MakeSynchronousPost(int* os_error_code, int* response_code) { in MakeSynchronousPost() function in browser_sync::HttpBridge |