Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditorCommand.cpp281 static bool executeCopy(LocalFrame& frame, Event*, EditorCommandSource, const String&) in executeCopy() argument
287 static bool executeCreateLink(LocalFrame& frame, Event*, EditorCommandSource, const String& value) in executeCreateLink() argument
297 static bool executeCut(LocalFrame& frame, Event*, EditorCommandSource, const String&) in executeCut() argument
303 static bool executeDefaultParagraphSeparator(LocalFrame& frame, Event*, EditorCommandSource, const … in executeDefaultParagraphSeparator() argument
333 static bool executeDeleteBackward(LocalFrame& frame, Event*, EditorCommandSource, const String&) in executeDeleteBackward() argument
339 …eBackwardByDecomposingPreviousCharacter(LocalFrame& frame, Event*, EditorCommandSource, const Stri… in executeDeleteBackwardByDecomposingPreviousCharacter() argument
346 static bool executeDeleteForward(LocalFrame& frame, Event*, EditorCommandSource, const String&) in executeDeleteForward() argument
352 static bool executeDeleteToBeginningOfLine(LocalFrame& frame, Event*, EditorCommandSource, const St… in executeDeleteToBeginningOfLine() argument
358 static bool executeDeleteToBeginningOfParagraph(LocalFrame& frame, Event*, EditorCommandSource, con… in executeDeleteToBeginningOfParagraph() argument
364 static bool executeDeleteToEndOfLine(LocalFrame& frame, Event*, EditorCommandSource, const String&) in executeDeleteToEndOfLine() argument
[all …]
DEditor.h63 enum EditorCommandSource { CommandFromMenuOrKeyBinding, CommandFromDOM, CommandFromDOMWithUserInter… enum