Home | Sort by relevance Sort by last modified time |
/external/chromium_org/sync/syncable/ | |
syncable_base_transaction.cc | 48 bool BaseTransaction::unrecoverable_error_set() const { function in class:syncer::syncable::BaseTransaction |
syncable_base_transaction.h | 50 bool unrecoverable_error_set() const; |
directory.h | 229 bool unrecoverable_error_set(const BaseTransaction* trans) const; |
directory.cc | 430 bool Directory::unrecoverable_error_set(const BaseTransaction* trans) const { function in class:syncer::syncable::Directory 474 if (unrecoverable_error_set(&trans)) 572 if (trans.unrecoverable_error_set()) [all...] |