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

/external/webkit/Source/WebCore/editing/
H A DTextIterator.cpp112 bool m_isBufferFull; member in class:WebCore::SearchBuffer
2159 , m_isBufferFull(false)
2174 m_isBufferFull = false;
2179 return !m_cursor && !m_isBufferFull;
2188 m_isBufferFull = true;
2227 if (!m_isBufferFull)
2244 // or even move the characters to the start of the buffer and set m_isBufferFull to false.

Completed in 67 milliseconds