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

  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFace.cpp 217 setPropertyFromString(s, CSSPropertyFontStyle, exceptionState);
222 setPropertyFromString(s, CSSPropertyFontWeight, exceptionState);
227 setPropertyFromString(s, CSSPropertyFontStretch, exceptionState);
232 setPropertyFromString(s, CSSPropertyUnicodeRange, exceptionState);
237 setPropertyFromString(s, CSSPropertyFontVariant, exceptionState);
242 setPropertyFromString(s, CSSPropertyWebkitFontFeatureSettings, exceptionState);
245 void FontFace::setPropertyFromString(const String& s, CSSPropertyID propertyID, ExceptionState& exceptionState)
FontFace.h 92 void setPropertyFromString(const String&, CSSPropertyID, ExceptionState&);

Completed in 50 milliseconds