Searched refs:tableNames (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/
H A Dliblouis.js135 * @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) {
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
H A DDatabaseQueryView.js89 function tableNamesCallback(tableNames)
91 accumulateMatches(tableNames.map(function(name) { return name + " " }));
H A DResourcesPanel.js648 function tableNamesCallback(tableNames)
650 var tableNamesLength = tableNames.length;
652 tableNamesHash[tableNames[i]] = true;
1346 * @param {!Array.<string>} tableNames
1349 function tableNamesCallback(tableNames)
1351 var tableNamesLength = tableNames.length;
1353 this.appendChild(new WebInspector.DatabaseTableTreeElement(this._storagePanel, this._database, tableNames[i]));
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DInspectorDatabaseAgent.cpp295 Vector<String> tableNames = database->tableNames(); local
296 unsigned length = tableNames.size();
298 names->addItem(tableNames[i]);
H A DDatabase.cpp890 Vector<String> tableNames; local
895 tableNames.append(name);
905 return tableNames;
908 Vector<String> Database::tableNames() function in class:blink::Database
H A DDatabase.h107 Vector<String> tableNames();
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dyjp-controller-api-redist.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/yourkit/api/ com/yourkit/runtime/ com/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 236 milliseconds