OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:previousboxlength
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleUnits.cpp
287
int&
previousBoxLength
, bool& previousBoxInDifferentBlock, Vector<UChar, 1024>& string, CachedLogicallyOrderedLeafBoxes& leafBoxes)
297
previousBoxLength
= previousBox->len();
298
previousBox->textRenderer()->text().appendTo(string, previousBox->start(),
previousBoxLength
);
299
len +=
previousBoxLength
;
377
int
previousBoxLength
= 0;
383
iter = wordBreakIteratorForMinOffsetBoundary(visiblePosition, textBox,
previousBoxLength
, previousBoxInDifferentBlock, string, leafBoxes);
395
int offsetInIterator = offsetInBox - textBox->start() +
previousBoxLength
;
[
all
...]
Completed in 41 milliseconds