Searched refs:CheckTreeInvariants (Results 1 – 2 of 2) sorted by relevance
/external/chromium/chrome/browser/sync/syncable/ |
D | syncable.cc | 962 void Directory::CheckTreeInvariants(syncable::BaseTransaction* trans, in CheckTreeInvariants() function in syncable::Directory 975 CheckTreeInvariants(trans, handles, filter); in CheckTreeInvariants() 978 void Directory::CheckTreeInvariants(syncable::BaseTransaction* trans, in CheckTreeInvariants() function in syncable::Directory 987 CheckTreeInvariants(trans, handles, fullfilter); in CheckTreeInvariants() 997 CheckTreeInvariants(trans, handles, filter); in CheckTreeInvariants() 1001 void Directory::CheckTreeInvariants(syncable::BaseTransaction* trans, in CheckTreeInvariants() function in syncable::Directory 1246 directory()->CheckTreeInvariants(this, full_scan); in ~WriteTransaction() 1248 directory()->CheckTreeInvariants(this, originals_); in ~WriteTransaction()
|
D | syncable.h | 893 void CheckTreeInvariants(syncable::BaseTransaction* trans, 896 void CheckTreeInvariants(syncable::BaseTransaction* trans, 899 void CheckTreeInvariants(syncable::BaseTransaction* trans,
|