Home
last modified time | relevance | path

Searched refs:remainingOffset (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextFormControlElement.cpp811 unsigned remainingOffset = findOption == FindStart ? start : end; in findWordBoundary() local
814 if (remainingOffset <= lengthList[i]) in findWordBoundary()
815 …ist[i] == startPosition.anchorNode()) ? remainingOffset + startPosition.offsetInContainerNode() : in findWordBoundary()
816 remainingOffset -= lengthList[i]; in findWordBoundary()
/external/chromium_org/third_party/WebKit/Source/web/resources/
DcalendarPicker.js2439 var remainingOffset = scrollOffset;
2450 if (remainingOffset <= (row - lastAnimatingRow) * YearListCell.Height) {
2451 return lastAnimatingRow + Math.floor(remainingOffset / YearListCell.Height);
2453 remainingOffset -= (row - lastAnimatingRow) * YearListCell.Height;
2454 if (remainingOffset <= (rowHeight - YearListCell.Height))
2456 remainingOffset -= rowHeight - YearListCell.Height;
2459 return lastAnimatingRow + Math.floor(remainingOffset / YearListCell.Height);