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 44 void setSelectionState(RenderObject::SelectionState s) { m_selectionState = s; }
50 virtual RenderObject::SelectionState selectionState() { return m_selectionState; }
57 RenderObject::SelectionState m_selectionState;
InlineBox.cpp 305 RenderObject::SelectionState InlineBox::selectionState()
307 return renderer()->selectionState();
RootInlineBox.cpp 432 RenderObject::SelectionState lineState = selectionState();
458 bool isPreviousBoxSelected = firstBox->selectionState() != RenderObject::SelectionNone;
460 if (box->selectionState() != RenderObject::SelectionNone) {
474 isPreviousBoxSelected = box->selectionState() != RenderObject::SelectionNone;
481 RenderObject::SelectionState RootInlineBox::selectionState()
484 RenderObject::SelectionState state = RenderObject::SelectionNone;
486 RenderObject::SelectionState boxState = box->selectionState();
    [all...]
InlineFlowBox.cpp     [all...]
InlineTextBox.cpp 140 // See the corresponding code in InlineTextBox::selectionState.
145 RenderObject::SelectionState InlineTextBox::selectionState()
147 RenderObject::SelectionState state = renderer()->selectionState();
499 bool haveSelection = !isPrinting && paintInfo.phase != PaintPhaseTextClip && selectionState() != RenderObject::SelectionNone;
    [all...]
RenderObject.h     [all...]

Completed in 57 milliseconds