Searched defs:ipc_return_object_id (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_dispatcher_host.cc382 int32 ipc_return_object_id) {
384 ObjectType* return_object = map->Lookup(ipc_return_object_id);
387 << ipc_return_object_id;
397 int32 ipc_return_object_id) {
399 ObjectType* return_object = map->Lookup(ipc_return_object_id);
402 << ipc_return_object_id;
380 GetOrTerminateProcess( IDMap<ObjectType, IDMapOwnPointer>* map, int32 ipc_return_object_id) argument
395 GetOrTerminateProcess( RefIDMap<ObjectType>* map, int32 ipc_return_object_id) argument

Completed in 79 milliseconds