HomeSort by relevance Sort by last modified time
    Searched defs:selectionState (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
EllipsisBox.h 45 void setSelectionState(RenderObject::SelectionState s) { m_selectionState = s; }
52 virtual RenderObject::SelectionState selectionState() { return m_selectionState; }
59 RenderObject::SelectionState m_selectionState;
InlineBox.cpp 285 RenderObject::SelectionState InlineBox::selectionState()
287 return renderer()->selectionState();
RootInlineBox.cpp 426 RenderObject::SelectionState lineState = selectionState();
452 bool isPreviousBoxSelected = firstBox->selectionState() != RenderObject::SelectionNone;
454 if (box->selectionState() != RenderObject::SelectionNone) {
468 isPreviousBoxSelected = box->selectionState() != RenderObject::SelectionNone;
475 RenderObject::SelectionState RootInlineBox::selectionState()
478 RenderObject::SelectionState state = RenderObject::SelectionNone;
480 RenderObject::SelectionState boxState = box->selectionState();
    [all...]
InlineFlowBox.cpp     [all...]
InlineTextBox.cpp 144 // See the corresponding code in InlineTextBox::selectionState.
149 RenderObject::SelectionState InlineTextBox::selectionState()
151 RenderObject::SelectionState state = renderer()->selectionState();
494 bool haveSelection = !isPrinting && paintInfo.phase != PaintPhaseTextClip && selectionState() != RenderObject::SelectionNone;
    [all...]
RenderObject.h     [all...]

Completed in 3064 milliseconds