Home
last modified time | relevance | path

Searched defs:StyleRuleBase (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSUnknownRule.h36 virtual void reattach(StyleRuleBase*) OVERRIDE { } in reattach() argument
DCSSImportRule.cpp91 void CSSImportRule::reattach(StyleRuleBase*) in reattach() argument
DStyleRule.h87 StyleRuleBase(Type type) : m_type(type) { } in StyleRuleBase() function
88 StyleRuleBase(const StyleRuleBase& o) : m_type(o.m_type) { } in StyleRuleBase() function
DCSSKeyframeRule.cpp166 void CSSKeyframeRule::reattach(StyleRuleBase*) in reattach() argument
DCSSRule.h35 class StyleRuleBase; variable
DStyleSheetContents.h43 class StyleRuleBase; variable
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DBisonCSSParser.h61 class StyleRuleBase; variable