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

  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.h 89 inline TextureMapperNode::ContentData& pendingContent() { return m_pendingContent; }
TextureMapperNode.cpp 743 const TextureMapperNode::ContentData& pendingContent = graphicsLayer->pendingContent();
744 if (changeMask == NoChanges && pendingContent.needsDisplayRect.isEmpty() && !pendingContent.needsDisplay)
781 if (wantedSize.isEmpty() && pendingContent.contentType == HTMLContentType)
835 m_currentContent.contentType = pendingContent.contentType;
836 m_currentContent.image = pendingContent.image;
837 m_currentContent.media = pendingContent.media;
838 m_currentContent.backgroundColor = pendingContent.backgroundColor;
839 m_currentContent.needsDisplay = m_currentContent.needsDisplay || pendingContent.needsDisplay
    [all...]

Completed in 27 milliseconds