Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisibleUnits.cpp287 …int& previousBoxLength, bool& previousBoxInDifferentBlock, Vector<UChar, 1024>& string, CachedLogi… in wordBreakIteratorForMinOffsetBoundary() argument
297 previousBoxLength = previousBox->len(); in wordBreakIteratorForMinOffsetBoundary()
298 … previousBox->textRenderer()->text().appendTo(string, previousBox->start(), previousBoxLength); in wordBreakIteratorForMinOffsetBoundary()
299 len += previousBoxLength; in wordBreakIteratorForMinOffsetBoundary()
377 int previousBoxLength = 0; in visualWordPosition() local
383 …r = wordBreakIteratorForMinOffsetBoundary(visiblePosition, textBox, previousBoxLength, previousBox… in visualWordPosition()
395 int offsetInIterator = offsetInBox - textBox->start() + previousBoxLength; in visualWordPosition()