Home | History | Annotate | Download | only in syncable

Lines Matching refs:success

516   bool success = false;
523 success = store_->SaveChanges(snapshot);
525 // Handle success or failure.
526 if (success)
527 success = VacuumAfterSaveChanges(snapshot);
530 return success;