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

  /external/chromium_org/sync/syncable/
directory.h 505 void HandleSaveChangesFailure(const SaveChangesSnapshot& snapshot);
directory.cc 529 HandleSaveChangesFailure(snapshot);
746 void Directory::HandleSaveChangesFailure(const SaveChangesSnapshot& snapshot) {
    [all...]
syncable_unittest.cc 600 dir_->HandleSaveChangesFailure(snapshot1);
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable.h 929 void HandleSaveChangesFailure(const SaveChangesSnapshot& snapshot);
    [all...]
syncable.cc 640 HandleSaveChangesFailure(snapshot);
733 void Directory::HandleSaveChangesFailure(const SaveChangesSnapshot& snapshot) {
    [all...]
syncable_unittest.cc 449 dir_->HandleSaveChangesFailure(snapshot1);
    [all...]

Completed in 62 milliseconds