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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DRemoveCSSPropertyCommand.cpp40 , m_property(property)
56 m_oldValue = style->getPropertyValue(m_property);
57 m_important = style->propertyIsImportant(m_property);
61 m_element->style()->setPropertyInternal(m_property, String(), false, IGNORE_EXCEPTION);
66 m_element->style()->setPropertyInternal(m_property, m_oldValue, m_important, IGNORE_EXCEPTION);
H A DRemoveCSSPropertyCommand.h53 CSSPropertyID m_property; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/platform/animation/
H A DKeyframeValueList.h51 : m_property(property)
56 : m_property(other.property())
71 std::swap(m_property, other.m_property);
75 AnimatedPropertyID property() const { return m_property; }
85 AnimatedPropertyID m_property; member in class:blink::KeyframeValueList
/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.java593 if (m_activePropertyInfo != null && m_activePropertyInfo.m_property != null) {
594 activeEditor.deactivate(this, m_activePropertyInfo.m_property, save);
626 m_activePropertyInfo.m_property,
883 if (propertyInfo.m_property == property) {
1356 private final Property m_property; field in class:PropertyTable.PropertyInfo
1376 m_property = property;
1423 return m_property;
1492 if (!rawProperties_shouldShow(child.m_property)) {
1512 if (!rawProperties_shouldShow(child.m_property)) {
1550 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/chromium_org/third_party/WebKit/Source/core/animation/
H A DCompositorAnimationsTestHelper.h70 WebCompositorAnimation::TargetProperty m_property; member in class:blink::WebCompositorAnimationMock
74 WebCompositorAnimationMock(WebCompositorAnimation::TargetProperty p) : m_property(p) { }
75 virtual WebCompositorAnimation::TargetProperty targetProperty() const { return m_property; };
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptPromisePropertyTest.cpp87 , m_property(new Property(executionContext, toGarbageCollectedScriptWrappable(), Property::Ready)) { }
89 Property* property() { return m_property; }
95 visitor->trace(m_property);
99 Member<Property> m_property; member in class:__anon10900::GarbageCollectedHolder
111 Property* property() { return m_property; }
117 , m_property(new Property(executionContext, toRefCountedScriptWrappable(), Property::Ready)) { }
119 Persistent<Property> m_property; member in class:__anon10900::RefCountedHolder
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimations.h244 , m_property(property)
253 const CSSPropertyID m_property; member in class:blink::FINAL::FINAL
H A DCSSAnimations.cpp644 String propertyName = getPropertyNameString(m_property);

Completed in 319 milliseconds