HomeSort by relevance Sort by last modified time
    Searched refs:m_fastPathFlags (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
SegmentedString.h 149 , m_fastPathFlags(NoFastPath)
165 , m_fastPathFlags(NoFastPath)
213 if (m_fastPathFlags & Use8BitAdvance) {
231 if (m_fastPathFlags & Use8BitAdvance) {
234 bool haveNewLine = (m_currentChar == '\n') & !!(m_fastPathFlags & Use8BitAdvanceAndUpdateLineNumbers);
350 m_fastPathFlags = Use8BitAdvance;
353 m_fastPathFlags |= Use8BitAdvanceAndUpdateLineNumbers;
360 m_fastPathFlags = NoFastPath;
370 m_fastPathFlags = NoFastPath;
415 unsigned char m_fastPathFlags;
    [all...]
SegmentedString.cpp 35 , m_fastPathFlags(other.m_fastPathFlags)
62 m_fastPathFlags = other.m_fastPathFlags;
113 m_fastPathFlags = NoFastPath;
207 m_fastPathFlags = NoFastPath;
296 m_fastPathFlags = NoFastPath;
328 m_fastPathFlags = NoFastPath;
344 m_fastPathFlags = NoFastPath;

Completed in 106 milliseconds