Searched refs:m_isInMemoryCache (Results 1 – 2 of 2) sorted by relevance
66 , m_isInMemoryCache(false) in StyleSheetContents()85 , m_isInMemoryCache(false) in StyleSheetContents()513 ASSERT(!m_isInMemoryCache); in addedToMemoryCache()515 m_isInMemoryCache = true; in addedToMemoryCache()520 ASSERT(m_isInMemoryCache); in removedFromMemoryCache()522 m_isInMemoryCache = false; in removedFromMemoryCache()
141 bool isInMemoryCache() const { return m_isInMemoryCache; } in isInMemoryCache()174 bool m_isInMemoryCache : 1; variable