Home
last modified time | relevance | path

Searched refs:createFontFaceValue (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSValuePool.h45 PassRefPtr<CSSValueList> createFontFaceValue(const AtomicString&);
DCSSValuePool.cpp131 PassRefPtr<CSSValueList> CSSValuePool::createFontFaceValue(const AtomicString& string) in createFontFaceValue() function in WebCore::CSSValuePool
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFontElement.cpp196 if (RefPtr<CSSValueList> fontFaceValue = cssValuePool().createFontFaceValue(value)) in collectStyleForPresentationAttribute()