Home
last modified time | relevance | path

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

/third_party/node/lib/internal/readline/
Dcallbacks.js61 function moveCursor(stream, dx, dy, callback) { function
131 moveCursor, property
Dpromises.js59 moveCursor(dx, dy) { method in Readline
/third_party/node/lib/
Dtty.js148 WriteStream.prototype.moveCursor = function(dx, dy, callback) { method in WriteStream
Dreadline.js523 moveCursor, property
/third_party/skia/experimental/sktext/editor/
DEditor.cpp71 bool Editor::moveCursor(skui::Key key) { in moveCursor() function in skia::editor::Editor
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_inputmethodengine.js315 moveCursor: function (...args) { method
/third_party/skia/modules/skplaintexteditor/app/
Deditor_application.cpp274 bool moveCursor(Editor::Movement m, bool shift = false) { in moveCursor() function