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

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

Completed in 79 milliseconds