Searched refs:m_skipLF (Results 1 – 3 of 3) sorted by relevance
67 bool m_skipLF; member in WebCore::TextTokenizer77 , m_skipLF(false) in TextTokenizer()89 , m_skipLF(false) in TextTokenizer()117 m_skipLF = true; in write()119 if (!m_skipLF) in write()122 m_skipLF = false; in write()125 m_skipLF = false; in write()
91 bool m_skipLF; member in WebCore::FTPDirectoryTokenizer105 , m_skipLF(false) in FTPDirectoryTokenizer()428 m_skipLF = true; in write()430 if (!m_skipLF) in write()433 m_skipLF = false; in write()436 m_skipLF = false; in write()
5631 Replaced m_skipLF and m_skipCR with m_skipLineEnd. Replaced the old5653 (JSC::Lexer::lex): Changed type of stringType to int. Replaced m_skipLF5680 m_restrKeyword, m_skipLF, m_skipCR, m_eatNextIdentifier, m_stackToken,