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

/macosx-10.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/WebCore-7537.78.1/rendering/style/
H A DStyleCustomFilterProgram.h144 bool inCache() const { return m_cache; } function in class:WebCore::StyleCustomFilterProgram
/macosx-10.9.5/WebCore-7537.78.1/loader/cache/
H A DCachedResource.h185 void setInCache(bool inCache) { m_inCache = inCache; } argument
186 bool inCache() const { return m_inCache; } function in class:WebCore::CachedResource

Completed in 104 milliseconds