Searched refs:LockResource (Results 1 – 5 of 5) sorted by relevance
45 bool LockResource(const std::string& id);102 locked_ = cache_->LockResource(id_); in cache_()
97 bool DiskCache::LockResource(const std::string& id) { in LockResource() function in rtc::DiskCache
34 void* resource = LockResource(hres); in GetResourceFromModule()
31 void* data = ::LockResource(data_handle); in WriteToDisk()
30 static_cast<const uint8*>(LockResource(loaded_resource)); in DoLoad()