Searched refs:createFontFaceValue (Results 1 – 3 of 3) sorted by relevance
45 PassRefPtr<CSSValueList> createFontFaceValue(const AtomicString&);
131 PassRefPtr<CSSValueList> CSSValuePool::createFontFaceValue(const AtomicString& string) in createFontFaceValue() function in WebCore::CSSValuePool
196 if (RefPtr<CSSValueList> fontFaceValue = cssValuePool().createFontFaceValue(value)) in collectStyleForPresentationAttribute()