• Home
  • Raw
  • Download

Lines Matching refs:Directory

36 const base::FilePath::CharType Directory::kSyncDatabaseFilename[] =
39 Directory::PersistedKernelInfo::PersistedKernelInfo() in PersistedKernelInfo()
49 Directory::PersistedKernelInfo::~PersistedKernelInfo() {} in ~PersistedKernelInfo()
51 void Directory::PersistedKernelInfo::ResetDownloadProgress( in ResetDownloadProgress()
62 bool Directory::PersistedKernelInfo::HasEmptyDownloadProgress( in HasEmptyDownloadProgress()
69 Directory::SaveChangesSnapshot::SaveChangesSnapshot() in SaveChangesSnapshot()
73 Directory::SaveChangesSnapshot::~SaveChangesSnapshot() { in ~SaveChangesSnapshot()
78 Directory::Kernel::Kernel( in Kernel()
84 info_status(Directory::KERNEL_SHARE_INFO_VALID), in Kernel()
94 Directory::Kernel::~Kernel() { in ~Kernel()
99 Directory::Directory( in Directory() function in syncer::syncable::Directory
116 Directory::~Directory() { in ~Directory()
120 DirOpenResult Directory::Open( in Open()
134 void Directory::InitializeIndices(MetahandlesMap* handles_map) { in InitializeIndices()
169 DirOpenResult Directory::OpenImpl( in OpenImpl()
177 Directory::MetahandlesMap tmp_handles_map; in OpenImpl()
181 STLValueDeleter<Directory::MetahandlesMap> deleter(&tmp_handles_map); in OpenImpl()
204 DeleteJournal* Directory::delete_journal() { in delete_journal()
209 void Directory::Close() { in Close()
217 void Directory::OnUnrecoverableError(const BaseTransaction* trans, in OnUnrecoverableError()
226 EntryKernel* Directory::GetEntryById(const Id& id) { in GetEntryById()
231 EntryKernel* Directory::GetEntryById(const ScopedKernelLock& lock, in GetEntryById()
242 EntryKernel* Directory::GetEntryByClientTag(const string& tag) { in GetEntryByClientTag()
253 EntryKernel* Directory::GetEntryByServerTag(const string& tag) { in GetEntryByServerTag()
263 EntryKernel* Directory::GetEntryByHandle(int64 metahandle) { in GetEntryByHandle()
268 EntryKernel* Directory::GetEntryByHandle(const ScopedKernelLock& lock, in GetEntryByHandle()
280 bool Directory::GetChildHandlesById( in GetChildHandlesById()
282 Directory::Metahandles* result) { in GetChildHandlesById()
293 int Directory::GetTotalNodeCount( in GetTotalNodeCount()
317 void Directory::GetChildSetForKernel( in GetChildSetForKernel()
333 int Directory::GetPositionIndex( in GetPositionIndex()
343 bool Directory::InsertEntry(BaseWriteTransaction* trans, EntryKernel* entry) { in InsertEntry()
348 bool Directory::InsertEntry(const ScopedKernelLock& lock, in InsertEntry()
395 bool Directory::ReindexId(BaseWriteTransaction* trans, in ReindexId()
414 bool Directory::ReindexParentId(BaseWriteTransaction* trans, in ReindexParentId()
428 void Directory::RemoveFromAttachmentIndex( in RemoveFromAttachmentIndex()
446 void Directory::AddToAttachmentIndex( in AddToAttachmentIndex()
464 void Directory::UpdateAttachmentIndex( in UpdateAttachmentIndex()
473 void Directory::GetMetahandlesByAttachmentId( in GetMetahandlesByAttachmentId()
489 bool Directory::unrecoverable_error_set(const BaseTransaction* trans) const { in unrecoverable_error_set()
494 void Directory::ClearDirtyMetahandles(const ScopedKernelLock& lock) { in ClearDirtyMetahandles()
499 bool Directory::SafeToPurgeFromMemory(WriteTransaction* trans, in SafeToPurgeFromMemory()
528 void Directory::TakeSnapshotForSaveChanges(SaveChangesSnapshot* snapshot) { in TakeSnapshotForSaveChanges()
574 bool Directory::SaveChanges() { in SaveChanges()
592 bool Directory::VacuumAfterSaveChanges(const SaveChangesSnapshot& snapshot) { in VacuumAfterSaveChanges()
640 void Directory::UnapplyEntry(EntryKernel* entry) { in UnapplyEntry()
689 void Directory::DeleteEntry(const ScopedKernelLock& lock, in DeleteEntry()
731 bool Directory::PurgeEntriesWithTypeIn(ModelTypeSet disabled_types, in PurgeEntriesWithTypeIn()
826 bool Directory::ResetVersionsForType(BaseWriteTransaction* trans, in ResetVersionsForType()
838 Directory::Metahandles children; in ResetVersionsForType()
860 bool Directory::IsAttachmentLinked( in IsAttachmentLinked()
871 void Directory::HandleSaveChangesFailure(const SaveChangesSnapshot& snapshot) { in HandleSaveChangesFailure()
899 void Directory::GetDownloadProgress( in GetDownloadProgress()
907 void Directory::GetDownloadProgressAsString( in GetDownloadProgressAsString()
915 size_t Directory::GetEntriesCount() const { in GetEntriesCount()
920 void Directory::SetDownloadProgress( in SetDownloadProgress()
928 int64 Directory::GetTransactionVersion(ModelType type) const { in GetTransactionVersion()
933 void Directory::IncrementTransactionVersion(ModelType type) { in IncrementTransactionVersion()
938 void Directory::GetDataTypeContext(BaseTransaction* trans, in GetDataTypeContext()
945 void Directory::SetDataTypeContext( in SetDataTypeContext()
954 ModelTypeSet Directory::InitialSyncEndedTypes() { in InitialSyncEndedTypes()
966 bool Directory::InitialSyncEndedForType(ModelType type) { in InitialSyncEndedForType()
971 bool Directory::InitialSyncEndedForType( in InitialSyncEndedForType()
978 string Directory::store_birthday() const { in store_birthday()
983 void Directory::set_store_birthday(const string& store_birthday) { in set_store_birthday()
991 string Directory::bag_of_chips() const { in bag_of_chips()
996 void Directory::set_bag_of_chips(const string& bag_of_chips) { in set_bag_of_chips()
1005 string Directory::cache_guid() const { in cache_guid()
1010 NigoriHandler* Directory::GetNigoriHandler() { in GetNigoriHandler()
1014 Cryptographer* Directory::GetCryptographer(const BaseTransaction* trans) { in GetCryptographer()
1019 void Directory::GetAllMetaHandles(BaseTransaction* trans, in GetAllMetaHandles()
1029 void Directory::GetUnsyncedMetaHandles(BaseTransaction* trans, in GetUnsyncedMetaHandles()
1037 int64 Directory::unsynced_entity_count() const { in unsynced_entity_count()
1042 bool Directory::TypeHasUnappliedUpdates(ModelType type) { in TypeHasUnappliedUpdates()
1047 void Directory::GetUnappliedUpdateMetaHandles( in GetUnappliedUpdateMetaHandles()
1063 void Directory::GetMetaHandlesOfType(BaseTransaction* trans, in GetMetaHandlesOfType()
1070 void Directory::GetMetaHandlesOfType(const ScopedKernelLock& lock, in GetMetaHandlesOfType()
1085 void Directory::CollectMetaHandleCounts( in CollectMetaHandleCounts()
1101 scoped_ptr<base::ListValue> Directory::GetNodeDetailsForType( in GetNodeDetailsForType()
1130 bool Directory::CheckInvariantsOnTransactionClose( in CheckInvariantsOnTransactionClose()
1152 bool Directory::FullyCheckTreeInvariants(syncable::BaseTransaction* trans) { in FullyCheckTreeInvariants()
1158 bool Directory::CheckTreeInvariants(syncable::BaseTransaction* trans, in CheckTreeInvariants()
1295 void Directory::SetInvariantCheckLevel(InvariantCheckLevel check_level) { in SetInvariantCheckLevel()
1299 int64 Directory::NextMetahandle() { in NextMetahandle()
1307 Id Directory::NextId() { in NextId()
1318 bool Directory::HasChildren(BaseTransaction* trans, const Id& id) { in HasChildren()
1323 Id Directory::GetFirstChildId(BaseTransaction* trans, in GetFirstChildId()
1339 syncable::Id Directory::GetPredecessorId(EntryKernel* e) { in GetPredecessorId()
1357 syncable::Id Directory::GetSuccessorId(EntryKernel* e) { in GetSuccessorId()
1378 void Directory::PutPredecessor(EntryKernel* e, EntryKernel* predecessor) { in PutPredecessor()
1460 void Directory::AppendChildHandles(const ScopedKernelLock& lock, in AppendChildHandles()
1462 Directory::Metahandles* result) { in AppendChildHandles()
1475 void Directory::UnmarkDirtyEntry(WriteTransaction* trans, Entry* entry) { in UnmarkDirtyEntry()
1480 void Directory::GetAttachmentIdsToUpload(BaseTransaction* trans, in GetAttachmentIdsToUpload()