Searched refs:m_ignoresStyleVisibility (Results 1 – 2 of 2) sorted by relevance
256 , m_ignoresStyleVisibility(behavior & TextIteratorIgnoresStyleVisibility) in TextIterator()544 if (m_fullyClippedStack.top() && !m_ignoresStyleVisibility) in handleTextNode()569 if (renderer->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility) in handleTextNode()590 if (renderer->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility) in handleTextNode()617 if (renderer->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility) { in handleTextBox()717 if (r->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility) in handleTextNodeFirstLetter()736 if (renderer->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility) in handleReplacedElement()
208 bool m_ignoresStyleVisibility; variable