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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_database.h229 class PendingUpgradeCall;
282 scoped_ptr<PendingUpgradeCall> pending_run_version_change_transaction_call_;
H A Dindexed_db_database.cc39 // PendingUpgradeCall has a scoped_ptr<IndexedDBConnection> because it owns the
41 class IndexedDBDatabase::PendingUpgradeCall { class in class:content::IndexedDBDatabase
43 PendingUpgradeCall(scoped_refptr<IndexedDBCallbacks> callbacks, function in class:content::IndexedDBDatabase::PendingUpgradeCall
1418 scoped_ptr<PendingUpgradeCall> pending_call =
1607 pending_run_version_change_transaction_call_.reset(new PendingUpgradeCall(

Completed in 44 milliseconds