Searched defs:selectionState (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DEllipsisBox.h49 virtual RenderObject::SelectionState selectionState() { return m_selectionState; } function in class:WebCore::EllipsisBox
H A DInlineBox.cpp264 RenderObject::SelectionState InlineBox::selectionState() function in class:WebCore::InlineBox
266 return renderer()->selectionState();
H A DRootInlineBox.cpp310 RenderObject::SelectionState lineState = selectionState();
336 bool isPreviousBoxSelected = firstBox->selectionState() != RenderObject::SelectionNone;
338 if (box->selectionState() != RenderObject::SelectionNone) {
352 isPreviousBoxSelected = box->selectionState() != RenderObject::SelectionNone;
359 RenderObject::SelectionState RootInlineBox::selectionState() function in class:WebCore::RootInlineBox
364 RenderObject::SelectionState boxState = box->selectionState();
382 if (box->selectionState() != RenderObject::SelectionNone)
392 if (box->selectionState() != RenderObject::SelectionNone)
H A DInlineFlowBox.cpp1256 RenderObject::SelectionState InlineFlowBox::selectionState() function in class:WebCore::InlineFlowBox
H A DInlineTextBox.cpp119 RenderObject::SelectionState InlineTextBox::selectionState() function in class:WebCore::InlineTextBox
121 RenderObject::SelectionState state = renderer()->selectionState();
490 bool haveSelection = !isPrinting && paintInfo.phase != PaintPhaseTextClip && selectionState() != RenderObject::SelectionNone;
777 if (renderer()->selectionState() == RenderObject::SelectionInside) {
782 if (renderer()->selectionState() == RenderObject::SelectionStart)
784 else if (renderer()->selectionState() == RenderObject::SelectionEnd)
H A DRenderObject.h684 SelectionState selectionState() const { return static_cast<SelectionState>(m_selectionState);; } function in class:WebCore::RenderObject

Completed in 196 milliseconds