Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:editor

36 #include "Editor.h"
260 frame->editor()->deleteWithDirection(DirectionBackward,
265 frame->editor()->deleteWithDirection(DirectionForward,
294 frame->editor()->command("MoveUpByPageAndModifyCaret");
297 frame->editor()->command("MoveDownByPageAndModifyCaret");
300 frame->editor()->command("InsertLineBreak");
312 frame->editor()->insertText(kevent->text(), event);
316 frame->editor()->command("SelectAll");
319 frame->editor()->command("ToggleBold");
322 frame->editor()->command("Copy");
325 frame->editor()->command("ToggleItalic");
328 frame->editor()->command("Paste");
331 frame->editor()->command("Cut");
334 frame->editor()->command("Redo");
337 frame->editor()->command("Undo");
348 frame->editor()->command("MoveUp");
351 frame->editor()->command("MoveDown");
354 frame->editor()->command("MoveUpByPageAndModifyCaret");
357 frame->editor()->command("MoveDownByPageAndModifyCaret");
361 frame->editor()->command("MoveToBeginningOfDocument");
365 frame->editor()->command("MoveToEndOfDocument");
371 frame->editor()->command("SelectAll");
374 frame->editor()->command("Copy");