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

12

  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebAXObjectProxy.cpp 460 m_attributes.append("\n------------\n");
461 m_attributes.append(getAttributes(object));
464 string attributes() const { return m_attributes; }
467 string m_attributes; member in class:WebTestRunner::__anon10898::AttributesCollector
    [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/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 550 , m_attributes(attributes)
571 DrawingBuffer::PreserveDrawingBuffer preserve = m_attributes.preserveDrawingBuffer ? DrawingBuffer::Preserve : DrawingBuffer::Discard;
811 || m_attributes.preserveDrawingBuffer || (mask && m_framebufferBinding))
890 if (m_context->layerComposited() && !m_attributes.preserveDrawingBuffer) {
    [all...]
WebGLRenderingContext.h 489 GraphicsContext3D::Attributes m_attributes; member in class:WebCore::WebGLRenderingContext
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java     [all...]

Completed in 141 milliseconds

12