Searched refs:internalCommand (Results 1 – 2 of 2) sorted by relevance
1598 static const EditorInternalCommand* internalCommand(const String& commandName) in internalCommand() function1606 return Command(internalCommand(commandName), CommandFromMenuOrKeyBinding, m_frame); in command()1611 return Command(internalCommand(commandName), source, m_frame); in command()1616 return internalCommand(commandName); in commandIsSupportedFromMenuOrKeyBinding()
36766 (WebCore::internalCommand): Add back empty string check I accidentally deleted in r74580.36830 (WebCore::internalCommand): Added.36831 (WebCore::Editor::command): Changed to use the new internalCommand function