Home
last modified time | relevance | path

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

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