Home
last modified time | relevance | path

Searched refs:TRANSACTION_READ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/browser/dom_storage/
Ddom_storage_namespace.h106 TRANSACTION_READ, enumerator
Ddom_storage_namespace.cc306 if (transaction.transaction_type == TRANSACTION_READ) { in Merge()
323 if (transaction.transaction_type == TRANSACTION_READ) in Merge()
Ddom_storage_host.cc122 DOMStorageNamespace::TRANSACTION_READ, in LogGetAreaItem()
Ddom_storage_context_impl_unittest.cc354 txn.transaction_type = DOMStorageNamespace::TRANSACTION_READ; in TEST_F()