Searched refs:m_attrs (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLContextAttributes.cpp51 , m_attrs(attributes)
62 return m_attrs.alpha;
67 m_attrs.alpha = alpha;
72 return m_attrs.depth;
77 m_attrs.depth = depth;
82 return m_attrs.stencil;
87 m_attrs.stencil = stencil;
92 return m_attrs.antialias;
97 m_attrs.antialias = antialias;
102 return m_attrs
[all...]
H A DWebGLContextAttributes.h83 GraphicsContext3D::Attributes m_attrs; member in class:WebCore::WebGLContextAttributes
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DElemDesc.java42 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/
H A DAttList.java46 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
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DAttList.java37 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
[all...]
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DISimpleElement.java62 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
H A DIElement.java54 if (! m_attrs.isEmpty ())
57 m_attrs.emit (out);
/external/chromium_org/third_party/WebKit/Source/core/tests/
H A DFakeWebGraphicsContext3D.h133 virtual Attributes getContextAttributes() { return m_attrs; }
268 Attributes m_attrs; member in class:WebKit::FakeWebGraphicsContext3D
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 112 milliseconds