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)
212 if (m_fastPathFlags & Use8BitAdvance) {
230 if (m_fastPathFlags & Use8BitAdvance) {
233 bool haveNewLine = (m_currentChar == '\n') & !!(m_fastPathFlags & Use8BitAdvanceAndUpdateLineNumbers);
349 m_fastPathFlags = Use8BitAdvance;
352 m_fastPathFlags |= Use8BitAdvanceAndUpdateLineNumbers;
360 m_fastPathFlags = NoFastPath;
370 m_fastPathFlags = NoFastPath;
415 unsigned char m_fastPathFlags;
    [all...]
SegmentedString.cpp 65 m_fastPathFlags = NoFastPath;
167 m_fastPathFlags = NoFastPath;
256 m_fastPathFlags = NoFastPath;
288 m_fastPathFlags = NoFastPath;
304 m_fastPathFlags = NoFastPath;

Completed in 55 milliseconds