Home | History | Annotate | Download | only in indexed_db

Lines Matching refs:DatabaseDispatcherHost

38       database_dispatcher_host_(new DatabaseDispatcherHost(this)),
74 // DatabaseDispatcherHost, since CloseAll() can invoke callbacks which need to
331 // IndexedDBDispatcherHost::DatabaseDispatcherHost
334 IndexedDBDispatcherHost::DatabaseDispatcherHost::DatabaseDispatcherHost(
340 IndexedDBDispatcherHost::DatabaseDispatcherHost::~DatabaseDispatcherHost() {
346 void IndexedDBDispatcherHost::DatabaseDispatcherHost::CloseAll() {
378 bool IndexedDBDispatcherHost::DatabaseDispatcherHost::OnMessageReceived(
385 IndexedDBDispatcherHost::DatabaseDispatcherHost, message, *msg_is_ok)
412 void IndexedDBDispatcherHost::DatabaseDispatcherHost::Send(
417 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnCreateObjectStore(
440 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnDeleteObjectStore(
455 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnCreateTransaction(
479 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnClose(
490 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnDestroyed(
501 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnGet(
521 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnPut(
552 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnSetIndexKeys(
579 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnSetIndexesReady(
595 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnOpenCursor(
617 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnCount(
636 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnDeleteRange(
654 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnClear(
674 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnAbort(
687 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnCommit(
711 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnCreateIndex(
736 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnDeleteIndex(