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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 355 if ((boxState == RenderObject::SelectionStart && state == RenderObject::SelectionEnd) ||
356 (boxState == RenderObject::SelectionEnd && state == RenderObject::SelectionStart))
359 ((boxState == RenderObject::SelectionStart || boxState == RenderObject::SelectionEnd) &&
424 if (blockSelectionState != RenderObject::SelectionInside && blockSelectionState != RenderObject::SelectionEnd)
    [all...]
InlineTextBox.cpp 163 if (state == RenderObject::SelectionStart || state == RenderObject::SelectionEnd || state == RenderObject::SelectionBoth) {
172 bool start = (state != RenderObject::SelectionEnd && startPos >= m_start && startPos <= m_start + m_len + endOfLineAdjustmentForCSSLineBreak);
179 state = RenderObject::SelectionEnd;
180 else if ((state == RenderObject::SelectionEnd || startPos < m_start) &&
496 int selectionEnd = 0;
498 selectionStartEnd(selectionStart, selectionEnd);
500 bool respectHyphen = selectionEnd == m_len && hasHyphen();
502 selectionEnd = textRun.length();
506 selectionEnd = std::min<int>(selectionEnd, m_truncation)
    [all...]
RenderBoxModelObject.cpp 73 if ((state == SelectionStart && selectionState() == SelectionEnd)
74 || (state == SelectionEnd && selectionState() == SelectionStart))
RenderText.cpp     [all...]
RenderReplaced.cpp 551 int selectionStart, selectionEnd;
552 selectionStartEnd(selectionStart, selectionEnd);
557 if (s == SelectionEnd)
558 return selectionEnd == end;
560 return selectionStart == 0 && selectionEnd == end;
RenderBlock.cpp     [all...]
RenderView.cpp 603 end->setSelectionStateIfNeeded(SelectionEnd);
    [all...]
RenderObject.h     [all...]
RenderObject.cpp     [all...]
RenderBlockFlow.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 201 case RenderObject::SelectionEnd:

Completed in 75 milliseconds