Searched refs:m_ignoresStyleVisibility (Results 1 – 2 of 2) sorted by relevance
262 , m_ignoresStyleVisibility(behavior & TextIteratorIgnoresStyleVisibility) in TextIterator()293 , m_ignoresStyleVisibility(behavior & TextIteratorIgnoresStyleVisibility) in TextIterator()591 if (m_fullyClippedStack.top() && !m_ignoresStyleVisibility) in handleTextNode()616 if (renderer->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility) in handleTextNode()637 if (renderer->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility) in handleTextNode()664 if (renderer->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility) { in handleTextBox()764 if (r->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility) in handleTextNodeFirstLetter()783 if (renderer->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility) in handleReplacedElement()
208 bool m_ignoresStyleVisibility; variable