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

  /external/webkit/Source/WebCore/css/
CSSFontFaceSrcValue.cpp 27 #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)
CSSFontFaceSrcValue.h 39 class CSSFontFaceSrcValue : public CSSValue {
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)

Completed in 403 milliseconds