Searched refs:isCacheable (Results 1 – 15 of 15) sorted by relevance
71 MatchResult() : isCacheable(true) { } in MatchResult()75 bool isCacheable; member
58 static bool isCacheable(const Element*, const RenderStyle*, const RenderStyle* parentStyle);
136 bool MatchedPropertiesCache::isCacheable(const Element* element, const RenderStyle* style, const Re… in isCacheable() function in WebCore::MatchedPropertiesCache
1347 …unsigned cacheHash = matchResult.isCacheable ? computeMatchedPropertiesHash(matchResult.matchedPro… in applyMatchedProperties()1352 && MatchedPropertiesCache::isCacheable(element, state.style(), state.parentStyle())) { in applyMatchedProperties()1433 …if (!cachedMatchedProperties && cacheHash && MatchedPropertiesCache::isCacheable(element, state.st… in applyMatchedProperties()
89 ASSERT(o.isCacheable()); in StyleSheetContents()103 bool StyleSheetContents::isCacheable() const in isCacheable() function in WebCore::StyleSheetContents489 ASSERT(isCacheable()); in hasFailedOrCanceledSubresources()514 ASSERT(isCacheable()); in addedToMemoryCache()521 ASSERT(isCacheable()); in removedFromMemoryCache()
108 …mentRuleCollector::addElementStyleProperties(const StylePropertySet* propertySet, bool isCacheable) in addElementStyleProperties() argument116 if (!isCacheable) in addElementStyleProperties()117 m_result.isCacheable = false; in addElementStyleProperties()
110 void addElementStyleProperties(const StylePropertySet*, bool isCacheable = true);
71 bool isCacheable() const;
118 bool isCacheable() const;
166 ASSERT(m_contents->isCacheable()); in willMutateRules()
51 bool cacheable = isCacheable(); in image()436 bool CSSGradientValue::isCacheable() const in isCacheable() function in WebCore::CSSGradientValue
159 ASSERT(m_parsedStyleSheetCache->isCacheable()); in restoreParsedStyleSheet()173 ASSERT(sheet && sheet->isCacheable()); in saveParsedStyleSheet()
340 public boolean isCacheable(RequestHeaders request) { in isCacheable() method in ResponseHeaders392 if (!isCacheable(request)) { in chooseResponseSource()
408 if (!responseHeaders.isCacheable(requestHeaders)) { in maybeCache()
405 ASSERT(restoredSheet->isCacheable()); in setCSSStyleSheet()434 if (styleSheet->isCacheable()) in setCSSStyleSheet()