Searched
full:transaction (Results
776 -
800 of
1579) sorted by null
<<31323334353637383940>>
/external/chromium_org/net/http/ |
partial_data.h | 24 // these requests. This class is tightly integrated with HttpCache::Transaction
|
/external/chromium_org/sync/syncable/ |
directory_backing_store.h | 65 // transaction. Does NOT open any syncable transactions as this would cause
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorIndexedDBAgent.cpp | 203 RefPtr<IDBTransaction> idbTransaction = idbDatabase->transaction(executionContext, objectStoreName, mode, exceptionState); 434 // Continue cursor before making injected script calls, otherwise transaction might be finished. 490 m_requestCallback->sendFailure("Could not get transaction"); 727 m_requestCallback->sendFailure("Could not get transaction");
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBObjectStore.cpp | 52 IDBObjectStore::IDBObjectStore(const IDBObjectStoreMetadata& metadata, IDBTransaction* transaction) 54 , m_transaction(transaction) 432 // This is kept alive by being the success handler of the request, which is in turn kept alive by the owning transaction. 433 RefPtr<IndexPopulator> indexPopulator = IndexPopulator::create(transaction()->db(), m_transaction->id(), id(), metadata);
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/ |
SQLiteDatabase.h | 123 // the file to remove those pages after every transaction. This option
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
httpbase.h | 105 // side of an HTTP transaction. By default, HttpBase operates as an I/O pump,
|
httpclient.cc | 285 HttpTransaction* transaction) 287 transaction_(transaction), free_transaction_(false), 838 HttpTransaction* transaction) 840 HttpClient(agent, NULL, transaction) {
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
stunrequest.cc | 111 // transaction ID of a response we are expecting.
|
stunrequest_unittest.cc | 148 // Test handling of a binding response with the wrong transaction id.
|
turnserver.h | 175 // sees the same nonce in next transaction.
|
/external/chromium_org/third_party/sqlite/ |
mac_time_machine.patch | 45 ** This function is called at the start of every write transaction.
|
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
rtree2.test | 51 db transaction {
|
/external/chromium_org/third_party/sqlite/src/src/ |
sqliteLimit.h | 145 ** the aborted transaction. This could lead to database corruption.
|
/external/chromium_org/third_party/sqlite/src/test/ |
crash.test | 124 # written to the database file before a transaction is committed due to 207 # database when a crash occurs during a multi-file transaction. 317 # database when a crash occurs during a multi-file transaction. See comments 341 # 1: Begin a transaction.
|
fts1o.test | 63 # See what happens when renaming the fts1 table fails inside a transaction.
|
fts3fault.test | 35 # FTS3 table. Specifically, test renaming the table within a transaction
|
incrblob.test | 419 # transaction are not visible to external connections until 420 # after the transaction is commited and the blob channel 484 } {1 {cannot rollback transaction - SQL statements in progress}} 489 } {1 {cannot commit transaction - SQL statements in progress}}
|
io.test | 175 # Test that the journal file is created and sync()d if the transaction 197 # Test that the journal file is created and sync()d if the transaction 219 # should fail with SQLITE_CANTOPEN and the transaction rolled back. 266 } {1 {cannot commit - no transaction is active}}
|
ioerr2.test | 52 # connection. Otherwise, try a ROLLBACK, in case a transaction
|
ioerr5.test | 104 # Now try to commit the transaction. Cause an IO error to occur
|
misc4.test | 44 # Because the previous transaction included a DDL statement and
|
notify1.test | 263 # 1) The transaction opened by [db] was not committed. No unlock-notify 265 # 2) The transaction opened by [db] was committed and 60 unlock-notify 289 # transaction, the unlock-notify callback is not invoked. 292 # committing its transaction, the first does. The
|
pcache.test | 115 # Rolling back the transaction held by db2 at this point releases a pinned
|
recover.test | 87 db transaction immediate {
|
speed3.test | 85 $db transaction {
|
Completed in 370 milliseconds
<<31323334353637383940>>