Home | History | Annotate | Download | only in storage

Lines Matching refs:function

0 function GC()
19 function checkCompletion()
25 function runTest()
30 persistentDB.transaction(function(tx) {
31 tx.executeSql("CREATE TABLE IF NOT EXISTS DataTest (randomData)", [], function(tx, result) {
35 }, function(err) {
38 }, function() {
43 forgottenDB.transaction(function(tx) {
45 }, function(err) {
50 }, function() {