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

  /external/chromium_org/sync/syncable/
scoped_kernel_lock.cc 12 ScopedKernelLock::ScopedKernelLock(const Directory* dir)
16 ScopedKernelLock::~ScopedKernelLock() {}
scoped_kernel_lock.h 16 class ScopedKernelLock {
18 explicit ScopedKernelLock(const Directory* dir);
19 ~ScopedKernelLock();
23 DISALLOW_COPY_AND_ASSIGN(ScopedKernelLock);

Completed in 35 milliseconds