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 114 void updateCommandTypeOfOpenCommand(ETypingCommand typingCommand) { m_commandType = typingCommand; }
115 ETypingCommand commandTypeOfOpenCommand() const { return m_commandType; }
117 ETypingCommand m_commandType;
TypingCommand.cpp 80 , m_commandType(commandType)
92 updatePreservesTypingStyle(m_commandType);
253 if (m_commandType == DeleteKey)
257 switch (m_commandType) {

Completed in 368 milliseconds