Searched defs:EditorCommandSource (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | EditorCommand.cpp | 283 static bool executeCopy(Frame* frame, Event*, EditorCommandSource, const String&) in executeCopy() argument 289 static bool executeCreateLink(Frame* frame, Event*, EditorCommandSource, const String& value) in executeCreateLink() argument 328 static bool executeDeleteBackward(Frame* frame, Event*, EditorCommandSource, const String&) in executeDeleteBackward() argument 334 …DeleteBackwardByDecomposingPreviousCharacter(Frame* frame, Event*, EditorCommandSource, const Stri… in executeDeleteBackwardByDecomposingPreviousCharacter() argument 341 static bool executeDeleteForward(Frame* frame, Event*, EditorCommandSource, const String&) in executeDeleteForward() argument 347 static bool executeDeleteToBeginningOfLine(Frame* frame, Event*, EditorCommandSource, const String&) in executeDeleteToBeginningOfLine() argument 353 static bool executeDeleteToBeginningOfParagraph(Frame* frame, Event*, EditorCommandSource, const St… in executeDeleteToBeginningOfParagraph() argument 359 static bool executeDeleteToEndOfLine(Frame* frame, Event*, EditorCommandSource, const String&) in executeDeleteToEndOfLine() argument 367 static bool executeDeleteToEndOfParagraph(Frame* frame, Event*, EditorCommandSource, const String&) in executeDeleteToEndOfParagraph() argument 375 static bool executeDeleteToMark(Frame* frame, Event*, EditorCommandSource, const String&) in executeDeleteToMark() argument [all …]
|
D | Editor.h | 80 enum EditorCommandSource { CommandFromMenuOrKeyBinding, CommandFromDOM, CommandFromDOMWithUserInter… enum
|