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

12

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
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...]
ToHTMLStream.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTElementDef.java 272 this.m_attributes = attributes;
555 private XSLTAttributeDef[] m_attributes; field in class:XSLTElementDef
564 return m_attributes;
  /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...]

Completed in 1278 milliseconds

12