Home
last modified time | relevance | path

Searched defs:EditorCommandSource (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/editing/
DEditorCommand.cpp281 static bool executeCopy(Frame* frame, Event*, EditorCommandSource, const String&) in executeCopy() argument
287 static bool executeCreateLink(Frame* frame, Event*, EditorCommandSource, const String& value) in executeCreateLink() argument
296 static bool executeCut(Frame* frame, Event*, EditorCommandSource, const String&) in executeCut() argument
320 static bool executeDeleteBackward(Frame* frame, Event*, EditorCommandSource, const String&) in executeDeleteBackward() argument
326 …DeleteBackwardByDecomposingPreviousCharacter(Frame* frame, Event*, EditorCommandSource, const Stri… in executeDeleteBackwardByDecomposingPreviousCharacter() argument
333 static bool executeDeleteForward(Frame* frame, Event*, EditorCommandSource, const String&) in executeDeleteForward() argument
339 static bool executeDeleteToBeginningOfLine(Frame* frame, Event*, EditorCommandSource, const String&) in executeDeleteToBeginningOfLine() argument
345 static bool executeDeleteToBeginningOfParagraph(Frame* frame, Event*, EditorCommandSource, const St… in executeDeleteToBeginningOfParagraph() argument
351 static bool executeDeleteToEndOfLine(Frame* frame, Event*, EditorCommandSource, const String&) in executeDeleteToEndOfLine() argument
359 static bool executeDeleteToEndOfParagraph(Frame* frame, Event*, EditorCommandSource, const String&) in executeDeleteToEndOfParagraph() argument
[all …]
DEditor.h62 enum EditorCommandSource { CommandFromMenuOrKeyBinding, CommandFromDOM, CommandFromDOMWithUserInter… enum