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

  /external/webkit/WebCore/html/canvas/
WebGLContextAttributes.h 77 GraphicsContext3D::Attributes m_attrs; member in class:WebCore::WebGLContextAttributes
  /libcore/luni/src/main/java/org/apache/xml/serializer/
ElemDesc.java 42 private StringToIntTable m_attrs = null; field in class:ElemDesc
159 if (null == m_attrs)
160 m_attrs = new StringToIntTable();
162 m_attrs.put(name, flags);
175 return (null != m_attrs)
176 ? ((m_attrs.getIgnoreCase(name) & flags) != 0)
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
ISimpleElement.java 62 return m_attrs;
70 if (! m_attrs.isEmpty ())
73 m_attrs.emit (out);
85 m_attrs = attrs;
90 protected final AttributeSet m_attrs; field in class:ISimpleElement.Factory.SimpleElementImpl
  /libcore/luni/src/main/java/org/apache/xml/serializer/utils/
AttList.java 46 NamedNodeMap m_attrs; field in class:AttList
66 // m_attrs = attrs;
67 // m_lastIndex = m_attrs.getLength() - 1;
81 m_attrs = attrs;
82 m_lastIndex = m_attrs.getLength() - 1;
94 return m_attrs.getLength();
107 String ns = m_dh.getNamespaceOfNode(((Attr) m_attrs.item(index)));
123 return m_dh.getLocalNameOfNode(((Attr) m_attrs.item(index)));
136 return ((Attr) m_attrs.item(i)).getName();
162 return ((Attr) m_attrs.item(i)).getValue()
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/utils/
AttList.java 37 NamedNodeMap m_attrs; field in class:AttList
57 // m_attrs = attrs;
58 // m_lastIndex = m_attrs.getLength() - 1;
72 m_attrs = attrs;
73 m_lastIndex = m_attrs.getLength() - 1;
85 return m_attrs.getLength();
98 String ns = m_dh.getNamespaceOfNode(((Attr) m_attrs.item(index)));
114 return m_dh.getLocalNameOfNode(((Attr) m_attrs.item(index)));
127 return ((Attr) m_attrs.item(i)).getName();
153 return ((Attr) m_attrs.item(i)).getValue()
    [all...]
  /frameworks/base/tools/localize/
XMLHandler.h 90 inline const vector<XMLAttribute>& Attributes() const { return m_attrs; }
91 inline vector<XMLAttribute>& EditAttributes() { return m_attrs; }
118 vector<XMLAttribute> m_attrs; member in struct:XMLNode
  /external/webkit/WebKit/chromium/src/
GraphicsContext3D.cpp 135 GraphicsContext3D::Attributes m_attrs; member in class:WebCore::GraphicsContext3DInternal
356 : m_attrs(attrs)
387 m_attrs.alpha = true;
388 m_attrs.depth = true;
389 m_attrs.stencil = false;
390 m_attrs.antialias = false;
391 m_attrs.premultipliedAlpha = true;
    [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsContext3D.h 630 Attributes m_attrs; member in class:WebCore::GraphicsContext3D
  /external/emma/lib/
emma.jar 

Completed in 90 milliseconds