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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceRule.cpp 34 , m_fontFaceRule(fontFaceRule)
49 m_propertiesCSSOMWrapper = StyleRuleCSSStyleDeclaration::create(m_fontFaceRule->mutableProperties(), const_cast<CSSFontFaceRule*>(this));
57 String descs = m_fontFaceRule->properties().asText();
68 m_fontFaceRule = toStyleRuleFontFace(rule);
70 m_propertiesCSSOMWrapper->reattach(m_fontFaceRule->mutableProperties());
75 visitor->trace(m_fontFaceRule);
CSSFontFaceRule.h 49 StyleRuleFontFace* styleRule() const { return m_fontFaceRule.get(); }
56 RefPtrWillBeMember<StyleRuleFontFace> m_fontFaceRule;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontFaceElement.h 55 StyleRuleFontFace* fontFaceRule() const { return m_fontFaceRule.get(); }
71 RefPtrWillBeMember<StyleRuleFontFace> m_fontFaceRule;
SVGFontFaceElement.cpp 51 , m_fontFaceRule(StyleRuleFontFace::create())
56 m_fontFaceRule->setProperties(styleDeclaration.release());
113 m_fontFaceRule->mutableProperties().setProperty(propId, value, false);
258 return m_fontFaceRule->properties().getPropertyValue(CSSPropertyFontFamily);
294 m_fontFaceRule->mutableProperties().addParsedProperty(CSSProperty(CSSPropertySrc, list));
298 RefPtrWillBeRawPtr<CSSValue> src = m_fontFaceRule->properties().getPropertyCSSValue(CSSPropertySrc);
336 document().styleEngine()->fontSelector()->fontFaceCache()->remove(m_fontFaceRule.get());
339 m_fontFaceRule->mutableProperties().clear();
353 visitor->trace(m_fontFaceRule);

Completed in 259 milliseconds