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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_database.h 306 class PendingUpgradeCall;
307 scoped_ptr<PendingUpgradeCall> pending_run_version_change_transaction_call_;
indexed_db_database.cc 57 // PendingUpgradeCall has a scoped_ptr<IndexedDBConnection> because it owns the
59 class IndexedDBDatabase::PendingUpgradeCall {
61 PendingUpgradeCall(scoped_refptr<IndexedDBCallbacks> callbacks,
    [all...]

Completed in 24 milliseconds