Home | History | Annotate | Download | only in liblouis_nacl

Lines Matching refs:tableNames

135  * @param {string} tableNames Comma separated list of braille table names for
141 function(tableNames, callback) {
146 { tableNames: tableNames, callback: callback });
152 this.rpc_('CheckTable', { 'table_names': tableNames },
156 this, tableNames);
202 this.getTranslator(record.tableNames, record.callback);
217 this.getTranslator(record.tableNames, record.callback);
254 * @param {string} tableNames Comma separated list of Table names to be passed
257 cvox.LibLouis.Translator = function(instance, tableNames) {
268 this.tableNames_ = tableNames;