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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_backing_store.h 178 class BlobWriteCallback : public base::RefCounted<BlobWriteCallback> {
183 virtual ~BlobWriteCallback() {}
184 friend class base::RefCounted<BlobWriteCallback>;
406 virtual leveldb::Status CommitPhaseOne(scoped_refptr<BlobWriteCallback>);
498 scoped_refptr<BlobWriteCallback> callback);
indexed_db_transaction.cc 210 class BlobWriteCallbackImpl : public IndexedDBBackingStore::BlobWriteCallback {
262 scoped_refptr<IndexedDBBackingStore::BlobWriteCallback> callback(
indexed_db_fake_backing_store.h 141 scoped_refptr<BlobWriteCallback>) OVERRIDE;
indexed_db_fake_backing_store.cc 209 scoped_refptr<BlobWriteCallback> callback) {
indexed_db_backing_store.cc     [all...]
indexed_db_backing_store_unittest.cc 343 class TestCallback : public IndexedDBBackingStore::BlobWriteCallback {
    [all...]

Completed in 1884 milliseconds