Home
last modified time | relevance | path

Searched defs:moveCursor (Results 1 – 3 of 3) sorted by relevance

/third_party/node/lib/
Dtty.js148 WriteStream.prototype.moveCursor = function(dx, dy, callback) { method in WriteStream
Dreadline.js1202 function moveCursor(stream, dx, dy, callback) { function
1278 moveCursor field
/third_party/flutter/skia/experimental/editor/
Deditor_application.cpp237 bool moveCursor(editor::Editor::Movement m, bool shift = false) { in moveCursor() function