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

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
H A Dbraille.js11 goog.provide('cvox.ChromeBraille');
23 cvox.ChromeBraille = function() {
64 goog.inherits(cvox.ChromeBraille, cvox.AbstractBraille);
68 cvox.ChromeBraille.prototype.write = function(params) {
83 cvox.ChromeBraille.prototype.updateLastContentId_ = function() {
90 cvox.ChromeBraille.prototype.setCommandListener = function(func) {
102 cvox.ChromeBraille.prototype.defaultCommandListener_ = function(brailleEvt,
114 cvox.HostFactory.brailleConstructor = cvox.ChromeBraille;

Completed in 343 milliseconds