Home
last modified time | relevance | path

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

/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
DResource.java19 private boolean isCacheable; field in Resource
36 void setCacheable(boolean isCacheable) { in setCacheable() argument
37 this.isCacheable = isCacheable; in setCacheable()
40 boolean isCacheable() { in isCacheable() method in Resource
41 return isCacheable; in isCacheable()
DEngineJob.java14 private boolean isCacheable; field in EngineJob
23 … public EngineJob(Key key, Handler mainHandler, boolean isCacheable, EngineJobListener listener) { in EngineJob() argument
25 this.isCacheable = isCacheable; in EngineJob()
82 resource.setCacheable(isCacheable); in onResourceReady()
DEngine.java188 if (resource.isCacheable()) { in onResourceReleased()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DMatchResult.h81 MatchResult() : isCacheable(true) { } in MatchResult()
84 bool isCacheable; variable
DMatchedPropertiesCache.h73 static bool isCacheable(const Element*, const RenderStyle*, const RenderStyle* parentStyle);
DMatchedPropertiesCache.cpp179 bool MatchedPropertiesCache::isCacheable(const Element* element, const RenderStyle* style, const Re… in isCacheable() function in blink::MatchedPropertiesCache
DStyleResolver.cpp1397 …unsigned cacheHash = matchResult.isCacheable ? computeMatchedPropertiesHash(matchResult.matchedPro… in applyMatchedProperties()
1401 …if (cachedMatchedProperties && MatchedPropertiesCache::isCacheable(element, state.style(), state.p… in applyMatchedProperties()
1472 …if (!cachedMatchedProperties && cacheHash && MatchedPropertiesCache::isCacheable(element, state.st… in applyMatchedProperties()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DCSSStyleSheetResource.cpp157 ASSERT(m_parsedStyleSheetCache->isCacheable()); in restoreParsedStyleSheet()
171 ASSERT(sheet && sheet->isCacheable()); in saveParsedStyleSheet()
/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleSheetContents.cpp91 ASSERT(o.isCacheable()); in StyleSheetContents()
116 bool StyleSheetContents::isCacheable() const in isCacheable() function in blink::StyleSheetContents
515 ASSERT(isCacheable()); in hasFailedOrCanceledSubresources()
590 ASSERT(isCacheable()); in addedToMemoryCache()
597 ASSERT(isCacheable()); in removedFromMemoryCache()
DElementRuleCollector.cpp109 …mentRuleCollector::addElementStyleProperties(const StylePropertySet* propertySet, bool isCacheable) in addElementStyleProperties() argument
117 if (!isCacheable) in addElementStyleProperties()
118 m_result.isCacheable = false; in addElementStyleProperties()
DStyleSheetContents.h72 bool isCacheable() const;
DElementRuleCollector.h131 void addElementStyleProperties(const StylePropertySet*, bool isCacheable = true);
DCSSGradientValue.h138 bool isCacheable() const;
DCSSStyleSheet.cpp177 ASSERT(m_contents->isCacheable()); in willMutateRules()
DCSSGradientValue.cpp56 bool cacheable = isCacheable(); in image()
452 bool CSSGradientValue::isCacheable() const in isCacheable() function in blink::CSSGradientValue
/external/glide/library/src/main/java/com/bumptech/glide/
DGenericRequestBuilder.java68 private boolean isCacheable = true; field in GenericRequestBuilder
450 this.isCacheable = !skip; in skipMemoryCache()
628 isCacheable, in obtainRequest()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DCacheStrategy.java68 public static boolean isCacheable(Response response, Request request) { in isCacheable() method in CacheStrategy
200 if (!isCacheable(cacheResponse, request)) { in getCandidate()
DHttpEngine.java392 if (!CacheStrategy.isCacheable(userResponse, networkRequest)) { in maybeCache()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLLinkElement.cpp512 ASSERT(restoredSheet->isCacheable()); in setCSSStyleSheet()
540 if (styleSheet->isCacheable()) in setCSSStyleSheet()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFont.cpp162 bool isCacheable = codePathToUse == ComplexPath in width() local
166 WidthCacheEntry* cacheEntry = isCacheable in width()
180 ASSERT(!isCacheable); in width()