Home
last modified time | relevance | path

Searched refs:PropertyWrapperBase (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/page/animation/
DAnimationBase.cpp195 class PropertyWrapperBase;
198 static PropertyWrapperBase* wrapperForProperty(int propertyID);
200 class PropertyWrapperBase : public Noncopyable { class
202 PropertyWrapperBase(int prop) in PropertyWrapperBase() function in WebCore::PropertyWrapperBase
207 virtual ~PropertyWrapperBase() { } in ~PropertyWrapperBase()
224 class PropertyWrapperGetter : public PropertyWrapperBase {
227 : PropertyWrapperBase(prop) in PropertyWrapperGetter()
358 class PropertyWrapperMaybeInvalidColor : public PropertyWrapperBase {
361 : PropertyWrapperBase(prop) in PropertyWrapperMaybeInvalidColor()
458 class FillLayersPropertyWrapper : public PropertyWrapperBase {
[all …]
/external/webkit/WebCore/
DChangeLog-2009-06-1642941 (WebCore::PropertyWrapperBase::animationIsAccelerated):
52513 (WebCore::PropertyWrapperBase::isShorthandWrapper):
DChangeLog-2010-01-2933827 Inherits PropertyWrapperBase class from Noncopyable because (its child class)