HomeSort by relevance Sort by last modified time
    Searched refs:SelectionBoth (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebCore/rendering/
RootInlineBox.cpp 300 state = RenderObject::SelectionBoth;
305 if (state == RenderObject::SelectionBoth)
RenderReplaced.cpp 318 if (s == SelectionBoth)
InlineTextBox.cpp 66 if (state == RenderObject::SelectionStart || state == RenderObject::SelectionEnd || state == RenderObject::SelectionBoth) {
75 state = RenderObject::SelectionBoth;
83 else if (state == RenderObject::SelectionBoth)
    [all...]
RenderView.cpp 456 start->setSelectionState(SelectionBoth);
RenderBlock.cpp     [all...]
RenderObject.h 666 SelectionBoth // The object contains an entire run or is the sole selected object in that run
    [all...]
RenderText.cpp 802 if (state == SelectionStart || state == SelectionEnd || state == SelectionBoth) {
    [all...]
RenderObject.cpp     [all...]

Completed in 78 milliseconds