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

/external/webkit/Source/WebCore/rendering/
H A DRenderWordBreak.cpp44 bool RenderWordBreak::isWordBreak() const function in class:WebCore::RenderWordBreak
H A DRenderWordBreak.h41 virtual bool isWordBreak() const;
H A DInlineIterator.h74 && !toRenderText(m_obj)->isWordBreak() && toRenderText(m_obj)->characters()[m_pos] == '\n';
H A DRenderText.h43 virtual bool isWordBreak() const;
H A DRenderBlockLineLayout.cpp2038 if (t->isWordBreak()) {
2278 } else if (nextText->isWordBreak())
H A DRenderText.cpp173 bool RenderText::isWordBreak() const function in class:WebCore::RenderText
H A DRenderBlock.cpp4944 if (t->isWordBreak()) {
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DComplexTextControllerLinux.h66 bool isWordBreak(unsigned);
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 205 milliseconds