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

  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 108 ScopedIndexUpdater(const ScopedKernelLock& proof_of_lock,
419 ScopedKernelLock lock(this);
424 ScopedKernelLock* const lock) {
436 ScopedKernelLock lock(this);
449 ScopedKernelLock lock(this);
466 ScopedKernelLock lock(this);
471 ScopedKernelLock* lock) {
488 ScopedKernelLock lock(this);
520 ScopedKernelLock lock(this);
524 void Directory::InsertEntry(EntryKernel* entry, ScopedKernelLock* lock)
    [all...]
syncable.h 659 class ScopedKernelLock;
669 friend class ScopedKernelLock;
801 ScopedKernelLock* lock);
814 ScopedKernelLock* lock);
824 EntryKernel* GetEntryById(const Id& id, ScopedKernelLock* const lock);
932 void InsertEntry(EntryKernel* entry, ScopedKernelLock* lock);
941 // a ScopedKernelLock.
    [all...]

Completed in 44 milliseconds