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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
RemoveCSSPropertyCommand.h 53 CSSPropertyID m_property; member in class:blink::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:blink::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 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/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 244 , m_property(property)
253 const CSSPropertyID m_property; member in class:blink::FINAL::FINAL
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptPromisePropertyTest.cpp 87 , 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:__anon15525::GarbageCollectedHolder
111 Property* property() { return m_property; }
117 , m_property(new Property(executionContext, toRefCountedScriptWrappable(), Property::Ready)) { }
119 Persistent<Property> m_property; member in class:__anon15525::RefCountedHolder
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 121 milliseconds