/external/glide/library/src/main/java/com/bumptech/glide/load/engine/ |
D | Resource.java | 19 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()
|
D | EngineJob.java | 14 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()
|
D | Engine.java | 188 if (resource.isCacheable()) { in onResourceReleased()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | MatchResult.h | 81 MatchResult() : isCacheable(true) { } in MatchResult() 84 bool isCacheable; variable
|
D | MatchedPropertiesCache.h | 73 static bool isCacheable(const Element*, const RenderStyle*, const RenderStyle* parentStyle);
|
D | MatchedPropertiesCache.cpp | 179 bool MatchedPropertiesCache::isCacheable(const Element* element, const RenderStyle* style, const Re… in isCacheable() function in blink::MatchedPropertiesCache
|
D | StyleResolver.cpp | 1397 …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/ |
D | CSSStyleSheetResource.cpp | 157 ASSERT(m_parsedStyleSheetCache->isCacheable()); in restoreParsedStyleSheet() 171 ASSERT(sheet && sheet->isCacheable()); in saveParsedStyleSheet()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | StyleSheetContents.cpp | 91 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()
|
D | ElementRuleCollector.cpp | 109 …mentRuleCollector::addElementStyleProperties(const StylePropertySet* propertySet, bool isCacheable) in addElementStyleProperties() argument 117 if (!isCacheable) in addElementStyleProperties() 118 m_result.isCacheable = false; in addElementStyleProperties()
|
D | StyleSheetContents.h | 72 bool isCacheable() const;
|
D | ElementRuleCollector.h | 131 void addElementStyleProperties(const StylePropertySet*, bool isCacheable = true);
|
D | CSSGradientValue.h | 138 bool isCacheable() const;
|
D | CSSStyleSheet.cpp | 177 ASSERT(m_contents->isCacheable()); in willMutateRules()
|
D | CSSGradientValue.cpp | 56 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/ |
D | GenericRequestBuilder.java | 68 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/ |
D | CacheStrategy.java | 68 public static boolean isCacheable(Response response, Request request) { in isCacheable() method in CacheStrategy 200 if (!isCacheable(cacheResponse, request)) { in getCandidate()
|
D | HttpEngine.java | 392 if (!CacheStrategy.isCacheable(userResponse, networkRequest)) { in maybeCache()
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLLinkElement.cpp | 512 ASSERT(restoredSheet->isCacheable()); in setCSSStyleSheet() 540 if (styleSheet->isCacheable()) in setCSSStyleSheet()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | Font.cpp | 162 bool isCacheable = codePathToUse == ComplexPath in width() local 166 WidthCacheEntry* cacheEntry = isCacheable in width() 180 ASSERT(!isCacheable); in width()
|