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

/external/webkit/Source/WebCore/css/
H A DCSSFontSelector.cpp88 void CSSFontSelector::addFontFaceRule(const CSSFontFaceRule* fontFaceRule) argument
91 const CSSMutableStyleDeclaration* style = fontFaceRule->style();
H A DCSSStyleSelector.cpp3194 const CSSFontFaceRule* fontFaceRule = static_cast<CSSFontFaceRule*>(childItem); local
3195 styleSelector->fontSelector()->addFontFaceRule(fontFaceRule);
3204 const CSSFontFaceRule* fontFaceRule = static_cast<CSSFontFaceRule*>(item); local
3205 styleSelector->fontSelector()->addFontFaceRule(fontFaceRule);

Completed in 214 milliseconds