HomeSort by relevance Sort by last modified time
    Searched refs:isCacheable (Results 1 - 21 of 21) sorted by null

  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
Resource.java 19 private boolean isCacheable;
36 void setCacheable(boolean isCacheable) {
37 this.isCacheable = isCacheable;
40 boolean isCacheable() {
41 return isCacheable;
EngineJob.java 14 private boolean isCacheable;
23 public EngineJob(Key key, Handler mainHandler, boolean isCacheable, EngineJobListener listener) {
25 this.isCacheable = isCacheable;
82 resource.setCacheable(isCacheable);
Engine.java 188 if (resource.isCacheable()) {
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchResult.h 81 MatchResult() : isCacheable(true) { }
84 bool isCacheable;
MatchedPropertiesCache.h 73 static bool isCacheable(const Element*, const RenderStyle*, const RenderStyle* parentStyle);
MatchedPropertiesCache.cpp 179 bool MatchedPropertiesCache::isCacheable(const Element* element, const RenderStyle* style, const RenderStyle* parentStyle)
StyleResolver.cpp 500 collector.addElementStyleProperties(toSVGElement(state.element())->animatedSMILStyleProperties(), false /* isCacheable */);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
CSSStyleSheetResource.cpp 157 ASSERT(m_parsedStyleSheetCache->isCacheable());
171 ASSERT(sheet && sheet->isCacheable());
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
CacheStrategy.java 68 public static boolean isCacheable(Response response, Request request) {
200 if (!isCacheable(cacheResponse, request)) {
HttpEngine.java 392 if (!CacheStrategy.isCacheable(userResponse, networkRequest)) {
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleSheetContents.cpp 91 ASSERT(o.isCacheable());
116 bool StyleSheetContents::isCacheable() const
515 ASSERT(isCacheable());
590 ASSERT(isCacheable());
597 ASSERT(isCacheable());
ElementRuleCollector.cpp 109 void ElementRuleCollector::addElementStyleProperties(const StylePropertySet* propertySet, bool isCacheable)
117 if (!isCacheable)
118 m_result.isCacheable = false;
ElementRuleCollector.h 131 void addElementStyleProperties(const StylePropertySet*, bool isCacheable = true);
StyleSheetContents.h 72 bool isCacheable() const;
CSSGradientValue.h 138 bool isCacheable() const;
CSSStyleSheet.cpp 177 ASSERT(m_contents->isCacheable());
CSSGradientValue.cpp 56 bool cacheable = isCacheable();
452 bool CSSGradientValue::isCacheable() const
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/
GenericRequestBuilder.java 68 private boolean isCacheable = true;
450 this.isCacheable = !skip;
628 isCacheable,
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLinkElement.cpp 512 ASSERT(restoredSheet->isCacheable());
540 if (styleSheet->isCacheable())
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.cpp 162 bool isCacheable = codePathToUse == ComplexPath
166 WidthCacheEntry* cacheEntry = isCacheable
180 ASSERT(!isCacheable);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 

Completed in 406 milliseconds