isPending          50 Source/core/css/CSSCanvasValue.h     bool isPending() const { return false; }
isPending          43 Source/core/css/CSSCrossfadeValue.cpp         return toCSSImageGeneratorValue(value)->isPending();
isPending          59 Source/core/css/CSSCrossfadeValue.h     bool isPending() const;
isPending         110 Source/core/css/CSSGradientValue.h     bool isPending() const { return false; }
isPending         166 Source/core/css/CSSImageGeneratorValue.cpp         return toCSSCrossfadeValue(this)->isPending();
isPending         168 Source/core/css/CSSImageGeneratorValue.cpp         return toCSSCanvasValue(this)->isPending();
isPending         170 Source/core/css/CSSImageGeneratorValue.cpp         return toCSSLinearGradientValue(this)->isPending();
isPending         172 Source/core/css/CSSImageGeneratorValue.cpp         return toCSSRadialGradientValue(this)->isPending();
isPending          65 Source/core/css/CSSImageGeneratorValue.h     bool isPending() const;
isPending          55 Source/core/css/CSSImageSetValue.h     bool isPending() const { return !m_accessedBestFitImage; }
isPending          62 Source/core/css/resolver/ElementStyleResources.cpp     if (value->isPending()) {