Home
last modified time | relevance | path

Searched defs:isCacheable (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DPutPropertySlot.h66 bool isCacheable() const { return m_type != Uncachable; } in isCacheable() function
DPropertySlot.h90 bool isCacheable() const { return m_cachedPropertyType != Uncacheable; } in isCacheable() function
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DResponseHeaders.java325 public boolean isCacheable(RequestHeaders request) { in isCacheable() method in ResponseHeaders
/external/webkit/Source/WebCore/css/
DCSSGradientValue.cpp410 bool CSSGradientValue::isCacheable() const in isCacheable() function in WebCore::CSSGradientValue