Home
last modified time | relevance | path

Searched refs:willMutateRules (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSStyleSheet.h103 void willMutateRules();
153 m_styleSheet->willMutateRules(); in RuleMutationScope()
160 m_styleSheet->willMutateRules(); in RuleMutationScope()
DCSSStyleSheet.cpp164 void CSSStyleSheet::willMutateRules() in willMutateRules() function in blink::CSSStyleSheet
166 InspectorInstrumentation::willMutateRules(this); in willMutateRules()
DPropertySetCSSStyleDeclaration.cpp349 m_parentRule->parentStyleSheet()->willMutateRules(); in willMutate()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCSSAgent.h121 void willMutateRules();
DInspectorInstrumentation.idl104 void willMutateRules(CSSStyleSheet*);
DInspectorCSSAgent.cpp499 void InspectorCSSAgent::willMutateRules() in willMutateRules() function in blink::InspectorCSSAgent