Searched refs:transaction_type (Results 1 – 5 of 5) sorted by relevance
291 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()
198 DOMStorageNamespace::LogType transaction_type, in MaybeLogTransaction() argument208 transaction.transaction_type = transaction_type; in MaybeLogTransaction()
75 DOMStorageNamespace::LogType transaction_type,
113 LogType transaction_type; member
354 txn.transaction_type = DOMStorageNamespace::TRANSACTION_READ; in TEST_F()362 txn.transaction_type = DOMStorageNamespace::TRANSACTION_WRITE; in TEST_F()