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

/external/webkit/Source/WebCore/rendering/
H A DRootInlineBox.h101 bool hasSelectedChildren() const { return m_hasSelectedChildrenOrCanHaveLeadingExpansion; } function in class:WebCore::RootInlineBox
102 void setHasSelectedChildren(bool hasSelectedChildren) { m_hasSelectedChildrenOrCanHaveLeadingExpansion = hasSelectedChildren; } argument
H A DRenderObject.h698 bool hasSelectedChildren() const { return m_selectionState != SelectionNone; } function in class:WebCore::RenderObject
H A DRenderBlock.cpp2921 for (curr = firstRootBox(); curr && !curr->hasSelectedChildren(); curr = curr->nextRootBox()) { }
2924 for (; curr && curr->hasSelectedChildren(); curr = curr->nextRootBox()) {

Completed in 621 milliseconds