Home
last modified time | relevance | path

Searched refs:subrunEnd (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextIterator.cpp711 size_t subrunEnd = str.find('\n', runStart); in handleTextBox() local
712 if (subrunEnd == kNotFound || subrunEnd > runEnd) in handleTextBox()
713 subrunEnd = runEnd; in handleTextBox()
715 m_offset = subrunEnd; in handleTextBox()
716 emitText(m_node, renderer, runStart, subrunEnd); in handleTextBox()