/external/chromium_org/content/browser/indexed_db/ |
indexed_db_transaction_coordinator.h | 27 void DidCreateTransaction(IndexedDBTransaction* transaction); 28 void DidStartTransaction(IndexedDBTransaction* transaction); 29 void DidFinishTransaction(IndexedDBTransaction* transaction); 32 bool IsActive(IndexedDBTransaction* transaction); 35 // Makes a snapshot of the transaction queue. For diagnostics only. 40 bool CanRunTransaction(IndexedDBTransaction* transaction);
|
indexed_db_database.cc | 39 virtual void Perform(IndexedDBTransaction* transaction) OVERRIDE; 53 virtual void Perform(IndexedDBTransaction* transaction) OVERRIDE; 75 virtual void Perform(IndexedDBTransaction* transaction) OVERRIDE; 91 virtual void Perform(IndexedDBTransaction* transaction) OVERRIDE; 104 virtual void Perform(IndexedDBTransaction* transaction) OVERRIDE; 120 virtual void Perform(IndexedDBTransaction* transaction) OVERRIDE; 136 virtual void Perform(IndexedDBTransaction* transaction) OVERRIDE; 152 virtual void Perform(IndexedDBTransaction* transaction) OVERRIDE; 168 virtual void Perform(IndexedDBTransaction* transaction) OVERRIDE; 184 virtual void Perform(IndexedDBTransaction* transaction) OVERRIDE 632 IndexedDBTransaction* transaction = GetTransaction(transaction_id); local 676 IndexedDBTransaction* transaction = GetTransaction(transaction_id); local 701 IndexedDBTransaction* transaction = GetTransaction(transaction_id); local 746 IndexedDBTransaction* transaction = GetTransaction(transaction_id); local 789 IndexedDBTransaction* transaction = GetTransaction(transaction_id); local 797 IndexedDBTransaction* transaction = GetTransaction(transaction_id); local 806 IndexedDBTransaction* transaction = GetTransaction(transaction_id); local 818 IndexedDBTransaction* transaction = GetTransaction(transaction_id); local 1015 IndexedDBTransaction* transaction = GetTransaction(transaction_id); local 1164 IndexedDBTransaction* transaction = GetTransaction(transaction_id); local 1238 IndexedDBTransaction* transaction = GetTransaction(transaction_id); local 1263 IndexedDBTransaction* transaction = GetTransaction(transaction_id); local 1339 IndexedDBTransaction* transaction = GetTransaction(transaction_id); local 1393 IndexedDBTransaction* transaction = GetTransaction(transaction_id); local 1436 IndexedDBTransaction* transaction = GetTransaction(transaction_id); local 1634 scoped_refptr<IndexedDBTransaction> transaction = new IndexedDBTransaction( local 1815 scoped_refptr<IndexedDBTransaction> transaction = local [all...] |
indexed_db_index_writer.cc | 31 IndexedDBBackingStore::Transaction* transaction, 41 transaction, 66 IndexedDBBackingStore::Transaction* transaction, 71 bool ok = backing_store->PutIndexDataForRecord(transaction, 85 IndexedDBBackingStore::Transaction* transaction, 100 bool ok = backing_store->KeyExistsInIndex(transaction, 116 scoped_refptr<IndexedDBTransaction> transaction, [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteSession.java | 41 * at most one read-write transaction is performed at a time. When WAL is not 51 * has its own session object and therefore its own transaction state independent 64 * There are two kinds of transaction: implicit transactions and explicit 67 * An implicit transaction is created whenever a database operation is requested 68 * and there is no explicit transaction currently in progress. An implicit transaction 72 * An explicit transaction is started by calling {@link #beginTransaction} and 73 * specifying the desired transaction mode. Once an explicit transaction has begun, 74 * all subsequent database operations will be performed as part of that transaction 345 Transaction transaction = obtainTransaction(transactionMode, transactionListener); local 936 Transaction transaction = mTransactionPool; local [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
fts2k.test | 32 BEGIN TRANSACTION; 35 COMMIT TRANSACTION; 41 # transaction. 44 BEGIN TRANSACTION; 48 COMMIT TRANSACTION; 52 # Test that buffered inserts are seen within a transaction. This is 56 BEGIN TRANSACTION; 60 ROLLBACK TRANSACTION; 75 BEGIN TRANSACTION; 78 ROLLBACK TRANSACTION; [all...] |
fts3ak.test | 32 BEGIN TRANSACTION; 35 COMMIT TRANSACTION; 41 # transaction. 44 BEGIN TRANSACTION; 48 COMMIT TRANSACTION; 52 # Test that buffered inserts are seen within a transaction. This is 56 BEGIN TRANSACTION; 60 ROLLBACK TRANSACTION; 75 BEGIN TRANSACTION; 78 ROLLBACK TRANSACTION; [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsTransaction.java | 30 * A transaction for interacting with a Contacts provider. This is used to pass state around 31 * throughout the operations comprising the transaction, including which databases the overall 32 * transaction is involved in, and whether the operation being performed is a batch operation. 37 * Whether this transaction is encompassing a batch of operations. If we're in batch mode, 43 * The list of databases that have been enlisted in this transaction. 51 * The mapping of tags to databases involved in this transaction. 56 * Whether any actual changes have been made successfully in this transaction. 62 * lock on one of the databases that we started the transaction with (the yield code cleans 68 * Creates a new transaction object, optionally marked as a batch transaction [all...] |
/external/chromium_org/net/http/ |
http_transaction.h | 25 // Represents a single HTTP transaction (i.e., a single request/response pair). 30 // Stops any pending IO and destroys the transaction object. 33 // Starts the HTTP transaction (i.e., sends the HTTP request). 35 // Returns OK if the transaction could be started synchronously, which means 39 // the transaction could not be started. 42 // request_info object alive until Destroy is called on the transaction. 44 // NOTE: The transaction is not responsible for deleting the callback object. 51 // Restarts the HTTP transaction, ignoring the last error. This call can 59 // NOTE: The transaction is not responsible for deleting the callback object. 63 // Restarts the HTTP transaction with a client certificate [all...] |
/packages/apps/Mms/src/com/android/mms/transaction/ |
TransactionState.java | 18 package com.android.mms.transaction; 24 * be known by the observers of transactions. To encapsulate Transaction- 29 * Result code indicates the Transaction has not started. 33 * Result code indicates the Transaction successfully complete. 37 * Result code indicates the Transaction failed. 53 * @return Current state of the Transaction. 60 * To set the state of transaction. This method is only invoked by 63 * @param state The current state of transaction. 73 * To represent the result uri of transaction such as uri of MM.
|
Transaction.java | 18 package com.android.mms.transaction; 32 * Transaction is an abstract class for notification transaction, send transaction 36 public abstract class Transaction extends Observable { 61 public Transaction(Context context, int serviceId, 70 * Returns the transaction state of this transaction. 72 * @return Current state of the Transaction. 80 * An instance of Transaction encapsulates the actions require [all...] |
/external/chromium_org/sync/syncable/ |
directory_change_delegate.h | 16 // the releasing of the syncable transaction. The delegate performs work to 17 // 1. Calculate changes, depending on the source of the transaction 19 // 2. Perform final work while the transaction is held 21 // 3. Perform any work that should be done after the transaction is released. 38 // transaction.
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPTransaction.java | 76 javax.sip.Transaction, gov.nist.javax.sip.TransactionExt { 112 * INVITE transaction timeout timer 138 protected String transactionId; // Transaction Id. 183 // Parent stack for this transaction 186 // Original request that is being handled by this transaction 189 // Underlying channel being used to send messages for this transaction 212 // Transaction branch ID 215 // Method of the Request used to create the transaction. 218 // Sequence number of request used to create the transaction 221 // Current transaction stat 285 SIPTransaction transaction = SIPTransaction.this; local [all...] |
/external/chromium_org/chrome/browser/resources/image_loader/ |
cache.js | 103 * @param {IDBTransaction=} opt_transaction Transaction to be reused. If not 108 var transaction = opt_transaction || 109 this.db_.transaction(['settings'], 'readwrite'); 110 var settingsStore = transaction.objectStore('settings'); 120 * @param {IDBTransaction=} opt_transaction Transaction to be reused. If not 126 var transaction = opt_transaction || 127 this.db_.transaction(['settings', 'metadata', 'data'], 'readwrite'); 128 var settingsStore = transaction.objectStore('settings'); 151 * @param {IDBTransaction=} opt_transaction Transaction to be reused. If not 157 var transaction = opt_transaction | [all...] |
/external/chromium/net/http/ |
http_transaction.h | 22 // Represents a single HTTP transaction (i.e., a single request/response pair). 27 // Stops any pending IO and destroys the transaction object. 30 // Starts the HTTP transaction (i.e., sends the HTTP request). 32 // Returns OK if the transaction could be started synchronously, which means 36 // that the transaction could not be started. 39 // request_info object alive until Destroy is called on the transaction. 41 // NOTE: The transaction is not responsible for deleting the callback object. 48 // Restarts the HTTP transaction, ignoring the last error. This call can 56 // NOTE: The transaction is not responsible for deleting the callback object. 60 // Restarts the HTTP transaction with a client certificate [all...] |
/packages/apps/Nfc/src/com/android/nfc/ |
EventLogTags.logtags | 7 # logged when a P2P transaction succeeds 9 # logged when a P2P transaction fails
|
/external/chromium_org/content/test/data/indexeddb/ |
value_size_test.js | 44 var transaction = db.transaction("store", 'readwrite'); 45 var store = transaction.objectStore("store"); 73 transaction.abort(); 79 transaction.oncomplete = unexpectedCompleteCallback; 80 transaction.onabort = function() { 101 var transaction = db.transaction("store", 'readwrite'); 102 var store = transaction.objectStore("store"); 136 transaction.oncomplete = unexpectedCompleteCallback [all...] |
transaction_get_test.html | 3 <title>IndexedDB transaction get test</title>
|
transaction_not_blocked.html | 3 <title>IndexedDB transaction test</title>
|
transaction_run_forever.html | 3 <title>IndexedDB transaction that runs forever</title>
|
transaction_test.html | 3 <title>IndexedDB transaction test</title>
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
DatabaseSync.cpp | 84 setLastErrorMessage("unable to changeVersion from within a transaction"); 89 RefPtr<SQLTransactionSync> transaction = SQLTransactionSync::create(this, changeVersionCallback, false); local 90 transaction->begin(es); 112 transaction->execute(es); 125 transaction->commit(es); 138 void DatabaseSync::transaction(PassRefPtr<SQLTransactionSyncCallback> callback, ExceptionState& es) function in class:WebCore::DatabaseSync 148 void DatabaseSync::rollbackTransaction(PassRefPtr<SQLTransactionSync> transaction) 151 transaction->rollback(); 161 setLastErrorMessage("unable to start a transaction from within a transaction"); 166 RefPtr<SQLTransactionSync> transaction = SQLTransactionSync::create(this, callback, readOnly); local [all...] |
SQLTransactionCoordinator.cpp | 44 static String getDatabaseIdentifier(SQLTransactionBackend* transaction) 46 DatabaseBackend* database = transaction->database(); 75 void SQLTransactionCoordinator::acquireLock(SQLTransactionBackend* transaction) 79 String dbIdentifier = getDatabaseIdentifier(transaction); 88 info.pendingTransactions.append(transaction); 92 void SQLTransactionCoordinator::releaseLock(SQLTransactionBackend* transaction) 97 String dbIdentifier = getDatabaseIdentifier(transaction); 103 if (transaction->isReadOnly()) { 104 ASSERT(info.activeReadTransactions.contains(transaction)); 105 info.activeReadTransactions.remove(transaction); 141 RefPtr<SQLTransactionBackend> transaction = info.pendingTransactions.first(); local [all...] |
/external/nist-sip/java/gov/nist/javax/sip/ |
SipProviderImpl.java | 71 import javax.sip.Transaction; 168 public void handleEvent(EventObject sipEvent, SIPTransaction transaction) { 172 + transaction + "this.sipListener = " 185 EventWrapper eventWrapper = new EventWrapper(sipEvent, transaction); 284 "Transaction already assigned to request"); 286 throw new TransactionUnavailableException ("Cannot create client transaction for " + Request.ACK); 312 "Transaction already exists!"); 338 "could not find existing transaction for " 349 "Cannot resolve next hop -- transaction unavailable"); 352 "Cannot resolve next hop -- transaction unavailable", ex) 457 SIPServerTransaction transaction = null; local 902 SIPTransaction transaction = (SIPTransaction) transactionErrorEvent local [all...] |
/external/chromium/chrome/browser/sync/syncable/ |
directory_change_listener.h | 15 // the releasing of the syncable transaction. The listener performs work to 16 // 1. Calculate changes, depending on the source of the transaction 18 // 2. Perform final work while the transaction is held 20 // 3. Perform any work that should be done after the transaction is released.
|
/external/chromium_org/sync/internal_api/public/ |
read_transaction.h | 24 // Start a new read-only transaction on the specified repository. 28 // Resume the middle of a transaction. Will not close transaction. 41 void* operator new(size_t size); // Transaction is meant for stack use only.
|