Home
last modified time | relevance | path

Searched refs:sPos (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp153 int sPos = std::max(startPos - m_start, 0); in isSelected() local
157 return (sPos < ePos); in isSelected()
208 int sPos = std::max(startPos - m_start, 0); in localSelectionRect() local
211 if (sPos > ePos) in localSelectionRect()
227 if (sPos || ePos != static_cast<int>(m_len)) in localSelectionRect()
228 … r = enclosingIntRect(font.selectionRectForText(textRun, startingPoint, selHeight, sPos, ePos)); in localSelectionRect()
576 void InlineTextBox::selectionStartEnd(int& sPos, int& ePos) const in selectionStartEnd() argument
590 sPos = std::max(startPos - m_start, 0); in selectionStartEnd()
597 int sPos, ePos; in paintSelection() local
598 selectionStartEnd(sPos, ePos); in paintSelection()
[all …]
DInlineTextBox.h115 void selectionStartEnd(int& sPos, int& ePos) const;
/external/skia/experimental/webtry/res/js/cm/
Dcodemirror.js3623 var sPos = calculateScrollPos(cm, Math.min(from.left, to.left),
3627 cm.scrollTo(sPos.scrollLeft, sPos.scrollTop);
4228 var sPos = calculateScrollPos(this, Math.min(range.from.left, range.to.left),
4232 this.scrollTo(sPos.scrollLeft, sPos.scrollTop);
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
Dcodemirror.js3623 var sPos = calculateScrollPos(cm, Math.min(from.left, to.left),
3627 cm.scrollTo(sPos.scrollLeft, sPos.scrollTop);
4228 var sPos = calculateScrollPos(this, Math.min(range.from.left, range.to.left),
4232 this.scrollTo(sPos.scrollLeft, sPos.scrollTop);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dcodemirror.js3809 var sPos = calculateScrollPos(cm, Math.min(from.left, to.left),
3813 cm.scrollTo(sPos.scrollLeft, sPos.scrollTop);
4394 var sPos = calculateScrollPos(this, Math.min(range.from.left, range.to.left),
4398 this.scrollTo(sPos.scrollLeft, sPos.scrollTop);