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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResourceLoader.cpp 28 #include "core/css/CSSImageValue.h"
82 if (pendingImage->cssImageValue()) {
83 CSSImageValue* imageValue = pendingImage->cssImageValue();
116 CSSImageValue* cssImageValue = pendingImage->cssImageValue();
121 shapeValue->setImage(cssImageValue->cachedImage(m_fetcher, options, PotentiallyCORSEnabled));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StylePendingImage.h 32 #include "core/css/CSSImageValue.h"
49 CSSImageValue* cssImageValue() const { return m_value->isImageValue() ? toCSSImageValue(m_value) : 0; }

Completed in 44 milliseconds