HomeSort by relevance Sort by last modified time
    Searched refs:TRANSACTION_READ_WRITE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/indexed_db/
indexed_db.h 14 TRANSACTION_READ_WRITE = 1,
indexed_db_transaction_coordinator.cc 130 case indexed_db::TRANSACTION_READ_WRITE:
136 if (other->mode() == indexed_db::TRANSACTION_READ_WRITE &&
146 if (other->mode() == indexed_db::TRANSACTION_READ_WRITE &&

Completed in 53 milliseconds