Home
last modified time | relevance | path

Searched refs:result_image_handle (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dppb_image_data_proxy.cc622 ImageHandle* result_image_handle) { in OnHostMsgCreatePlatform() argument
637 *result_image_handle = image_handle; in OnHostMsgCreatePlatform()
639 *result_image_handle = PlatformImageData::NullHandle(); in OnHostMsgCreatePlatform()
650 ppapi::proxy::SerializedHandle* result_image_handle) { in OnHostMsgCreateSimple() argument
666 result_image_handle->set_shmem(image_handle, byte_count); in OnHostMsgCreateSimple()
668 result_image_handle->set_null_shmem(); in OnHostMsgCreateSimple()
Dppb_image_data_proxy.h173 ImageHandle* result_image_handle);
181 ppapi::proxy::SerializedHandle* result_image_handle);