Searched refs:pending_open_calls (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_database.cc1449 PendingOpenCallList pending_open_calls; local
1450 pending_open_calls_.swap(pending_open_calls);
1451 while (!pending_open_calls.empty()) {
1452 OpenConnection(pending_open_calls.front());
1453 pending_open_calls.pop_front();

Completed in 728 milliseconds