Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextIterator.cpp262 , 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()
DTextIterator.h208 bool m_ignoresStyleVisibility; variable