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

/external/webkit/Source/WebCore/rendering/
H A DRenderWordBreak.cpp44 bool RenderWordBreak::isWordBreak() const function in class:WebCore::RenderWordBreak
H A DRenderText.cpp173 bool RenderText::isWordBreak() const function in class:WebCore::RenderText
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DComplexTextControllerLinux.cpp87 bool ComplexTextController::isWordBreak(unsigned index) function in class:WebCore::ComplexTextController
99 && isWordBreak(m_item.item.pos + logClustersIndex)) {
129 if (isWordBreak(i))
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontAndroid.cpp426 bool isWordBreak(unsigned, bool);
580 bool TextRunWalker::isWordBreak(unsigned index, bool isRTL) function in class:WebCore::TextRunWalker
604 if (isWordBreak(i, isRTL))
836 && isWordBreak(m_item.item.pos + logClustersIndex, isRTL)) {

Completed in 128 milliseconds