Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/animation/
DAnimationBase.cpp224 class PropertyWrapperBase;
227 static PropertyWrapperBase* wrapperForProperty(int propertyID);
229 class PropertyWrapperBase { class
230 WTF_MAKE_NONCOPYABLE(PropertyWrapperBase); WTF_MAKE_FAST_ALLOCATED;
232 PropertyWrapperBase(int prop) in PropertyWrapperBase() function in WebCore::PropertyWrapperBase
237 virtual ~PropertyWrapperBase() { } in ~PropertyWrapperBase()
254 class PropertyWrapperGetter : public PropertyWrapperBase {
257 : PropertyWrapperBase(prop) in PropertyWrapperGetter()
330 class PropertyWrapperShadow : public PropertyWrapperBase {
333 : PropertyWrapperBase(prop) in PropertyWrapperShadow()
[all …]
/external/webkit/Source/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)