Home
last modified time | relevance | path

Searched refs:isTypingCommand (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditCommand.cpp99 if (!isTypingCommand()) in apply()
192 bool EditCommand::isTypingCommand() const in isTypingCommand() function in WebCore::EditCommand
DEditCommand.h56 virtual bool isTypingCommand() const;
DTypingCommand.h102 virtual bool isTypingCommand() const;
DTypingCommand.cpp272 …return cmd && cmd->isTypingCommand() && static_cast<const TypingCommand*>(cmd)->isOpenForMoreTypin… in isOpenForMoreTypingCommand()
673 bool TypingCommand::isTypingCommand() const in isTypingCommand() function in WebCore::TypingCommand
DEditor.cpp1005 ASSERT(cmd->isTypingCommand()); in appliedEditing()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2336655 (khtml::EditCommand::isTypingCommand): Added.
36661 … (khtml::TypingCommand::isOpenForMoreTypingCommand): Use isTypingCommand instead of commandID.
36666 Added virtual isInputTextCommand, isTypingCommand, and preservesTypingStyle functions.
36686 (khtml::EditCommandImpl::isTypingCommand): Added. Returns false.
36715 (khtml::TypingCommandImpl::isTypingCommand): Added. Returns true.