Home
last modified time | relevance | path

Searched defs:m_attributes (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourcePattern.h68 PatternAttributes m_attributes; variable
DRenderSVGInlineText.h68 SVGTextLayoutAttributes m_attributes; variable
/external/webkit/Source/JavaScriptCore/runtime/
DPropertyDescriptor.h75 unsigned m_attributes; variable
DLookup.h96 unsigned char m_attributes; // JSObject attributes variable
/external/emma/core/java12/com/vladium/jcd/cls/
DField_info.java191 private IAttributeCollection m_attributes; // never null field in Field_info
DMethod_info.java217 private IAttributeCollection m_attributes; field in Method_info
DClassDef.java725 private IAttributeCollection m_attributes; field in ClassDef
/external/webkit/Source/WebCore/html/
DHTMLFormElement.h152 FormSubmission::Attributes m_attributes; variable
/external/webkit/Source/WebCore/dom/
DNamedNodeMap.h122 Vector<RefPtr<Attribute> > m_attributes; variable
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
DCodeAttribute_info.java256 private IAttributeCollection m_attributes; // never null field in CodeAttribute_info
/external/webkit/Source/WebCore/html/parser/
DHTMLToken.h375 AttributeList m_attributes; variable
532 RefPtr<NamedNodeMap> m_attributes; variable
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.h446 GraphicsContext3D::Attributes m_attributes; variable
/external/webkit/Tools/DumpRenderTree/chromium/
DAccessibilityUIElement.cpp254 string m_attributes; member in AttributesCollector
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTElementDef.java555 private XSLTAttributeDef[] m_attributes; field in XSLTElementDef
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializerBase.java136 protected AttributesImplSerializer m_attributes = new AttributesImplSerializer(); field in SerializerBase