Searched refs:hasSelectedChildren (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineBox.h390 bool hasSelectedChildren() const { return m_bitfields.hasSelectedChildrenOrCanHaveLeadingExpansion(); } function in class:WebCore::InlineBox
391 void setHasSelectedChildren(bool hasSelectedChildren) { m_bitfields.setHasSelectedChildrenOrCanHaveLeadingExpansion(hasSelectedChildren); } argument
H A DRootInlineBox.h119 using InlineBox::hasSelectedChildren;
H A DRenderObject.h895 bool hasSelectedChildren() const { return selectionState() != SelectionNone; } function in class:WebCore::RenderObject
H A DRenderBlockFlow.cpp2623 for (curr = firstRootBox(); curr && !curr->hasSelectedChildren(); curr = curr->nextRootBox()) { }
2626 for (; curr && curr->hasSelectedChildren(); curr = curr->nextRootBox()) {

Completed in 97 milliseconds