SelectionState     45 Source/core/rendering/EllipsisBox.h     void setSelectionState(RenderObject::SelectionState s) { m_selectionState = s; }
SelectionState     52 Source/core/rendering/EllipsisBox.h     virtual RenderObject::SelectionState selectionState() OVERRIDE { return m_selectionState; }
SelectionState     59 Source/core/rendering/EllipsisBox.h     RenderObject::SelectionState m_selectionState;
SelectionState    286 Source/core/rendering/InlineBox.cpp RenderObject::SelectionState InlineBox::selectionState()
SelectionState    262 Source/core/rendering/InlineBox.h     virtual RenderObject::SelectionState selectionState();
SelectionState   1437 Source/core/rendering/InlineFlowBox.cpp RenderObject::SelectionState InlineFlowBox::selectionState()
SelectionState    202 Source/core/rendering/InlineFlowBox.h     virtual RenderObject::SelectionState selectionState() OVERRIDE;
SelectionState    149 Source/core/rendering/InlineTextBox.cpp RenderObject::SelectionState InlineTextBox::selectionState()
SelectionState    151 Source/core/rendering/InlineTextBox.cpp     RenderObject::SelectionState state = renderer().selectionState();
SelectionState    133 Source/core/rendering/InlineTextBox.h     virtual RenderObject::SelectionState selectionState() OVERRIDE FINAL;
SelectionState   2335 Source/core/rendering/RenderBlock.cpp         SelectionState childState = curr->selectionState();
SelectionState   2440 Source/core/rendering/RenderBlock.cpp void RenderBlock::getSelectionGapInfo(SelectionState state, bool& leftGap, bool& rightGap)
SelectionState    175 Source/core/rendering/RenderBlock.h     void getSelectionGapInfo(SelectionState, bool& leftGap, bool& rightGap);
SelectionState     71 Source/core/rendering/RenderBoxModelObject.cpp void RenderBoxModelObject::setSelectionState(SelectionState state)
SelectionState    190 Source/core/rendering/RenderBoxModelObject.h     virtual void setSelectionState(SelectionState) OVERRIDE;
SelectionState   1823 Source/core/rendering/RenderListMarker.cpp void RenderListMarker::setSelectionState(SelectionState state)
SelectionState     71 Source/core/rendering/RenderListMarker.h     virtual void setSelectionState(SelectionState) OVERRIDE;
SelectionState   2570 Source/core/rendering/RenderObject.cpp     SelectionState st = selectionState();
SelectionState    884 Source/core/rendering/RenderObject.h     SelectionState selectionState() const { return m_bitfields.selectionState(); }
SelectionState    885 Source/core/rendering/RenderObject.h     virtual void setSelectionState(SelectionState state) { m_bitfields.setSelectionState(state); }
SelectionState    886 Source/core/rendering/RenderObject.h     inline void setSelectionStateIfNeeded(SelectionState);
SelectionState   1218 Source/core/rendering/RenderObject.h         ALWAYS_INLINE SelectionState selectionState() const { return static_cast<SelectionState>(m_selectionState); }
SelectionState   1219 Source/core/rendering/RenderObject.h         ALWAYS_INLINE void setSelectionState(SelectionState selectionState) { m_selectionState = selectionState; }
SelectionState   1371 Source/core/rendering/RenderObject.h inline void RenderObject::setSelectionStateIfNeeded(SelectionState state)
SelectionState    590 Source/core/rendering/RenderReplaced.cpp void RenderReplaced::setSelectionState(SelectionState state)
SelectionState    601 Source/core/rendering/RenderReplaced.cpp     SelectionState s = selectionState();
SelectionState     56 Source/core/rendering/RenderReplaced.h     virtual void setSelectionState(SelectionState) OVERRIDE FINAL;
SelectionState     52 Source/core/rendering/RenderSelectionInfo.h     RenderObject::SelectionState state() const { return m_state; }
SelectionState     57 Source/core/rendering/RenderSelectionInfo.h     RenderObject::SelectionState m_state;
SelectionState   1197 Source/core/rendering/RenderText.cpp void RenderText::setSelectionState(SelectionState state)
SelectionState    114 Source/core/rendering/RenderText.h     virtual void setSelectionState(SelectionState s) OVERRIDE FINAL;
SelectionState    307 Source/core/rendering/RootInlineBox.cpp     RenderObject::SelectionState lineState = selectionState();
SelectionState    358 Source/core/rendering/RootInlineBox.cpp RenderObject::SelectionState RootInlineBox::selectionState()
SelectionState    361 Source/core/rendering/RootInlineBox.cpp     RenderObject::SelectionState state = RenderObject::SelectionNone;
SelectionState    363 Source/core/rendering/RootInlineBox.cpp         RenderObject::SelectionState boxState = box->selectionState();
SelectionState    432 Source/core/rendering/RootInlineBox.cpp     RenderObject::SelectionState blockSelectionState = root().block().selectionState();
SelectionState    439 Source/core/rendering/RootInlineBox.cpp             RenderObject::SelectionState lastLineSelectionState = lastLine->selectionState();
SelectionState    122 Source/core/rendering/RootInlineBox.h     virtual RenderObject::SelectionState selectionState() OVERRIDE FINAL;