OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setStartsNewTextChunk
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.h
60
void
setStartsNewTextChunk
(bool newTextChunk) { m_startsNewTextChunk = newTextChunk; }
SVGTextLayoutEngine.cpp
486
textBox->
setStartsNewTextChunk
(logicalAttributes->context()->characterStartsNewTextChunk(m_logicalCharacterOffset));
Completed in 28 milliseconds