Home
last modified time | relevance | path

Searched refs:m_linesDirty (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderText.h182 bool m_linesDirty : 1; // This bit indicates that the text run has already dirtied specific variable
DRenderText.cpp137 , m_linesDirty(false) in RenderText()
1111 m_linesDirty = dirtiedLines; in setTextWithOffset()
1250 else if (!m_linesDirty) { in dirtyLineBoxes()
1254 m_linesDirty = false; in dirtyLineBoxes()