Lines Matching refs:runTransaction
20 function runTransaction(db, readOnly)
57 runTransaction(db1, true);
58 runTransaction(db2, true);
59 runTransaction(db1, false);
60 runTransaction(db1, true);
61 runTransaction(db2, true);
62 runTransaction(db3, true);
63 runTransaction(db1, false);
64 runTransaction(db2, false);
65 runTransaction(db1, true);
66 runTransaction(db3, true);