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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.h140 bool isAllCollapsibleWhitespace() const;
H A DInlineIterator.h193 if (curr->isText() && toRenderText(curr)->isAllCollapsibleWhitespace())
H A DRenderText.cpp1113 bool RenderText::isAllCollapsibleWhitespace() const function in class:WebCore::RenderText
H A DRenderBlockLineLayout.cpp102 if (isIteratorTarget(current) && !(current->isText() && toRenderText(current)->isAllCollapsibleWhitespace()))
H A DRenderObject.cpp1888 if (r->isText() && !toRenderText(r)->isAllCollapsibleWhitespace())
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DApplyStyleCommand.cpp1012 if (node->renderer()->isText() && toRenderText(node->renderer())->isAllCollapsibleWhitespace())

Completed in 59 milliseconds