Home
last modified time | relevance | path

Searched refs:m_isInMemoryCache (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleSheetContents.cpp66 , 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()
DStyleSheetContents.h141 bool isInMemoryCache() const { return m_isInMemoryCache; } in isInMemoryCache()
174 bool m_isInMemoryCache : 1; variable