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

  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.h 215 int descendantsWithContent;
231 , descendantsWithContent(0)
TextureMapperNode.cpp 208 int descendantsWithContent = (m_state.drawsContent || m_currentContent.contentType != HTMLContentType) ? 1 : 0;
213 descendantsWithContent += child->countDescendantsWithContent();
216 return descendantsWithContent;
227 const bool hasDescendantsWithContent = m_state.descendantsWithContent - (selfHasContent ? 1 : 0);
243 if (!m_state.descendantsWithContent)
265 if ((hasReplica && hasDescendantsWithContent) || (hasReplica && hasTransparency) || (hasTransparency && m_state.descendantsWithContent > 1))
724 m_state.descendantsWithContent = countDescendantsWithContent();

Completed in 166 milliseconds