Home
last modified time | relevance | path

Searched refs:selectionStartEnd (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DTouchAdjustment.cpp198 textRenderer->selectionStartEnd(startPos, endPos); in appendContextSubtargetsForNode()
202 textRenderer->selectionStartEnd(startPos, endPos); in appendContextSubtargetsForNode()
206 textRenderer->selectionStartEnd(startPos, endPos); in appendContextSubtargetsForNode()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp165 renderer().selectionStartEnd(startPos, endPos); in selectionState()
192 selectionStartEnd(start, end); in selectionState()
498 selectionStartEnd(selectionStart, selectionEnd); in paint()
576 void InlineTextBox::selectionStartEnd(int& sPos, int& ePos) const in selectionStartEnd() function in blink::InlineTextBox
583 renderer().selectionStartEnd(startPos, endPos); in selectionStartEnd()
598 selectionStartEnd(sPos, ePos); in paintSelection()
DRenderView.h104 void selectionStartEnd(int& startPos, int& endPos) const;
DInlineTextBox.h115 void selectionStartEnd(int& sPos, int& ePos) const;
DRenderReplaced.cpp552 selectionStartEnd(selectionStart, selectionEnd); in isSelected()
DRenderView.cpp706 void RenderView::selectionStartEnd(int& startPos, int& endPos) const in selectionStartEnd() function in blink::RenderView
DRenderText.cpp1196 selectionStartEnd(startPos, endPos); in setSelectionState()
1608 selectionStartEnd(startPos, endPos); in selectionRectForPaintInvalidation()
DRenderObject.cpp1573 void RenderObject::selectionStartEnd(int& spos, int& epos) const in selectionStartEnd() function in blink::RenderObject
1575 view()->selectionStartEnd(spos, epos); in selectionStartEnd()
DRenderObject.h972 void selectionStartEnd(int& spos, int& epos) const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineTextBox.cpp216 selectionStartEnd(startPosition, endPosition); in paintSelectionBackground()
622 selectionStartEnd(startPosition, endPosition); in paintText()