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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceSrcValue.h 104 DEFINE_CSS_VALUE_TYPE_CASTS(CSSFontFaceSrcValue, isFontFaceSrcValue());
CSSValue.h 84 bool isFontFaceSrcValue() const { return m_classType == FontFaceSrcClass; }
  /external/chromium_org/third_party/WebKit/Source/core/page/
PageSerializer.cpp 367 } else if (cssValue->isFontFaceSrcValue()) {

Completed in 162 milliseconds