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

  /external/webkit/Source/WebCore/html/canvas/
WebGLContextAttributes.h 82 GraphicsContext3D::Attributes m_attrs; member in class:WebCore::WebGLContextAttributes
  /external/apache-xml/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/apache-xml/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...]
  /external/apache-xml/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...]
  /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
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 259 GraphicsContext3D::Attributes m_attrs; member in class:WebCore::GraphicsContext3DInternal
295 : m_attrs(attrs)
323 m_attrs.stencil = false;
325 if (m_attrs.stencil)
326 m_attrs.depth = true;
328 m_attrs.antialias = false;
439 if (m_attrs.depth)
489 if (m_attrs.alpha)
495 if (m_attrs.depth) {
501 if (m_attrs.stencil
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 908 Attributes m_attrs; member in class:WebCore::GraphicsContext3D
    [all...]
  /external/emma/lib/
emma.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 98 milliseconds