Home
last modified time | relevance | path

Searched defs:m_properties (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleRule.h125 RefPtrWillBeMember<StylePropertySet> m_properties; // Cannot be null. variable
148 RefPtrWillBeMember<StylePropertySet> m_properties; // Cannot be null. variable
173 RefPtrWillBeMember<StylePropertySet> m_properties; // Cannot be null. variable
254 RefPtrWillBeMember<StylePropertySet> m_properties; // Cannot be null variable
279 RefPtrWillBeMember<StylePropertySet> m_properties; variable
DCSSKeyframeRule.h71 RefPtrWillBeMember<StylePropertySet> m_properties; variable
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DKeyframeList.h60 HashSet<CSSPropertyID> m_properties; // The properties specified in this keyframe. variable
91 HashSet<CSSPropertyID> m_properties; // The properties being animated. variable
DStyleWillChangeData.h31 Vector<CSSPropertyID> m_properties; variable
/external/lldb/include/lldb/Interpreter/
DOptionValueProperties.h259 std::vector<Property> m_properties; variable
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/
DPropertyListIntersector.java79 private final List<Property> m_properties = Lists.newArrayList(); field in PropertyListIntersector.PropertyGroup
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorState.h88 RefPtr<JSONObject> m_properties; variable
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
DComplexProperty.java36 private Property[] m_properties; field in ComplexProperty
/external/chromium_org/third_party/WebKit/Source/core/frame/
DLocalDOMWindow.h360 WillBeHeapHashSet<RawPtrWillBeWeakMember<DOMWindowProperty> > m_properties; variable
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DOutputProperties.java668 private Properties m_properties = null; field in OutputProperties
/external/emma/core/java12/com/vladium/emma/rt/
DAppRunner.java821 private IProperties m_properties; field in AppRunner.AppRunnerExitHook
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DPropertyTable.java114 private List<PropertyInfo> m_properties; field in PropertyTable