Searched refs:m_property (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DRemoveCSSPropertyCommand.cpp40 , m_property(property)
53 m_oldValue = style->getPropertyValue(m_property);
54 m_important = style->propertyIsImportant(m_property);
58 m_element->style()->setPropertyInternal(m_property, String(), false, IGNORE_EXCEPTION);
63 m_element->style()->setPropertyInternal(m_property, m_oldValue, m_important, IGNORE_EXCEPTION);
H A DRemoveCSSPropertyCommand.h55 CSSPropertyID m_property; member in class:WebCore::RemoveCSSPropertyCommand
/macosx-10.9.5/WebCore-7537.78.1/svg/properties/
H A DSVGAnimatedStaticPropertyTearOff.h35 return m_property;
42 return m_property;
47 m_property = property;
66 return m_property;
103 , m_property(property)
109 PropertyType& m_property; member in class:WebCore::SVGAnimatedStaticPropertyTearOff
H A DSVGAnimatedPropertyTearOff.h50 m_baseVal = PropertyTearOff::create(this, BaseValRole, m_property);
57 m_animVal = PropertyTearOff::create(this, AnimValRole, m_property);
76 return m_property;
91 m_animVal->setValue(m_property);
112 , m_property(property)
116 PropertyType& m_property; member in class:WebCore::SVGAnimatedPropertyTearOff
/macosx-10.9.5/WebCore-7537.78.1/platform/animation/
H A DAnimation.cpp29 , m_property(CSSPropertyInvalid)
54 , m_property(o.m_property)
79 m_property = o.m_property;
113 && m_property == o->m_property
H A DAnimation.h120 CSSPropertyID property() const { return m_property; }
131 void setProperty(CSSPropertyID t) { m_property = t; m_propertySet = true; }
154 CSSPropertyID m_property; member in class:WebCore::Animation
/macosx-10.9.5/WebCore-7537.78.1/bridge/qt/
H A Dqt_instance.cpp309 return m_property.name();
327 if (m_property.isReadable())
328 val = m_property.read(obj);
357 argtype = (QMetaType::Type) m_property.userType();
367 if (m_property.isWritable())
368 m_property.write(obj, val);
H A Dqt_runtime.h56 : m_type(MetaProperty), m_property(p)
76 QMetaProperty m_property; member in class:JSC::Bindings::QtField
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsLayer.h179 : m_property(property)
184 : m_property(other.property())
203 std::swap(m_property, other.m_property);
207 AnimatedPropertyID property() const { return m_property; }
217 AnimatedPropertyID m_property; member in class:WebCore::KeyframeValueList
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DGraphicsLayerClutter.h236 , m_property(property)
243 AnimatedPropertyID m_property; member in struct:WebCore::GraphicsLayerClutter::LayerPropertyAnimation
H A DGraphicsLayerClutter.cpp430 if (currAnimation.m_property == AnimatedPropertyWebkitTransform
431 || currAnimation.m_property == AnimatedPropertyOpacity
432 || currAnimation.m_property == AnimatedPropertyBackgroundColor)
433 moveOrCopyLayerAnimation(operation, animationIdentifier(currAnimation.m_name, currAnimation.m_property, currAnimation.m_index), fromLayer, toLayer);
601 removeClutterAnimationFromLayer(currAnimation.m_property, currAnimationName, currAnimation.m_index);
604 pauseClutterAnimationOnLayer(currAnimation.m_property, currAnimationName, currAnimation.m_index, processingInfo.timeOffset);
620 setAnimationOnLayer(pendingAnimation.m_animation.get(), pendingAnimation.m_property, pendingAnimation.m_name, pendingAnimation.m_index, pendingAnimation.m_timeOffset);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DGraphicsLayerCA.h452 , m_property(property)
460 AnimatedPropertyID m_property;
H A DGraphicsLayerCA.cpp512 if (currAnimation.m_property == AnimatedPropertyWebkitTransform || currAnimation.m_property == AnimatedPropertyOpacity
513 || currAnimation.m_property == AnimatedPropertyBackgroundColor
515 || currAnimation.m_property == AnimatedPropertyWebkitFilter
518 moveOrCopyLayerAnimation(operation, animationIdentifier(currAnimation.m_name, currAnimation.m_property, currAnimation.m_index, currAnimation.m_subIndex), fromLayer, toLayer);
1894 removeCAAnimationFromLayer(currAnimation.m_property, currAnimationName, currAnimation.m_index, currAnimation.m_subIndex);
1897 pauseCAAnimationOnLayer(currAnimation.m_property, currAnimationName, currAnimation.m_index, currAnimation.m_subIndex, processingInfo.timeOffset);
1913 setAnimationOnLayer(pendingAnimation.m_animation.get(), pendingAnimation.m_property, pendingAnimation.m_name, pendingAnimation.m_index, pendingAnimation.m_subIndex, pendingAnimation.m_timeOffset);
1938 if (currAnimation.m_property == AnimatedPropertyWebkitTransform)

Completed in 95 milliseconds