Home
last modified time | relevance | path

Searched refs:RuleMutationScope (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSStyleSheet.h91 class RuleMutationScope {
92 WTF_MAKE_NONCOPYABLE(RuleMutationScope);
95 explicit RuleMutationScope(CSSStyleSheet*);
96 explicit RuleMutationScope(CSSRule*);
97 ~RuleMutationScope();
149 inline CSSStyleSheet::RuleMutationScope::RuleMutationScope(CSSStyleSheet* sheet) in RuleMutationScope() function
156 inline CSSStyleSheet::RuleMutationScope::RuleMutationScope(CSSRule* rule) in RuleMutationScope() function
163 inline CSSStyleSheet::RuleMutationScope::~RuleMutationScope() in ~RuleMutationScope()
DCSSKeyframesRule.cpp116 CSSStyleSheet::RuleMutationScope mutationScope(this); in setName()
131 CSSStyleSheet::RuleMutationScope mutationScope(this); in insertRule()
146 CSSStyleSheet::RuleMutationScope mutationScope(this); in deleteRule()
DMediaList.cpp196 CSSStyleSheet::RuleMutationScope mutationScope(m_parentRule); in setMediaText()
214 CSSStyleSheet::RuleMutationScope mutationScope(m_parentRule); in deleteMedium()
227 CSSStyleSheet::RuleMutationScope mutationScope(m_parentRule); in appendMedium()
DCSSGroupingRule.cpp86 CSSStyleSheet::RuleMutationScope mutationScope(this); in insertRule()
103 CSSStyleSheet::RuleMutationScope mutationScope(this); in deleteRule()
DCSSPageRule.cpp80 CSSStyleSheet::RuleMutationScope mutationScope(this); in setSelectorText()
DCSSStyleRule.cpp102 CSSStyleSheet::RuleMutationScope mutationScope(this); in setSelectorText()
DCSSStyleSheet.cpp319 RuleMutationScope mutationScope(this); in insertRule()
346 RuleMutationScope mutationScope(this); in deleteRule()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp989 CSSStyleSheet::RuleMutationScope mutationScope(m_pageStyleSheet.get()); in setText()
994 CSSStyleSheet::RuleMutationScope mutationScope(m_pageStyleSheet.get()); in setText()