コード例 #1
0
CSSImageGeneratorValue* CSSImageGeneratorValue::valueWithURLsMadeAbsolute()
{
    if (isCrossfadeValue())
        return toCSSCrossfadeValue(this)->valueWithURLsMadeAbsolute();
    return this;
}
コード例 #2
0
PassRefPtrWillBeRawPtr<CSSImageGeneratorValue> CSSImageGeneratorValue::valueWithURLsMadeAbsolute()
{
    if (isCrossfadeValue())
        return toCSSCrossfadeValue(this)->valueWithURLsMadeAbsolute();
    return this;
}