Searched refs:PropertyWrapperBase (Results 1 – 3 of 3) sorted by relevance
224 class PropertyWrapperBase;227 static PropertyWrapperBase* wrapperForProperty(int propertyID);229 class PropertyWrapperBase { class230 WTF_MAKE_NONCOPYABLE(PropertyWrapperBase); WTF_MAKE_FAST_ALLOCATED;232 PropertyWrapperBase(int prop) in PropertyWrapperBase() function in WebCore::PropertyWrapperBase237 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 …]
42941 (WebCore::PropertyWrapperBase::animationIsAccelerated):52513 (WebCore::PropertyWrapperBase::isShorthandWrapper):
33827 Inherits PropertyWrapperBase class from Noncopyable because (its child class)