Searched refs:countDescendantsWithContent (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.h146 int countDescendantsWithContent() const;
H A DTextureMapperNode.cpp203 int TextureMapperNode::countDescendantsWithContent() const function in class:WebCore::TextureMapperNode
213 descendantsWithContent += child->countDescendantsWithContent();
724 m_state.descendantsWithContent = countDescendantsWithContent();

Completed in 28 milliseconds