Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSFontFaceSrcValue.h98 DEFINE_CSS_VALUE_TYPE_CASTS(CSSFontFaceSrcValue, isFontFaceSrcValue());
DCSSValue.h80 bool isFontFaceSrcValue() const { return m_classType == FontFaceSrcClass; } in isFontFaceSrcValue() function
/external/chromium_org/third_party/WebKit/Source/core/page/
DPageSerializer.cpp359 } else if (cssValue->isFontFaceSrcValue()) { in retrieveResourcesForCSSValue()