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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DBidiRunForLine.cpp58 && toRenderText(current)->isAllCollapsibleWhitespace()))
H A DRenderText.h140 bool isAllCollapsibleWhitespace() const;
H A DInlineIterator.h196 if (curr->isText() && toRenderText(curr)->isAllCollapsibleWhitespace())
H A DRenderText.cpp1146 bool RenderText::isAllCollapsibleWhitespace() const function in class:blink::RenderText
H A DRenderObject.cpp1674 if (r->isText() && !toRenderText(r)->isAllCollapsibleWhitespace())
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DApplyStyleCommand.cpp1041 if (node->renderer()->isText() && toRenderText(node->renderer())->isAllCollapsibleWhitespace())

Completed in 245 milliseconds