Searched defs:IndexedDBCallbacks (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
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 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...]

Completed in 72 milliseconds