Home
last modified time | relevance | path

Searched defs:ipc_object_id (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
Dindexed_db_callbacks.cc168 int32 ipc_object_id = kNoDatabase; in OnSuccess() local
316 int32 ipc_object_id = dispatcher_host_->Add(cursor.get()); in OnSuccess() local
Dindexed_db_dispatcher_host.cc408 void IndexedDBDispatcherHost::DestroyObject(MapType* map, int32 ipc_object_id) { in DestroyObject()
572 int32 ipc_object_id) { in OnDestroyed()
982 int32 ipc_object_id) { in OnDestroyed()
/external/chromium_org/content/child/indexed_db/
Dindexed_db_dispatcher.cc478 int32 ipc_object_id, in OnSuccessIDBDatabase()
610 int32 ipc_object_id = p.ipc_cursor_id; in OnSuccessOpenCursor() local