HomeSort by relevance Sort by last modified time
    Searched refs:runTransaction (Results 1 - 9 of 9) sorted by null

  /external/webkit/LayoutTests/storage/
read-and-write-transactions-dont-run-together.js 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)
    [all...]
multiple-transactions-on-different-handles.js 30 function runTransaction(db, dbName, val)
71 runTransaction(db1, "db1", 1);
72 runTransaction(db2, "db2", 2);
  /external/webkit/Source/WebCore/storage/
DatabaseSync.h 68 void runTransaction(PassRefPtr<SQLTransactionSyncCallback>, bool readOnly, ExceptionCode&);
DatabaseSync.cpp 134 runTransaction(callback, false, ec);
139 runTransaction(callback, true, ec);
142 void DatabaseSync::runTransaction(PassRefPtr<SQLTransactionSyncCallback> callback, bool readOnly, ExceptionCode& ec)
Database.h 93 void runTransaction(PassRefPtr<SQLTransactionCallback>, PassRefPtr<SQLTransactionErrorCallback>,
Database.cpp 271 runTransaction(callback, errorCallback, successCallback, false);
276 runTransaction(callback, errorCallback, successCallback, true);
279 void Database::runTransaction(PassRefPtr<SQLTransactionCallback> callback, PassRefPtr<SQLTransactionErrorCallback> errorCallback,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 941 milliseconds