Searched defs:moveCursor (Results 1 – 7 of 7) sorted by relevance
61 function moveCursor(stream, dx, dy, callback) { function131 moveCursor, property
59 moveCursor(dx, dy) { method in Readline
148 WriteStream.prototype.moveCursor = function(dx, dy, callback) { method in WriteStream
523 moveCursor, property
71 bool Editor::moveCursor(skui::Key key) { in moveCursor() function in skia::editor::Editor
315 moveCursor: function (...args) { method
274 bool moveCursor(Editor::Movement m, bool shift = false) { in moveCursor() function