Searched defs:CursorSelection (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dcursor_selection.js11 goog.provide('cvox.CursorSelection');
31 cvox.CursorSelection = function(start, end, opt_reverse) {
43 cvox.CursorSelection.BEFORE) ||
46 cvox.CursorSelection.BEFORE)) {
57 cvox.CursorSelection.BEFORE = 4;
64 * @return {!cvox.CursorSelection} For chaining.
66 cvox.CursorSelection.prototype.setReversed = function(reversed) {
82 cvox.CursorSelection.prototype.isReversed = function() {
91 cvox.CursorSelection.prototype.absStart = function() {
99 cvox.CursorSelection
[all...]

Completed in 68 milliseconds