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

  /external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
braille_ime.js 96 accumulated_: 0,
99 * Bit in {@code pressed_} and {@code accumulated_} that represent
164 this.accumulated_ = 0;
249 this.accumulated_ = 0;
285 this.accumulated_ = 0;
294 this.accumulated_ = 0;
299 this.accumulated_ |= this.pressed_;
303 if (this.pressed_ === 0 && this.accumulated_ !== 0) {
304 var dotsToSend = this.accumulated_;
305 this.accumulated_ = 0
    [all...]

Completed in 198 milliseconds