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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_database.h203 struct PutOperationParams;
204 void PutOperation(scoped_ptr<PutOperationParams> params,
H A Dindexed_db_database.cc717 struct IndexedDBDatabase::PutOperationParams { struct in class:content::IndexedDBDatabase
718 PutOperationParams() {} function in struct:content::IndexedDBDatabase::PutOperationParams
728 DISALLOW_COPY_AND_ASSIGN(PutOperationParams);
750 scoped_ptr<PutOperationParams> params(new PutOperationParams());
762 void IndexedDBDatabase::PutOperation(scoped_ptr<PutOperationParams> params,

Completed in 62 milliseconds