Searched refs:m_attributes (Results 26 - 32 of 32) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToXMLSAXHandler.java206 m_saxHandler.startElement(uri, localName, m_elemContext.m_elementName, m_attributes);
209 m_attributes.clear();
H A DToHTMLStream.java991 int nAttrs = m_attributes.getLength();
996 m_attributes.clear();
1762 * @param nAttrs the number of attributes in m_attributes
1777 m_attributes.getQName(i),
1778 m_attributes.getValue(i),
1799 int nAttrs = m_attributes.getLength();
1804 m_attributes.clear();
H A DToUnknownStream.java499 * add these attributes to m_attributes. So me must call super.
500 * addAttributes() In this case m_attributes is only used for the
1054 m_handler.startElement(m_firstElementURI, null, m_firstElementName, m_attributes);
1056 m_attributes = null;
/external/webkit/Source/WebCore/dom/
H A DElement.cpp828 const QualifiedName& attributeName = m_attributeMap->m_attributes[i]->name();
830 m_attributeMap->m_attributes.remove(i);
834 if (isAttributeToRemove(attributeName, m_attributeMap->m_attributes[i]->value()))
835 m_attributeMap->m_attributes[i]->setValue(nullAtom);
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.h446 GraphicsContext3D::Attributes m_attributes; member in class:WebCore::WebGLRenderingContext
H A DWebGLRenderingContext.cpp387 , m_attributes(attributes)
506 || m_attributes.preserveDrawingBuffer || m_framebufferBinding)
557 if (m_context->layerComposited() && !m_attributes.preserveDrawingBuffer)
3906 RefPtr<GraphicsContext3D> context(GraphicsContext3D::create(m_attributes, canvas()->document()->view()->root()->hostWindow()));
4147 if (m_attributes.alpha)
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 277 milliseconds

12