Searched refs:isCacheable (Results 1 - 23 of 23) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DResource.java19 private boolean isCacheable; field in class:Resource
36 void setCacheable(boolean isCacheable) { argument
37 this.isCacheable = isCacheable;
40 boolean isCacheable() { method in class:Resource
41 return isCacheable;
H A DEngineJob.java14 private boolean isCacheable; field in class:EngineJob
23 public EngineJob(Key key, Handler mainHandler, boolean isCacheable, EngineJobListener listener) { argument
25 this.isCacheable = isCacheable;
82 resource.setCacheable(isCacheable);
H A DEngine.java188 if (resource.isCacheable()) {
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DMatchResult.h81 MatchResult() : isCacheable(true) { }
84 bool isCacheable; member in class:blink::MatchResult
H A DMatchedPropertiesCache.h73 static bool isCacheable(const Element*, const RenderStyle*, const RenderStyle* parentStyle);
H A DMatchedPropertiesCache.cpp179 bool MatchedPropertiesCache::isCacheable(const Element* element, const RenderStyle* style, const RenderStyle* parentStyle) function in class:blink::MatchedPropertiesCache
H A DStyleResolver.cpp500 collector.addElementStyleProperties(toSVGElement(state.element())->animatedSMILStyleProperties(), false /* isCacheable */);
1397 unsigned cacheHash = matchResult.isCacheable ? computeMatchedPropertiesHash(matchResult.matchedProperties.data(), matchResult.matchedProperties.size()) : 0;
1401 if (cachedMatchedProperties && MatchedPropertiesCache::isCacheable(element, state.style(), state.parentStyle())) {
1472 if (!cachedMatchedProperties && cacheHash && MatchedPropertiesCache::isCacheable(element, state.style(), state.parentStyle())) {
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DCSSStyleSheetResource.cpp157 ASSERT(m_parsedStyleSheetCache->isCacheable());
171 ASSERT(sheet && sheet->isCacheable());
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DCacheStrategy.java68 public static boolean isCacheable(Response response, Request request) { method in class:CacheStrategy
200 if (!isCacheable(cacheResponse, request)) {
H A DHttpEngine.java392 if (!CacheStrategy.isCacheable(userResponse, networkRequest)) {
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStyleSheetContents.cpp91 ASSERT(o.isCacheable());
116 bool StyleSheetContents::isCacheable() const function in class:blink::StyleSheetContents
515 ASSERT(isCacheable());
590 ASSERT(isCacheable());
597 ASSERT(isCacheable());
H A DElementRuleCollector.cpp109 void ElementRuleCollector::addElementStyleProperties(const StylePropertySet* propertySet, bool isCacheable) argument
117 if (!isCacheable)
118 m_result.isCacheable = false;
H A DElementRuleCollector.h131 void addElementStyleProperties(const StylePropertySet*, bool isCacheable = true);
H A DStyleSheetContents.h72 bool isCacheable() const;
H A DCSSGradientValue.h138 bool isCacheable() const;
H A DCSSStyleSheet.cpp177 ASSERT(m_contents->isCacheable());
H A DCSSGradientValue.cpp56 bool cacheable = isCacheable();
452 bool CSSGradientValue::isCacheable() const function in class:blink::CSSGradientValue
/external/glide/library/src/main/java/com/bumptech/glide/
H A DGenericRequestBuilder.java68 private boolean isCacheable = true; field in class:GenericRequestBuilder
450 this.isCacheable = !skip;
628 isCacheable,
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLLinkElement.cpp512 ASSERT(restoredSheet->isCacheable());
540 if (styleSheet->isCacheable())
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFont.cpp162 bool isCacheable = codePathToUse == ComplexPath local
166 WidthCacheEntry* cacheEntry = isCacheable
180 ASSERT(!isCacheable);
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 296 milliseconds