Searched refs:m_parsedStyleSheetCache (Results 1 – 2 of 2) sorted by relevance
54 if (m_parsedStyleSheetCache) in ~CSSStyleSheetResource()55 m_parsedStyleSheetCache->removedFromMemoryCache(); in ~CSSStyleSheetResource()137 if (!m_parsedStyleSheetCache) in destroyDecodedData()140 m_parsedStyleSheetCache->removedFromMemoryCache(); in destroyDecodedData()141 m_parsedStyleSheetCache.clear(); in destroyDecodedData()151 if (!m_parsedStyleSheetCache) in restoreParsedStyleSheet()153 if (m_parsedStyleSheetCache->hasFailedOrCanceledSubresources()) { in restoreParsedStyleSheet()154 m_parsedStyleSheetCache->removedFromMemoryCache(); in restoreParsedStyleSheet()155 m_parsedStyleSheetCache.clear(); in restoreParsedStyleSheet()159 ASSERT(m_parsedStyleSheetCache->isCacheable()); in restoreParsedStyleSheet()[all …]
63 RefPtr<StyleSheetContents> m_parsedStyleSheetCache; variable