Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DStringTruncator.cpp101 …String(const String& string, float maxWidth, const Font& font, TruncationFunction truncateToBuffer) in truncateString() argument
158 truncatedLength = truncateToBuffer(string, length, keepCount, stringBuffer); in truncateString()
176 truncatedLength = truncateToBuffer(string, length, keepCount, stringBuffer); in truncateString()