Home
last modified time | relevance | path

Searched refs:kWordRight (Results 1 - 5 of 5) sorted by relevance

/third_party/node/lib/
H A Dreadline.js95 kWordRight,
273 [kWordRight]: {
453 Interface.prototype._wordRight = _Interface.prototype[kWordRight];
/third_party/node/lib/internal/readline/
H A Dinterface.js127 const kWordRight = Symbol('_wordRight');
754 [kWordRight]() {
1235 this[kWordRight]();
1247 this[kWordRight]();
1434 kWordRight,
/third_party/skia/modules/skplaintexteditor/include/
H A Deditor.h71 kWordRight, member in SkPlainTextEditor::Editor::Movement
/third_party/skia/modules/skplaintexteditor/app/
H A Deditor_application.cpp357 return this->moveCursor(Editor::Movement::kWordRight, shift);
/third_party/skia/modules/skplaintexteditor/src/
H A Deditor.cpp409 case Editor::Movement::kWordRight: in move()

Completed in 6 milliseconds