Searched defs:EditCommand (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/resources/
H A Dwrench_menu.js42 * EditCommand implements Copy and Paste command.
44 var EditCommand = cr.ui.define('div'); class
46 EditCommand.prototype = {
87 this.copy_ = new EditCommand();
89 this.paste_ = new EditCommand();
/external/webkit/Source/WebCore/editing/
H A DEditCommand.cpp27 #include "EditCommand.h"
43 EditCommand::EditCommand(Document* document) function in class:WebCore::EditCommand
53 EditCommand::~EditCommand()
57 void EditCommand::apply()
106 void EditCommand::unapply()
129 void EditCommand::reapply()
152 void EditCommand::doReapply()
157 EditAction EditCommand
[all...]
H A DEditCommand.h37 class EditCommand : public RefCounted<EditCommand> { class in namespace:WebCore
39 virtual ~EditCommand();
66 EditCommand(Document*);
87 friend void applyCommand(PassRefPtr<EditCommand>);
90 class SimpleEditCommand : public EditCommand {
92 SimpleEditCommand(Document* document) : EditCommand(document) { }
95 void applyCommand(PassRefPtr<EditCommand>);
/external/chromium/chrome/browser/renderer_host/
H A Dgtk_key_bindings_handler_unittest.cc23 struct EditCommand { struct in class:GtkKeyBindingsHandlerTest
75 const EditCommand expected_result[],
92 static const EditCommand kEditCommands[] = {
134 static const EditCommand kEditCommands[] = {
178 static const EditCommand kBackspace[] = {
184 static const EditCommand kCopyClipboard[] = {
190 static const EditCommand kCutClipboard[] = {
196 static const EditCommand kInsertAtCursor[] = {
202 static const EditCommand kPasteClipboard[] = {
208 static const EditCommand kSelectAl
[all...]

Completed in 131 milliseconds