Searched defs:CSSFontFaceSrcValue (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/css/
H A DCSSFontFaceSrcValue.h39 class CSSFontFaceSrcValue : public CSSValue { class in namespace:WebCore
41 static PassRefPtr<CSSFontFaceSrcValue> create(const String& resource)
43 return adoptRef(new CSSFontFaceSrcValue(resource, false));
45 static PassRefPtr<CSSFontFaceSrcValue> createLocal(const String& resource)
47 return adoptRef(new CSSFontFaceSrcValue(resource, true));
50 virtual ~CSSFontFaceSrcValue() { }
72 CSSFontFaceSrcValue(const String& resource, bool local) function in class:WebCore::CSSFontFaceSrcValue

Completed in 52 milliseconds