HomeSort by relevance Sort by last modified time
    Searched defs:HTMLContentType (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.h 89 enum ContentType { HTMLContentType, DirectImageContentType, ColorContentType, MediaContentType, Canvas3DContentType};
101 , contentType(HTMLContentType)
178 return m_currentContent.contentType == HTMLContentType ? entireRect() : m_state.contentsRect;
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 168 enum StaticContentType { HTMLContentType, PixmapContentType, ColorContentType, MediaContentType, Canvas3DContentType};
253 , contentType(HTMLContentType)
397 const bool requiresTiling = (m_state.drawsContent && m_currentContent.contentType == HTMLContentType) && (m_size.width() > GRAPHICS_LAYER_TILING_THRESHOLD || m_size.height() > GRAPHICS_LAYER_TILING_THRESHOLD);
638 case HTMLContentType:
791 case HTMLContentType:
836 if (m_pendingContent.contentType == HTMLContentType && allowAcceleratedCompositingCache())
    [all...]

Completed in 31 milliseconds