Home | History | Annotate | Download | only in rendering

Lines Matching refs:SelectionState

1812     return selectionState() != SelectionNone && style()->visibility() == VISIBLE && isSelectionRoot();
1933 if (rootBlock == this && (selectionState() != SelectionBoth && selectionState() != SelectionEnd))
1946 for (curr = firstChildBox(); curr && curr->selectionState() == SelectionNone; curr = curr->nextSiblingBox()) { }
1949 SelectionState childState = curr->selectionState();
2062 void RenderBlock::getSelectionGapInfo(SelectionState state, bool& leftGap, bool& rightGap) const
2121 void RenderBlock::setSelectionState(SelectionState state)