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 82 bool result = server.PostBufferToPath(
100 bool result = server.PostBufferToPath(
125 bool result = server.PostBufferToPath(
  /external/chromium_org/sync/engine/net/
server_connection_manager.h 258 virtual bool PostBufferToPath(PostBufferParams*,
server_connection_manager.cc 285 return PostBufferToPath(params, path, auth_token(), watcher);
288 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 41 virtual bool PostBufferToPath(
346 // On each PostBufferToPath() call, we decrement this counter. The call fails
mock_connection_manager.cc 77 bool MockConnectionManager::PostBufferToPath(PostBufferParams* params,

Completed in 41 milliseconds