Home
last modified time | relevance | path

Searched defs:usableLength (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextIterator.cpp1857 size_t usableLength = std::min(m_buffer.capacity() - oldLength, length); in append() local
1887 …size_t usableLength = std::min(m_buffer.capacity() - m_prefixLength, length - wordBoundaryContextS… in prependContext() local