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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchResult.h 71 MatchResult() : isCacheable(true) { }
75 bool isCacheable;
MatchedPropertiesCache.h 58 static bool isCacheable(const Element*, const RenderStyle*, const RenderStyle* parentStyle);
MatchedPropertiesCache.cpp 136 bool MatchedPropertiesCache::isCacheable(const Element* element, const RenderStyle* style, const RenderStyle* parentStyle)
StyleResolver.cpp 581 collector.addElementStyleProperties(toSVGElement(state.element())->animatedSMILStyleProperties(), false /* isCacheable */);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
CSSStyleSheetResource.cpp 159 ASSERT(m_parsedStyleSheetCache->isCacheable());
173 ASSERT(sheet && sheet->isCacheable());
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleSheetContents.cpp 89 ASSERT(o.isCacheable());
103 bool StyleSheetContents::isCacheable() const
489 ASSERT(isCacheable());
514 ASSERT(isCacheable());
521 ASSERT(isCacheable());
ElementRuleCollector.cpp 108 void ElementRuleCollector::addElementStyleProperties(const StylePropertySet* propertySet, bool isCacheable)
116 if (!isCacheable)
117 m_result.isCacheable = false;
ElementRuleCollector.h 110 void addElementStyleProperties(const StylePropertySet*, bool isCacheable = true);
StyleSheetContents.h 71 bool isCacheable() const;
CSSGradientValue.h 118 bool isCacheable() const;
CSSStyleSheet.cpp 166 ASSERT(m_contents->isCacheable());
CSSGradientValue.cpp 51 bool cacheable = isCacheable();
436 bool CSSGradientValue::isCacheable() const
    [all...]
  /frameworks/base/libs/hwui/
LayerCache.cpp 139 if (!layer->isCacheable()) return false;
Layer.h 195 inline bool isCacheable() const {
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
ResponseHeaders.java 340 public boolean isCacheable(RequestHeaders request) {
392 if (!isCacheable(request)) {
HttpEngine.java 408 if (!responseHeaders.isCacheable(requestHeaders)) {
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLinkElement.cpp 405 ASSERT(restoredSheet->isCacheable());
434 if (styleSheet->isCacheable())
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 503 milliseconds