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

  /external/chromium_org/content/browser/indexed_db/
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,
112 virtual ~IndexedDBCallbacks();
118 friend class base::RefCounted<IndexedDBCallbacks>;
120 // Originally from IndexedDBCallbacks:
141 DISALLOW_COPY_AND_ASSIGN(IndexedDBCallbacks);
indexed_db_callbacks.cc 40 IndexedDBCallbacks::IndexedDBCallbacks(IndexedDBDispatcherHost* dispatcher_host,
54 IndexedDBCallbacks::IndexedDBCallbacks(IndexedDBDispatcherHost* dispatcher_host,
69 IndexedDBCallbacks::IndexedDBCallbacks(IndexedDBDispatcherHost* dispatcher_host,
87 IndexedDBCallbacks::~IndexedDBCallbacks() {}
89 void IndexedDBCallbacks::OnError(const IndexedDBDatabaseError& error) {
104 void IndexedDBCallbacks::OnSuccess(const std::vector<base::string16>& value)
    [all...]

Completed in 150 milliseconds