Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineBox.h391 …bool hasSelectedChildren() const { return m_bitfields.hasSelectedChildrenOrCanHaveLeadingExpansion… in hasSelectedChildren() function
392 …HasSelectedChildren(bool hasSelectedChildren) { m_bitfields.setHasSelectedChildrenOrCanHaveLeading… in setHasSelectedChildren() argument
DRootInlineBox.h118 using InlineBox::hasSelectedChildren;
DRenderObject.h922 bool hasSelectedChildren() const { return selectionState() != SelectionNone; } in hasSelectedChildren() function
DRenderBlockFlow.cpp2755 … for (curr = firstRootBox(); curr && !curr->hasSelectedChildren(); curr = curr->nextRootBox()) { } in inlineSelectionGaps()
2758 for (; curr && curr->hasSelectedChildren(); curr = curr->nextRootBox()) { in inlineSelectionGaps()