HomeSort by relevance Sort by last modified time
    Searched refs:PostBufferToPath (Results 1 - 5 of 5) 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 251 virtual bool PostBufferToPath(PostBufferParams*,
server_connection_manager.cc 280 return PostBufferToPath(params, path, auth_token(), watcher);
283 bool ServerConnectionManager::PostBufferToPath(PostBufferParams* params,
  /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 576 milliseconds