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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_pending_connection.h16 class IndexedDBCallbacks;
21 scoped_refptr<IndexedDBCallbacks> callbacks_in,
27 scoped_refptr<IndexedDBCallbacks> callbacks;
H A Dindexed_db_cursor.h30 void Advance(uint32 count, scoped_refptr<IndexedDBCallbacks> callbacks);
33 scoped_refptr<IndexedDBCallbacks> callbacks);
35 scoped_refptr<IndexedDBCallbacks> callbacks);
48 scoped_refptr<IndexedDBCallbacks> callbacks,
51 scoped_refptr<IndexedDBCallbacks> callbacks,
55 scoped_refptr<IndexedDBCallbacks> callbacks,
H A Dindexed_db_callbacks.h31 class CONTENT_EXPORT IndexedDBCallbacks class in namespace:content
32 : public base::RefCounted<IndexedDBCallbacks> {
35 IndexedDBCallbacks(IndexedDBDispatcherHost* dispatcher_host,
40 IndexedDBCallbacks(IndexedDBDispatcherHost* dispatcher_host,
46 IndexedDBCallbacks(IndexedDBDispatcherHost* dispatcher_host,
112 virtual ~IndexedDBCallbacks();
118 friend class base::RefCounted<IndexedDBCallbacks>;
120 // Originally from IndexedDBCallbacks:
141 DISALLOW_COPY_AND_ASSIGN(IndexedDBCallbacks);
H A Dmock_indexed_db_callbacks.cc12 : IndexedDBCallbacks(NULL, 0, 0), expect_connection_(true) {}
14 : IndexedDBCallbacks(NULL, 0, 0), expect_connection_(expect_connection) {}
H A Dindexed_db_pending_connection.cc10 scoped_refptr<IndexedDBCallbacks> callbacks_in,
H A Dindexed_db_database.h72 void DeleteDatabase(scoped_refptr<IndexedDBCallbacks> callbacks);
124 scoped_refptr<IndexedDBCallbacks> callbacks);
131 scoped_refptr<IndexedDBCallbacks> callbacks,
147 scoped_refptr<IndexedDBCallbacks> callbacks);
152 scoped_refptr<IndexedDBCallbacks> callbacks);
156 scoped_refptr<IndexedDBCallbacks> callbacks);
159 scoped_refptr<IndexedDBCallbacks> callbacks);
182 scoped_refptr<IndexedDBCallbacks> callbacks,
201 scoped_refptr<IndexedDBCallbacks> callbacks,
214 scoped_refptr<IndexedDBCallbacks> callback
[all...]
H A Dindexed_db_cursor.cc38 scoped_refptr<IndexedDBCallbacks> callbacks) {
51 scoped_refptr<IndexedDBCallbacks> callbacks) {
62 scoped_refptr<IndexedDBCallbacks> callbacks,
81 scoped_refptr<IndexedDBCallbacks> callbacks,
102 scoped_refptr<IndexedDBCallbacks> callbacks) {
115 scoped_refptr<IndexedDBCallbacks> callbacks,
H A Dindexed_db_connection.h13 class IndexedDBCallbacks;
H A Dindexed_db_callbacks.cc40 IndexedDBCallbacks::IndexedDBCallbacks(IndexedDBDispatcherHost* dispatcher_host, function in class:content::IndexedDBCallbacks
54 IndexedDBCallbacks::IndexedDBCallbacks(IndexedDBDispatcherHost* dispatcher_host, function in class:content::IndexedDBCallbacks
69 IndexedDBCallbacks::IndexedDBCallbacks(IndexedDBDispatcherHost* dispatcher_host, function in class:content::IndexedDBCallbacks
87 IndexedDBCallbacks::~IndexedDBCallbacks() {}
89 void IndexedDBCallbacks::OnError(const IndexedDBDatabaseError& error) {
104 void IndexedDBCallbacks
[all...]
H A Dmock_indexed_db_callbacks.h15 class MockIndexedDBCallbacks : public IndexedDBCallbacks {
H A Dmock_indexed_db_factory.h22 void(scoped_refptr<IndexedDBCallbacks> callbacks,
35 scoped_refptr<IndexedDBCallbacks> callbacks,
H A Dindexed_db_dispatcher_host.cc284 new IndexedDBCallbacks(
304 scoped_refptr<IndexedDBCallbacks> callbacks =
305 new IndexedDBCallbacks(this,
335 new IndexedDBCallbacks(
608 scoped_refptr<IndexedDBCallbacks> callbacks(new IndexedDBCallbacks(
647 scoped_refptr<IndexedDBCallbacks> callbacks(new IndexedDBCallbacks(
738 scoped_refptr<IndexedDBCallbacks> callbacks(new IndexedDBCallbacks(
[all...]
H A Dindexed_db_factory.h42 virtual void GetDatabaseNames(scoped_refptr<IndexedDBCallbacks> callbacks,
54 scoped_refptr<IndexedDBCallbacks> callbacks,
H A Dindexed_db_database.cc43 PendingUpgradeCall(scoped_refptr<IndexedDBCallbacks> callbacks,
51 scoped_refptr<IndexedDBCallbacks> callbacks() const { return callbacks_; }
60 scoped_refptr<IndexedDBCallbacks> callbacks_;
71 PendingSuccessCall(scoped_refptr<IndexedDBCallbacks> callbacks,
75 scoped_refptr<IndexedDBCallbacks> callbacks() const { return callbacks_; }
80 scoped_refptr<IndexedDBCallbacks> callbacks_;
87 explicit PendingDeleteCall(scoped_refptr<IndexedDBCallbacks> callbacks)
89 scoped_refptr<IndexedDBCallbacks> callbacks() const { return callbacks_; }
92 scoped_refptr<IndexedDBCallbacks> callbacks_;
498 scoped_refptr<IndexedDBCallbacks> callback
[all...]
H A Dindexed_db_factory_impl.h27 scoped_refptr<IndexedDBCallbacks> callbacks,
39 scoped_refptr<IndexedDBCallbacks> callbacks,
H A Dindexed_db_unittest.cc125 class ForceCloseDBCallbacks : public IndexedDBCallbacks {
129 : IndexedDBCallbacks(NULL, 0, 0),
H A Dindexed_db_database_unittest.cc154 class MockDeleteCallbacks : public IndexedDBCallbacks {
157 : IndexedDBCallbacks(NULL, 0, 0),
H A Dindexed_db_factory_impl.cc177 scoped_refptr<IndexedDBCallbacks> callbacks,
224 scoped_refptr<IndexedDBCallbacks> callbacks,
H A Dindexed_db_factory_unittest.cc224 class LookingForQuotaErrorMockCallbacks : public IndexedDBCallbacks {
227 : IndexedDBCallbacks(NULL, 0, 0), error_called_(false) {}

Completed in 143 milliseconds