Home
last modified time | relevance | path

Searched refs:internalCommand (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditorCommand.cpp1598 static const EditorInternalCommand* internalCommand(const String& commandName) in internalCommand() function
1606 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()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1636766 (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