Searched defs:truncatedLength (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DStringTruncator.cpp92 unsigned truncatedLength = omitStart + shouldInsertEllipsis + (length - omitEnd); local
123 unsigned truncatedLength = shouldInsertEllipsis ? keepLength + 1 : keepLength; local
[all...]

Completed in 167 milliseconds