Home
last modified time | relevance | path

Searched refs:isCacheable (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DMatchResult.h71 MatchResult() : isCacheable(true) { } in MatchResult()
75 bool isCacheable; member
DMatchedPropertiesCache.h58 static bool isCacheable(const Element*, const RenderStyle*, const RenderStyle* parentStyle);
DMatchedPropertiesCache.cpp136 bool MatchedPropertiesCache::isCacheable(const Element* element, const RenderStyle* style, const Re… in isCacheable() function in WebCore::MatchedPropertiesCache
DStyleResolver.cpp1347 …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()
/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleSheetContents.cpp89 ASSERT(o.isCacheable()); in StyleSheetContents()
103 bool StyleSheetContents::isCacheable() const in isCacheable() function in WebCore::StyleSheetContents
489 ASSERT(isCacheable()); in hasFailedOrCanceledSubresources()
514 ASSERT(isCacheable()); in addedToMemoryCache()
521 ASSERT(isCacheable()); in removedFromMemoryCache()
DElementRuleCollector.cpp108 …mentRuleCollector::addElementStyleProperties(const StylePropertySet* propertySet, bool isCacheable) in addElementStyleProperties() argument
116 if (!isCacheable) in addElementStyleProperties()
117 m_result.isCacheable = false; in addElementStyleProperties()
DElementRuleCollector.h110 void addElementStyleProperties(const StylePropertySet*, bool isCacheable = true);
DStyleSheetContents.h71 bool isCacheable() const;
DCSSGradientValue.h118 bool isCacheable() const;
DCSSStyleSheet.cpp166 ASSERT(m_contents->isCacheable()); in willMutateRules()
DCSSGradientValue.cpp51 bool cacheable = isCacheable(); in image()
436 bool CSSGradientValue::isCacheable() const in isCacheable() function in WebCore::CSSGradientValue
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DCSSStyleSheetResource.cpp159 ASSERT(m_parsedStyleSheetCache->isCacheable()); in restoreParsedStyleSheet()
173 ASSERT(sheet && sheet->isCacheable()); in saveParsedStyleSheet()
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DResponseHeaders.java340 public boolean isCacheable(RequestHeaders request) { in isCacheable() method in ResponseHeaders
392 if (!isCacheable(request)) { in chooseResponseSource()
DHttpEngine.java408 if (!responseHeaders.isCacheable(requestHeaders)) { in maybeCache()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLLinkElement.cpp405 ASSERT(restoredSheet->isCacheable()); in setCSSStyleSheet()
434 if (styleSheet->isCacheable()) in setCSSStyleSheet()