HomeSort by relevance Sort by last modified time
    Searched refs:HTMLContentType (Results 1 - 4 of 4) 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;
GraphicsLayerTextureMapper.cpp 317 m_pendingContent.contentType = image ? TextureMapperNode::DirectImageContentType : TextureMapperNode::HTMLContentType;
337 m_pendingContent.contentType = media ? TextureMapperNode::MediaContentType : TextureMapperNode::HTMLContentType;
TextureMapperNode.cpp 166 if (m_state.drawsContent || m_currentContent.contentType != HTMLContentType)
208 int descendantsWithContent = (m_state.drawsContent || m_currentContent.contentType != HTMLContentType) ? 1 : 0;
226 const bool selfHasContent = m_state.drawsContent || (m_currentContent.contentType != HTMLContentType);
442 if ((m_currentContent.contentType != HTMLContentType)
491 if (m_size.isEmpty() || (!m_state.drawsContent && m_currentContent.contentType == HTMLContentType))
751 if (m_currentContent.contentType == HTMLContentType && (changeMask & ParentChange)) {
781 if (wantedSize.isEmpty() && pendingContent.contentType == HTMLContentType)
  /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 143 milliseconds