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

/external/webkit/Source/WebCore/editing/
H A DRemoveCSSPropertyCommand.cpp37 , m_property(property)
46 m_oldValue = style->getPropertyValue(m_property);
47 m_important = style->getPropertyPriority(m_property);
48 style->removeProperty(m_property);
54 style->setProperty(m_property, m_oldValue, m_important);
H A DRemoveCSSPropertyCommand.h49 CSSPropertyID m_property; member in class:WebCore::RemoveCSSPropertyCommand
/external/webkit/Source/WebCore/svg/properties/
H A DSVGAnimatedStaticPropertyTearOff.h33 return m_property;
39 return m_property;
44 m_property = property;
62 , m_property(property)
67 PropertyType& m_property; member in class:WebCore::SVGAnimatedStaticPropertyTearOff
H A DSVGAnimatedPropertyTearOff.h35 m_baseVal = SVGPropertyTearOff<PropertyType>::create(this, BaseValRole, m_property);
42 m_animVal = SVGPropertyTearOff<PropertyType>::create(this, AnimValRole, m_property);
57 , m_property(property)
62 PropertyType& m_property; member in class:WebCore::SVGAnimatedPropertyTearOff
/external/webkit/Source/WebCore/platform/animation/
H A DAnimation.cpp29 , m_property(initialAnimationProperty())
53 , m_property(o.m_property)
77 m_property = o.m_property;
110 && m_property == o->m_property
H A DAnimation.h97 int property() const { return m_property; }
107 void setProperty(int t) { m_property = t; m_propertySet = true; }
129 int m_property; member in class:WebCore::Animation
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTableTooltipHelper.java73 private Property m_property; field in class:PropertyTableTooltipHelper
91 m_property = property;
126 if (m_property == null) {
131 showTooltip(m_property.getAdapter(PropertyTooltipProvider.class), m_beginX, m_endX);
134 showTooltip(m_property.getEditor().getAdapter(PropertyTooltipProvider.class),
150 Control control = provider.createTooltipControl(m_property, m_tooltip, endX - startX, this);
H A DPropertyTable.java573 if (m_activePropertyInfo != null && m_activePropertyInfo.m_property != null) {
574 activeEditor.deactivate(this, m_activePropertyInfo.m_property, save);
606 m_activePropertyInfo.m_property,
863 if (propertyInfo.m_property == property) {
1336 private final Property m_property; field in class:PropertyTable.PropertyInfo
1356 m_property = property;
1403 return m_property;
1472 if (!rawProperties_shouldShow(child.m_property)) {
1492 if (!rawProperties_shouldShow(child.m_property)) {
1530 IComplexPropertyEditor complexEditor = (IComplexPropertyEditor) m_property
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
H A DStringPropertyDialog.java47 private final Property m_property; field in class:StringPropertyDialog
56 m_property = property;
92 Object value = m_property.getValue();
135 m_property.setValue(value);
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_instance.cpp331 return m_property.name();
349 if (m_property.isReadable())
350 val = m_property.read(obj);
375 argtype = (QMetaType::Type) QMetaType::type(m_property.typeName());
380 if (m_property.isWritable())
381 m_property.write(obj, val);
H A Dqt_runtime.h50 : m_type(MetaProperty), m_property(p)
70 QMetaProperty m_property; member in class:JSC::Bindings::QtField
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.h160 : m_property(property)
169 AnimatedPropertyID property() const { return m_property; }
179 AnimatedPropertyID m_property; member in class:WebCore::KeyframeValueList
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.h367 , m_property(property)
374 AnimatedPropertyID m_property; member in struct:WebCore::GraphicsLayerCA::LayerPropertyAnimation
H A DGraphicsLayerCA.cpp454 if (currAnimation.m_property == property)
455 moveOrCopyLayerAnimation(operation, animationIdentifier(currAnimation.m_name, currAnimation.m_property, currAnimation.m_index), fromLayer, toLayer);
1418 removeCAAnimationFromLayer(currAnimation.m_property, currAnimationName, currAnimation.m_index);
1421 pauseCAAnimationOnLayer(currAnimation.m_property, currAnimationName, currAnimation.m_index, processingInfo.timeOffset);
1437 setAnimationOnLayer(pendingAnimation.m_animation.get(), pendingAnimation.m_property, pendingAnimation.m_name, pendingAnimation.m_index, pendingAnimation.m_timeOffset);

Completed in 166 milliseconds