HomeSort by relevance Sort by last modified time
    Searched refs:m_attributes (Results 26 - 32 of 32) sorted by null

12

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToXMLSAXHandler.java 206 m_saxHandler.startElement(uri, localName, m_elemContext.m_elementName, m_attributes);
209 m_attributes.clear();
ToHTMLStream.java     [all...]
ToUnknownStream.java 499 * 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;
    [all...]
  /external/webkit/Source/WebCore/dom/
Element.cpp 828 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);
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.h 446 GraphicsContext3D::Attributes m_attributes; member in class:WebCore::WebGLRenderingContext
WebGLRenderingContext.cpp 387 , m_attributes(attributes)
506 || m_attributes.preserveDrawingBuffer || m_framebufferBinding)
557 if (m_context->layerComposited() && !m_attributes.preserveDrawingBuffer)
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 207 milliseconds

12