Searched defs:locked_scope (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_transaction_coordinator.cc90 // The locked_scope set accumulates the ids of object stores in the scope of
96 std::set<int64> locked_scope; local
104 locked_scope.insert(transaction->scope().begin(),
113 if (CanStartTransaction(transaction.get(), locked_scope)) {
124 locked_scope.insert(transaction->scope().begin(),
148 const std::set<int64>& locked_scope) const {
154 DCHECK(locked_scope.empty());
161 return !DoSetsIntersect(transaction->scope(), locked_scope);

Completed in 318 milliseconds