HomeSort by relevance Sort by last modified time
    Searched defs:m_property (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
RemoveCSSPropertyCommand.h 53 CSSPropertyID m_property; member in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/platform/animation/
KeyframeValueList.h 51 : 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:WebCore::KeyframeValueList
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTableTooltipHelper.java 73 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);
PropertyTable.java 593 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
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimationsTestHelper.h 70 blink::WebAnimation::TargetProperty m_property; member in class:blink::WebAnimationMock
74 WebAnimationMock(blink::WebAnimation::TargetProperty p) : m_property(p) { }
75 virtual blink::WebAnimation::TargetProperty targetProperty() const { return m_property; };
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
StringPropertyDialog.java 47 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/css/
CSSAnimations.h 242 , m_property(property)
249 const CSSPropertyID m_property; member in class:WebCore::FINAL::FINAL
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 283 milliseconds