Home
last modified time | relevance | path

Searched refs:transaction_type (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/browser/dom_storage/
Ddom_storage_namespace.cc291 if (transaction.transaction_type == TRANSACTION_CLEAR) { in Merge()
301 if (transaction.transaction_type == TRANSACTION_REMOVE || in Merge()
302 transaction.transaction_type == TRANSACTION_WRITE) { in Merge()
306 if (transaction.transaction_type == TRANSACTION_READ) { in Merge()
323 if (transaction.transaction_type == TRANSACTION_READ) in Merge()
326 if (transaction.transaction_type == TRANSACTION_CLEAR) { in Merge()
331 if (transaction.transaction_type == TRANSACTION_REMOVE) { in Merge()
339 if (transaction.transaction_type == TRANSACTION_WRITE) { in Merge()
Ddom_storage_host.cc198 DOMStorageNamespace::LogType transaction_type, in MaybeLogTransaction() argument
208 transaction.transaction_type = transaction_type; in MaybeLogTransaction()
Ddom_storage_host.h75 DOMStorageNamespace::LogType transaction_type,
Ddom_storage_namespace.h113 LogType transaction_type; member
Ddom_storage_context_impl_unittest.cc354 txn.transaction_type = DOMStorageNamespace::TRANSACTION_READ; in TEST_F()
362 txn.transaction_type = DOMStorageNamespace::TRANSACTION_WRITE; in TEST_F()