OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:locked_scope
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/indexed_db/
indexed_db_transaction_coordinator.cc
84
// The
locked_scope
set accumulates the ids of object stores in the scope of
90
std::set<int64>
locked_scope
;
local
98
locked_scope
.insert(transaction->scope().begin(),
107
if (CanStartTransaction(transaction,
locked_scope
)) {
118
locked_scope
.insert(transaction->scope().begin(),
142
const std::set<int64>&
locked_scope
) const {
148
DCHECK(
locked_scope
.empty());
155
return !DoSetsIntersect(transaction->scope(),
locked_scope
);
indexed_db_transaction_coordinator.h
40
const std::set<int64>&
locked_scope
) const;
Completed in 36 milliseconds