HomeSort by relevance Sort by last modified time
    Searched refs:m_commandType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.h 120 void updateCommandTypeOfOpenCommand(ETypingCommand typingCommand) { m_commandType = typingCommand; }
121 ETypingCommand commandTypeOfOpenCommand() const { return m_commandType; }
123 ETypingCommand m_commandType;
TypingCommand.cpp 78 , m_commandType(commandType)
90 updatePreservesTypingStyle(m_commandType);
251 if (m_commandType == DeleteKey)
255 switch (m_commandType) {

Completed in 23 milliseconds