Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockLineLayout.cpp157 static inline bool endsWithASCIISpaces(const CharacterType* characters, unsigned pos, unsigned end) in endsWithASCIISpaces() function
182 return endsWithASCIISpaces(renderText->characters8(), pos, length); in reachedEndOfTextRenderer()
183 return endsWithASCIISpaces(renderText->characters16(), pos, length); in reachedEndOfTextRenderer()