Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DReplaceSelectionCommand.cpp685 static inline bool nodeHasVisibleRenderText(Text& text) in nodeHasVisibleRenderText() function
695 …if (lastLeafInserted && lastLeafInserted->isTextNode() && !nodeHasVisibleRenderText(toText(*lastLe… in removeUnrenderedTextNodesAtEnds()
705 …if (firstNodeInserted && firstNodeInserted->isTextNode() && !nodeHasVisibleRenderText(toText(*firs… in removeUnrenderedTextNodesAtEnds()