Home
last modified time | relevance | path

Searched refs:m_styleRule (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSStyleRule.cpp44 , m_styleRule(styleRule) in CSSStyleRule()
63 …m_propertiesCSSOMWrapper = StyleRuleCSSStyleDeclaration::create(m_styleRule->mutableProperties(), … in style()
71 …for (const CSSSelector* selector = m_styleRule->selectorList().first(); selector; selector = CSSSe… in generateSelectorText()
72 if (selector != m_styleRule->selectorList().first()) in generateSelectorText()
104 m_styleRule->wrapperAdoptSelectorList(selectorList); in setSelectorText()
117 String decls = m_styleRule->properties().asText(); in cssText()
128 m_styleRule = toStyleRule(rule); in reattach()
130 m_propertiesCSSOMWrapper->reattach(m_styleRule->mutableProperties()); in reattach()
135 visitor->trace(m_styleRule); in trace()
DCSSStyleRule.h53 StyleRule* styleRule() const { return m_styleRule.get(); } in styleRule()
62 RefPtrWillBeMember<StyleRule> m_styleRule; variable