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

/external/chromium_org/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() {
/external/chromium_org/third_party/webrtc/base/
H A Ddiskcache.h93 // CacheLock - Automatically manage locking and unlocking, with optional
97 class CacheLock { class in namespace:rtc
99 CacheLock(DiskCache* cache, const std::string& id, bool rollback = false) function in class:rtc::CacheLock
104 ~CacheLock() {

Completed in 98 milliseconds