Searched refs:didMutate (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/css/
H A DPropertySetCSSStyleDeclaration.cpp158 didMutate(PropertyChanged);
218 didMutate(changed ? PropertyChanged : NoChanges);
241 didMutate(changed ? PropertyChanged : NoChanges);
267 didMutate(changed ? PropertyChanged : NoChanges);
333 void StyleRuleCSSStyleDeclaration::didMutate(MutationType type) function in class:WebCore::StyleRuleCSSStyleDeclaration
341 // Style sheet mutation needs to be signaled even if the change failed. willMutate*/didMutate* must pair.
357 void InlineCSSStyleDeclaration::didMutate(MutationType type) function in class:WebCore::InlineCSSStyleDeclaration
H A DPropertySetCSSStyleDeclaration.h78 virtual void didMutate(MutationType) { } function in class:WebCore::PropertySetCSSStyleDeclaration
108 virtual void didMutate(MutationType) override;
128 virtual void didMutate(MutationType) override;
H A DCSSStyleSheet.cpp156 didMutate();
181 void CSSStyleSheet::didMutate() function in class:WebCore::CSSStyleSheet
213 didMutate();
H A DMediaList.cpp246 m_parentStyleSheet->didMutate();
267 m_parentStyleSheet->didMutate();
281 m_parentStyleSheet->didMutate();
H A DCSSStyleSheet.h110 void didMutate();

Completed in 148 milliseconds