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

  /external/chromium_org/chrome/browser/chromeos/drive/
sync_client.h 62 void RemoveFetchTask(const std::string& local_id);
sync_client_unittest.cc 333 TEST_F(SyncClientTest, RemoveFetchTask) {
338 sync_client_->RemoveFetchTask(GetLocalId("foo"));
339 sync_client_->RemoveFetchTask(GetLocalId("baz"));
sync_client.cc 205 void SyncClient::RemoveFetchTask(const std::string& local_id) {
file_system.cc 532 sync_client_->RemoveFetchTask(*local_id);
    [all...]

Completed in 89 milliseconds