Searched refs:isAllCollapsibleWhitespace (Results 1 – 6 of 6) sorted by relevance
58 && toRenderText(current)->isAllCollapsibleWhitespace())) in firstRenderObjectForDirectionalityDetermination()
140 bool isAllCollapsibleWhitespace() const;
196 if (curr->isText() && toRenderText(curr)->isAllCollapsibleWhitespace()) in isEmptyInline()
1146 bool RenderText::isAllCollapsibleWhitespace() const in isAllCollapsibleWhitespace() function in blink::RenderText
1674 if (r->isText() && !toRenderText(r)->isAllCollapsibleWhitespace()) in hasImmediateNonWhitespaceTextChildOrPropertiesDependentOnColor()
1041 if (node->renderer()->isText() && toRenderText(node->renderer())->isAllCollapsibleWhitespace()) in applyInlineStyleToPushDown()