Searched refs:CacheLock (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Ddiskcache.h110 // CacheLock - Automatically manage locking and unlocking, with optional
114 class CacheLock { class in namespace:talk_base
116 CacheLock(DiskCache* cache, const std::string& id, bool rollback = false) function in class:talk_base::CacheLock
121 ~CacheLock() {
H A Dhttpclient.cc443 CacheLock lock(cache_, id, true);
625 CacheLock lock(cache_, id);

Completed in 176 milliseconds