Searched refs:CommandFromDOMWithUserInterface (Results 1 – 3 of 3) sorted by relevance
57 …itorCommandSource { CommandFromMenuOrKeyBinding, CommandFromDOM, CommandFromDOMWithUserInterface }; enumerator
113 case CommandFromDOMWithUserInterface: in applyCommandToFrame()188 case CommandFromDOMWithUserInterface: in executeApplyParagraphStyle()340 case CommandFromDOMWithUserInterface: in executeDelete()476 case CommandFromDOMWithUserInterface: in executeForwardDelete()536 case CommandFromDOMWithUserInterface: in executeInsertLineBreak()1259 case CommandFromDOMWithUserInterface: in enabledDelete()1763 case CommandFromDOMWithUserInterface: in isSupported()
4353 …return frame->editor().command(commandName, userInterface ? CommandFromDOMWithUserInterface : Comm… in command()