Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DKeyframeList.h58 HashSet<int> m_properties; // The properties specified in this keyframe. variable
93 HashSet<int> m_properties; // the properties being animated variable
/external/webkit/Source/WebCore/inspector/
DInspectorState.h71 RefPtr<InspectorObject> m_properties; variable
/external/webkit/Source/WebCore/css/
DCSSMutableStyleDeclaration.h172 Vector<CSSProperty, 4> m_properties; variable
/external/webkit/Tools/DumpRenderTree/chromium/
DCppBoundClass.h217 PropertyList m_properties; variable
/external/webkit/Source/JavaScriptCore/heap/
DMarkStack.h102 MarkSetProperties m_properties; member
/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