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/platform/text/
SegmentedString.h 152 , m_fastPathFlags(NoFastPath)
168 , m_fastPathFlags(NoFastPath)
216 if (m_fastPathFlags & Use8BitAdvance) {
234 if (m_fastPathFlags & Use8BitAdvance) {
237 bool haveNewLine = (m_currentChar == '\n') & !!(m_fastPathFlags & Use8BitAdvanceAndUpdateLineNumbers);
353 m_fastPathFlags = Use8BitAdvance;
356 m_fastPathFlags |= Use8BitAdvanceAndUpdateLineNumbers;
364 m_fastPathFlags = NoFastPath;
374 m_fastPathFlags = NoFastPath;
419 unsigned char m_fastPathFlags;
    [all...]
SegmentedString.cpp 35 , m_fastPathFlags(other.m_fastPathFlags)
62 m_fastPathFlags = other.m_fastPathFlags;
113 m_fastPathFlags = NoFastPath;
208 m_fastPathFlags = NoFastPath;
297 m_fastPathFlags = NoFastPath;
329 m_fastPathFlags = NoFastPath;
345 m_fastPathFlags = NoFastPath;

Completed in 778 milliseconds