Home
last modified time | relevance | path

Searched refs:IsLoaded (Results 1 – 5 of 5) sorted by relevance

/external/chromium/net/disk_cache/
Deviction.cc79 if (!empty && backend_->IsLoaded()) in TrimCache()
229 if (!empty && backend_->IsLoaded()) in TrimCacheV2()
Dbackend_impl.h149 bool IsLoaded() const;
Dbackend_impl.cc837 bool BackendImpl::IsLoaded() const { in IsLoaded() function in disk_cache::BackendImpl
/external/v8/src/
Ddebug.cc729 if (IsLoaded()) return true; in Load()
781 if (!IsLoaded()) { in Unload()
1650 return IsLoaded() && global == Debug::debug_context()->global(); in IsDebugGlobal()
Ddebug.h221 static bool IsLoaded() { return !debug_context_.is_null(); } in IsLoaded() function