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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_database_callbacks.cc 48 dispatcher_host_->FinishTransaction(host_transaction_id, false);
61 dispatcher_host_->FinishTransaction(host_transaction_id, true);
indexed_db_dispatcher_host.h 58 void FinishTransaction(int64 host_transaction_id, bool committed);
indexed_db_dispatcher_host.cc 263 void IndexedDBDispatcherHost::FinishTransaction(int64 host_transaction_id,
    [all...]

Completed in 98 milliseconds