Searched defs:inCache (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DItem.h153 bool inCache() const throw() { return mInCache; } function in class:Security::KeychainCore::ItemImpl
154 void inCache(bool inCache) throw() { mInCache = inCache; } argument
H A DKeychains.h210 bool inCache() const throw() { return mInCache; } function in class:Security::KeychainCore::KeychainImpl
211 void inCache(bool inCache) throw() { mInCache = inCache; } argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DItem.h153 bool inCache() const throw() { return mInCache; } function in class:Security::KeychainCore::ItemImpl
154 void inCache(bool inCache) throw() { mInCache = inCache; } argument
H A DKeychains.h210 bool inCache() const throw() { return mInCache; } function in class:Security::KeychainCore::KeychainImpl
211 void inCache(bool inCache) throw() { mInCache = inCache; } argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DItem.h153 bool inCache() const throw() { return mInCache; } function in class:Security::KeychainCore::ItemImpl
154 void inCache(bool inCache) throw() { mInCache = inCache; } argument
H A DKeychains.h210 bool inCache() const throw() { return mInCache; } function in class:Security::KeychainCore::KeychainImpl
211 void inCache(bool inCache) throw() { mInCache = inCache; } argument
/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedResource.h184 void setInCache(bool inCache) { m_inCache = inCache; } argument
185 bool inCache() const { return m_inCache; } function in class:WebCore::CachedResource

Completed in 132 milliseconds