Searched refs:selectionStartEnd (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.h102 void selectionStartEnd(int& sPos, int& ePos);
H A DRenderView.h81 void selectionStartEnd(int& startPos, int& endPos) const;
H A DInlineTextBox.cpp124 renderer()->selectionStartEnd(startPos, endPos);
148 selectionStartEnd(start, end);
658 selectionStartEnd(sPos, ePos);
774 void InlineTextBox::selectionStartEnd(int& sPos, int& ePos) function in class:WebCore::InlineTextBox
781 textRenderer()->selectionStartEnd(startPos, endPos);
796 selectionStartEnd(sPos, ePos);
H A DRenderReplaced.cpp364 selectionStartEnd(selectionStart, selectionEnd);
H A DRenderText.cpp1009 selectionStartEnd(startPos, endPos);
1417 selectionStartEnd(startPos, endPos);
H A DRenderObject.h750 void selectionStartEnd(int& spos, int& epos) const;
H A DRenderView.cpp581 void RenderView::selectionStartEnd(int& startPos, int& endPos) const function in class:WebCore::RenderView
H A DRenderObject.cpp1524 void RenderObject::selectionStartEnd(int& spos, int& epos) const function in class:WebCore::RenderObject
1526 view()->selectionStartEnd(spos, epos);
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGInlineTextBox.cpp214 selectionStartEnd(startPosition, endPosition);
681 selectionStartEnd(startPosition, endPosition);

Completed in 148 milliseconds