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

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
H A Dabstract_braille.js11 goog.provide('cvox.AbstractBraille');
21 cvox.AbstractBraille = function() {
26 cvox.AbstractBraille.prototype.write = goog.abstractMethod;
30 cvox.AbstractBraille.prototype.setCommandListener = goog.abstractMethod;

Completed in 1136 milliseconds