Home | History | Annotate | Download | only in indexed_db

Lines Matching defs:IndexedDBDispatcherHost

45 class IndexedDBDispatcherHost : public BrowserMessageFilter {
48 IndexedDBDispatcherHost(int ipc_process_id,
52 IndexedDBDispatcherHost(int ipc_process_id,
104 friend class base::DeleteHelper<IndexedDBDispatcherHost>;
147 explicit DatabaseDispatcherHost(IndexedDBDispatcherHost* parent);
194 IndexedDBDispatcherHost* parent_;
207 explicit CursorDispatcherHost(IndexedDBDispatcherHost* parent);
230 IndexedDBDispatcherHost* parent_;
237 virtual ~IndexedDBDispatcherHost();
281 DISALLOW_IMPLICIT_CONSTRUCTORS(IndexedDBDispatcherHost);