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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_pending_connection.h 16 class IndexedDBCallbacks;
21 scoped_refptr<IndexedDBCallbacks> callbacks_in,
27 scoped_refptr<IndexedDBCallbacks> callbacks;
indexed_db_cursor.h 29 void Advance(uint32 count, scoped_refptr<IndexedDBCallbacks> callbacks);
32 scoped_refptr<IndexedDBCallbacks> callbacks);
34 scoped_refptr<IndexedDBCallbacks> callbacks);
47 scoped_refptr<IndexedDBCallbacks> callbacks,
50 scoped_refptr<IndexedDBCallbacks> callbacks,
54 scoped_refptr<IndexedDBCallbacks> callbacks,
indexed_db_callbacks.h 31 class CONTENT_EXPORT IndexedDBCallbacks
32 : public base::RefCounted<IndexedDBCallbacks> {
35 IndexedDBCallbacks(IndexedDBDispatcherHost* dispatcher_host,
40 IndexedDBCallbacks(IndexedDBDispatcherHost* dispatcher_host,
46 IndexedDBCallbacks(IndexedDBDispatcherHost* dispatcher_host,
110 virtual ~IndexedDBCallbacks();
116 friend class base::RefCounted<IndexedDBCallbacks>;
118 // Originally from IndexedDBCallbacks:
136 DISALLOW_COPY_AND_ASSIGN(IndexedDBCallbacks);
mock_indexed_db_callbacks.cc 12 : IndexedDBCallbacks(NULL, 0, 0), expect_connection_(true) {}
14 : IndexedDBCallbacks(NULL, 0, 0), expect_connection_(expect_connection) {}
indexed_db_connection.h 13 class IndexedDBCallbacks;
indexed_db_pending_connection.cc 10 scoped_refptr<IndexedDBCallbacks> callbacks_in,
indexed_db_database.h 82 void DeleteDatabase(scoped_refptr<IndexedDBCallbacks> callbacks);
129 scoped_refptr<IndexedDBCallbacks> callbacks);
136 scoped_refptr<IndexedDBCallbacks> callbacks,
152 scoped_refptr<IndexedDBCallbacks> callbacks);
157 scoped_refptr<IndexedDBCallbacks> callbacks);
161 scoped_refptr<IndexedDBCallbacks> callbacks);
164 scoped_refptr<IndexedDBCallbacks> callbacks);
187 scoped_refptr<IndexedDBCallbacks> callbacks,
206 scoped_refptr<IndexedDBCallbacks> callbacks,
219 scoped_refptr<IndexedDBCallbacks> callbacks
    [all...]
indexed_db_callbacks.cc 39 IndexedDBCallbacks::IndexedDBCallbacks(IndexedDBDispatcherHost* dispatcher_host,
51 IndexedDBCallbacks::IndexedDBCallbacks(IndexedDBDispatcherHost* dispatcher_host,
64 IndexedDBCallbacks::IndexedDBCallbacks(IndexedDBDispatcherHost* dispatcher_host,
80 IndexedDBCallbacks::~IndexedDBCallbacks() {}
82 void IndexedDBCallbacks::OnError(const IndexedDBDatabaseError& error) {
90 void IndexedDBCallbacks::OnSuccess(const std::vector<base::string16>& value)
    [all...]
indexed_db_cursor.cc 38 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,
mock_indexed_db_callbacks.h 15 class MockIndexedDBCallbacks : public IndexedDBCallbacks {
indexed_db_dispatcher_host.cc 284 new IndexedDBCallbacks(
303 scoped_refptr<IndexedDBCallbacks> callbacks =
304 new IndexedDBCallbacks(this,
333 new IndexedDBCallbacks(
593 scoped_refptr<IndexedDBCallbacks> callbacks(new IndexedDBCallbacks(
633 scoped_refptr<IndexedDBCallbacks> callbacks(new IndexedDBCallbacks(
725 scoped_refptr<IndexedDBCallbacks> callbacks(new IndexedDBCallbacks(
    [all...]
indexed_db_database.cc 43 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_;
490 scoped_refptr<IndexedDBCallbacks> callbacks)
    [all...]
indexed_db_factory.h 44 void GetDatabaseNames(scoped_refptr<IndexedDBCallbacks> callbacks,
56 scoped_refptr<IndexedDBCallbacks> callbacks,
indexed_db_unittest.cc 118 class ForceCloseDBCallbacks : public IndexedDBCallbacks {
122 : IndexedDBCallbacks(NULL, 0, 0),
indexed_db_database_unittest.cc 154 class MockDeleteCallbacks : public IndexedDBCallbacks {
157 : IndexedDBCallbacks(NULL, 0, 0),
indexed_db_factory.cc 175 scoped_refptr<IndexedDBCallbacks> callbacks,
213 scoped_refptr<IndexedDBCallbacks> callbacks,
indexed_db_factory_unittest.cc 221 class LookingForQuotaErrorMockCallbacks : public IndexedDBCallbacks {
224 : IndexedDBCallbacks(NULL, 0, 0), error_called_(false) {}

Completed in 412 milliseconds