Home | History | Annotate | Download | only in indexed_db

Lines Matching defs:IndexedDBDispatcherHost

40 IndexedDBDispatcherHost::IndexedDBDispatcherHost(
56 IndexedDBDispatcherHost::IndexedDBDispatcherHost(
71 IndexedDBDispatcherHost::~IndexedDBDispatcherHost() {
75 void IndexedDBDispatcherHost::OnChannelConnected(int32 peer_pid) {
86 void IndexedDBDispatcherHost::OnChannelClosing() {
89 base::Bind(&IndexedDBDispatcherHost::ResetDispatcherHosts, this));
95 void IndexedDBDispatcherHost::OnDestruct() const {
104 void IndexedDBDispatcherHost::ResetDispatcherHosts() {
119 base::TaskRunner* IndexedDBDispatcherHost::OverrideTaskRunnerForMessage(
127 bool IndexedDBDispatcherHost::OnMessageReceived(const IPC::Message& message) {
139 IPC_BEGIN_MESSAGE_MAP(IndexedDBDispatcherHost, message)
152 int32 IndexedDBDispatcherHost::Add(IndexedDBCursor* cursor) {
159 int32 IndexedDBDispatcherHost::Add(IndexedDBConnection* connection,
173 void IndexedDBDispatcherHost::RegisterTransactionId(int64 host_transaction_id,
180 int64 IndexedDBDispatcherHost::HostTransactionId(int64 transaction_id) {
193 int64 IndexedDBDispatcherHost::RendererTransactionId(
201 uint32 IndexedDBDispatcherHost::TransactionIdToRendererTransactionId(
207 uint32 IndexedDBDispatcherHost::TransactionIdToProcessId(
212 void IndexedDBDispatcherHost::HoldBlobDataHandle(
219 void IndexedDBDispatcherHost::DropBlobDataHandle(const std::string& uuid) {
229 IndexedDBCursor* IndexedDBDispatcherHost::GetCursorFromId(int32 ipc_cursor_id) {
234 ::IndexedDBDatabaseMetadata IndexedDBDispatcherHost::ConvertMetadata(
275 void IndexedDBDispatcherHost::OnIDBFactoryGetDatabaseNames(
291 void IndexedDBDispatcherHost::OnIDBFactoryOpen(
325 void IndexedDBDispatcherHost::OnIDBFactoryDeleteDatabase(
342 // to the IndexedDBDispatcherHost.
343 void IndexedDBDispatcherHost::OnPutHelper(
349 void IndexedDBDispatcherHost::OnAckReceivedBlobs(
357 void IndexedDBDispatcherHost::FinishTransaction(int64 host_transaction_id,
380 ObjectType* IndexedDBDispatcherHost::GetOrTerminateProcess(
395 ObjectType* IndexedDBDispatcherHost::GetOrTerminateProcess(
410 void IndexedDBDispatcherHost::DestroyObject(MapType* map, int32 ipc_object_id) {
416 // IndexedDBDispatcherHost::DatabaseDispatcherHost
419 IndexedDBDispatcherHost::DatabaseDispatcherHost::DatabaseDispatcherHost(
420 IndexedDBDispatcherHost* parent)
425 IndexedDBDispatcherHost::DatabaseDispatcherHost::~DatabaseDispatcherHost() {
431 void IndexedDBDispatcherHost::DatabaseDispatcherHost::CloseAll() {
463 bool IndexedDBDispatcherHost::DatabaseDispatcherHost::OnMessageReceived(
472 IndexedDBDispatcherHost::DatabaseDispatcherHost, message)
502 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnCreateObjectStore(
525 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnDeleteObjectStore(
540 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnCreateTransaction(
564 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnClose(
575 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnVersionChangeIgnored(
586 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnDestroyed(
599 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnGet(
619 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnPutWrapper(
631 &IndexedDBDispatcherHost::OnPutHelper, parent_, params, handles));
634 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnPut(
696 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnSetIndexKeys(
713 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnSetIndexesReady(
729 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnOpenCursor(
751 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnCount(
770 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnDeleteRange(
788 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnClear(
808 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnAbort(
821 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnCommit(
845 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnCreateIndex(
870 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnDeleteIndex(
887 // IndexedDBDispatcherHost::CursorDispatcherHost
890 IndexedDBDispatcherHost::CursorDispatcherHost::CursorDispatcherHost(
891 IndexedDBDispatcherHost* parent)
896 IndexedDBDispatcherHost::CursorDispatcherHost::~CursorDispatcherHost() {}
898 bool IndexedDBDispatcherHost::CursorDispatcherHost::OnMessageReceived(
902 IndexedDBDispatcherHost::CursorDispatcherHost, message)
918 void IndexedDBDispatcherHost::CursorDispatcherHost::OnAdvance(
936 void IndexedDBDispatcherHost::CursorDispatcherHost::OnContinue(
958 void IndexedDBDispatcherHost::CursorDispatcherHost::OnPrefetch(
976 void IndexedDBDispatcherHost::CursorDispatcherHost::OnPrefetchReset(
994 void IndexedDBDispatcherHost::CursorDispatcherHost::OnDestroyed(