Searched refs:shouldEmitNewlineForNode (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextIterator.cpp739 static bool shouldEmitNewlineForNode(Node* node, bool emitsOriginalText) function in namespace:WebCore
947 if (shouldEmitNewlineForNode(m_node, m_emitsOriginalText))
1311 if (shouldEmitNewlineForNode(m_node, m_emitsOriginalText) || shouldEmitNewlineAfterNode(m_node) || shouldEmitTabBeforeNode(m_node)) {
1322 if (shouldEmitNewlineForNode(m_node, m_emitsOriginalText) || shouldEmitNewlineBeforeNode(m_node) || shouldEmitTabBeforeNode(m_node)) {

Completed in 46 milliseconds