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

  /external/chromium_org/sync/internal_api/
syncapi_server_connection_manager_unittest.cc 78 bool result = server.PostBufferToPath(
101 bool result = server.PostBufferToPath(
  /external/chromium_org/sync/engine/net/
server_connection_manager.h 260 virtual bool PostBufferToPath(PostBufferParams*,
server_connection_manager.cc 261 return PostBufferToPath(params, path, auth_token(), watcher);
264 bool ServerConnectionManager::PostBufferToPath(PostBufferParams* params,
  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.cc 169 return PostBufferToPath(params, path, auth_token(), watcher);
172 bool ServerConnectionManager::PostBufferToPath(const PostBufferParams* params,
server_connection_manager.h 332 virtual bool PostBufferToPath(const PostBufferParams*,
  /external/chromium_org/sync/test/engine/
mock_connection_manager.h 40 virtual bool PostBufferToPath(
348 // On each PostBufferToPath() call, we decrement this counter. The call fails
mock_connection_manager.cc 76 bool MockConnectionManager::PostBufferToPath(PostBufferParams* params,

Completed in 149 milliseconds