Searched defs:StyleRuleBase (Results 1 – 7 of 7) sorted by relevance
36 virtual void reattach(StyleRuleBase*) OVERRIDE { } in reattach() argument
91 void CSSImportRule::reattach(StyleRuleBase*) in reattach() argument
87 StyleRuleBase(Type type) : m_type(type) { } in StyleRuleBase() function88 StyleRuleBase(const StyleRuleBase& o) : m_type(o.m_type) { } in StyleRuleBase() function
166 void CSSKeyframeRule::reattach(StyleRuleBase*) in reattach() argument
35 class StyleRuleBase; variable
43 class StyleRuleBase; variable
61 class StyleRuleBase; variable