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

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGInlineText.h37 bool characterStartsNewTextChunk(int position) const;
H A DRenderSVGInlineText.cpp137 bool RenderSVGInlineText::characterStartsNewTextChunk(int position) const function in class:WebCore::RenderSVGInlineText
H A DSVGTextLayoutEngine.cpp495 textBox->setStartsNewTextChunk(logicalAttributes.context()->characterStartsNewTextChunk(m_logicalCharacterOffset));
/external/webkit/Source/WebCore/rendering/
H A DRenderBlockLineLayout.cpp2215 if (static_cast<RenderSVGInlineText*>(t)->characterStartsNewTextChunk(pos)) {

Completed in 1583 milliseconds