Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DTextIterator.cpp273 , m_ignoresStyleVisibility(false) in TextIterator()
299 , m_ignoresStyleVisibility(behavior & TextIteratorIgnoresStyleVisibility) in TextIterator()
489 if (m_fullyClippedStack.top() && !m_ignoresStyleVisibility) in handleTextNode()
514 if (renderer->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility) in handleTextNode()
535 if (renderer->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility) in handleTextNode()
561 if (renderer->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility) { in handleTextBox()
645 if (r->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility) in handleTextNodeFirstLetter()
667 if (renderer->style()->visibility() != VISIBLE && !m_ignoresStyleVisibility) in handleReplacedElement()
DTextIterator.h185 bool m_ignoresStyleVisibility; variable