Home
last modified time | relevance | path

Searched refs:m_commandType (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
DTypingCommand.cpp65 , m_commandType(commandType) in TypingCommand()
77 updatePreservesTypingStyle(m_commandType); in TypingCommand()
286 if (m_commandType == DeleteKey) in doApply()
290 switch (m_commandType) { in doApply()
DTypingCommand.h115 ETypingCommand m_commandType; variable