Searched defs:Transaction (Results 1 - 15 of 15) sorted by path

/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dleveldb_wrapper.h44 typedef std::pair<Operation, std::string> Transaction; typedef in class:sync_file_system::drive_backend::LevelDBWrapper
45 typedef std::map<std::string, Transaction, SliceComparator>
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc1353 IndexedDBBackingStore::Transaction* transaction,
1383 IndexedDBBackingStore::Transaction* transaction,
1409 IndexedDBBackingStore::Transaction* transaction,
1710 IndexedDBBackingStore::Transaction* transaction,
1761 IndexedDBBackingStore::Transaction* transaction,
1826 IndexedDBBackingStore::Transaction* transaction,
1899 IndexedDBBackingStore::Transaction* transaction,
1948 IndexedDBBackingStore::Transaction* transaction,
1969 IndexedDBBackingStore::Transaction* transaction,
1993 IndexedDBBackingStore::Transaction* transactio
3881 IndexedDBBackingStore::Transaction::Transaction( function in class:content::IndexedDBBackingStore::Transaction
[all...]
H A Dindexed_db_backing_store.h120 class CONTENT_EXPORT Transaction { class in class:content::IndexedDBBackingStore
122 explicit Transaction(IndexedDBBackingStore* backing_store);
123 virtual ~Transaction();
275 Transaction* transaction,
288 Transaction* transaction_;
357 IndexedDBBackingStore::Transaction* transaction,
372 IndexedDBBackingStore::Transaction* transaction,
379 IndexedDBBackingStore::Transaction* transaction,
384 IndexedDBBackingStore::Transaction* transaction,
390 IndexedDBBackingStore::Transaction* transactio
[all...]
H A Dindexed_db_fake_backing_store.cc53 bool IndexedDBFakeBackingStore::UpdateIDBDatabaseIntVersion(Transaction*,
64 Transaction*,
74 Transaction* transaction,
81 IndexedDBBackingStore::Transaction* transaction,
92 Transaction*,
98 Transaction*,
105 Transaction*,
112 Transaction*,
120 Transaction*,
130 Transaction*,
63 CreateObjectStore( Transaction*, int64 database_id, int64 object_store_id, const base::string16& name, const IndexedDBKeyPath&, bool auto_increment) argument
91 ClearObjectStore( Transaction*, int64 database_id, int64 object_store_id) argument
97 DeleteRecord( Transaction*, int64 database_id, int64 object_store_id, const RecordIdentifier&) argument
104 GetKeyGeneratorCurrentNumber( Transaction*, int64 database_id, int64 object_store_id, int64* current_number) argument
111 MaybeUpdateKeyGeneratorCurrentNumber( Transaction*, int64 database_id, int64 object_store_id, int64 new_number, bool check_current) argument
119 KeyExistsInObjectStore( Transaction*, int64 database_id, int64 object_store_id, const IndexedDBKey&, RecordIdentifier* found_record_identifier, bool* found) argument
129 CreateIndex( Transaction*, int64 database_id, int64 object_store_id, int64 index_id, const base::string16& name, const IndexedDBKeyPath&, bool is_unique, bool is_multi_entry) argument
147 PutIndexDataForRecord( Transaction*, int64 database_id, int64 object_store_id, int64 index_id, const IndexedDBKey&, const RecordIdentifier&) argument
[all...]
/external/chromium_org/net/disk_cache/blockfile/
H A Drankings.cc38 class Transaction { class in namespace:__anon9157
44 Transaction(volatile disk_cache::LruData* data, disk_cache::Addr addr,
46 ~Transaction();
49 DISALLOW_COPY_AND_ASSIGN(Transaction);
52 Transaction::Transaction(volatile disk_cache::LruData* data, function in class:__anon9157::Transaction
62 Transaction::~Transaction() {
254 Transaction lock(control_data_, node->address(), INSERT, list);
348 Transaction loc
[all...]
/external/chromium_org/net/http/
H A Dhttp_cache_transaction.cc312 HttpCache::Transaction::Transaction( function in class:net::HttpCache::Transaction
343 COMPILE_ASSERT(HttpCache::Transaction::kNumValidationHeaders ==
347 io_callback_ = base::Bind(&Transaction::OnIOComplete,
351 HttpCache::Transaction::~Transaction() {
374 int HttpCache::Transaction::WriteMetadata(IOBuffer* buf, int buf_len,
390 bool HttpCache::Transaction::AddTruncatedFlag() {
411 LoadState HttpCache::Transaction::GetWriterLoadState() const {
419 const BoundNetLog& HttpCache::Transaction
[all...]
H A Dhttp_cache_transaction.h5 // This file declares HttpCache::Transaction, a private class of HttpCache so
30 class HttpCache::Transaction : public HttpTransaction { class in class:net::HttpCache
61 Transaction(RequestPriority priority,
63 virtual ~Transaction();
466 base::WeakPtrFactory<Transaction> weak_factory_;
468 DISALLOW_COPY_AND_ASSIGN(Transaction);
/external/chromium_org/sql/
H A Dtransaction.cc12 Transaction::Transaction(Connection* connection) function in class:sql::Transaction
17 Transaction::~Transaction() {
22 bool Transaction::Begin() {
28 void Transaction::Rollback() {
35 bool Transaction::Commit() {
H A Dtransaction.h15 class SQL_EXPORT Transaction { class in namespace:sql
24 explicit Transaction(Connection* connection);
25 ~Transaction();
55 DISALLOW_COPY_AND_ASSIGN(Transaction);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/clang/lib/ARCMigrate/
H A DInternals.h123 class Transaction { class in namespace:clang::arcmt
128 Transaction(TransformActions &TA) : TA(TA), Aborted(false) { function in class:clang::arcmt::Transaction
132 ~Transaction() {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/nist-sip/java/javax/sip/
H A DTransaction.java6 public interface Transaction extends Serializable { interface in inherits:Serializable
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 341 milliseconds