Searched refs:m_fontFaceRule (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSFontFaceRule.cpp34 , m_fontFaceRule(fontFaceRule)
47 m_propertiesCSSOMWrapper = StyleRuleCSSStyleDeclaration::create(m_fontFaceRule->mutableProperties(), const_cast<CSSFontFaceRule*>(this));
55 String descs = m_fontFaceRule->properties()->asText();
67 m_fontFaceRule = static_cast<StyleRuleFontFace*>(rule);
69 m_propertiesCSSOMWrapper->reattach(m_fontFaceRule->mutableProperties());
H A DCSSFontFaceRule.h48 RefPtr<StyleRuleFontFace> m_fontFaceRule; member in class:WebCore::CSSFontFaceRule
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFontFaceElement.h53 StyleRuleFontFace* fontFaceRule() const { return m_fontFaceRule.get(); }
66 RefPtr<StyleRuleFontFace> m_fontFaceRule; member in class:WebCore::FINAL
H A DSVGFontFaceElement.cpp51 , m_fontFaceRule(StyleRuleFontFace::create())
57 m_fontFaceRule->setProperties(styleDeclaration.release());
117 m_fontFaceRule->mutableProperties()->setProperty(propId, value, false);
262 return m_fontFaceRule->properties()->getPropertyValue(CSSPropertyFontFamily);
305 m_fontFaceRule->mutableProperties()->addParsedProperty(CSSProperty(CSSPropertySrc, list));
309 RefPtr<CSSValue> src = m_fontFaceRule->properties()->getPropertyCSSValue(CSSPropertySrc);
342 m_fontFaceRule->mutableProperties()->clear();

Completed in 61 milliseconds