Home
last modified time | relevance | path

Searched refs:m_skipLF (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/loader/
DTextDocument.cpp67 bool m_skipLF; member in WebCore::TextTokenizer
77 , 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()
DFTPDirectoryDocument.cpp91 bool m_skipLF; member in WebCore::FTPDirectoryTokenizer
105 , 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()
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-165631 Replaced m_skipLF and m_skipCR with m_skipLineEnd. Replaced the old
5653 (JSC::Lexer::lex): Changed type of stringType to int. Replaced m_skipLF
5680 m_restrKeyword, m_skipLF, m_skipCR, m_eatNextIdentifier, m_stackToken,