Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DPropertySetCSSStyleDeclaration.cpp243 didMutate(changed ? PropertyChanged : NoChanges); in removeProperty()
267 didMutate(changed ? PropertyChanged : NoChanges); in setPropertyInternal()
391 if (type == NoChanges) in didMutate()
DPropertySetCSSStyleDeclaration.h72 enum MutationType { NoChanges, PropertyChanged }; enumerator