HomeSort by relevance Sort by last modified time
    Searched full:displaystate_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_display_manager.js 62 this.displayState_ = {available: false, textCellCount: undefined};
69 this.realDisplayState_ = this.displayState_;
165 this.displayState_ = newState;
167 this.displayState_ =
189 if (!this.displayState_.available) {
193 this.panPosition_ + this.displayState_.textCellCount);
256 if (this.displayState_.available) {
257 var textCells = this.displayState_.textCellCount;
307 0, this.panPosition_ - this.displayState_.textCellCount);
319 var newPosition = this.panPosition_ + this.displayState_.textCellCount
    [all...]

Completed in 165 milliseconds