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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontFaceElement.h 53 StyleRuleFontFace* fontFaceRule() const { return m_fontFaceRule.get(); }
66 RefPtr<StyleRuleFontFace> m_fontFaceRule;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceRule.h 45 StyleRuleFontFace* styleRule() const { return m_fontFaceRule.get(); }
50 RefPtr<StyleRuleFontFace> m_fontFaceRule;

Completed in 31 milliseconds