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

/external/webkit/Source/WebCore/css/
H A DCSSFontFaceSrcValue.cpp27 #include "CSSFontFaceSrcValue.h"
34 CSSFontFaceSrcValue::~CSSFontFaceSrcValue()
39 bool CSSFontFaceSrcValue::isSVGFontFaceSrc() const
45 bool CSSFontFaceSrcValue::isSupportedFormat() const
63 String CSSFontFaceSrcValue::cssText() const
77 void CSSFontFaceSrcValue::addSubresourceStyleURLs(ListHashSet<KURL>& urls, const CSSStyleSheet* styleSheet)
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 70 milliseconds