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

/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_shared_memory_message_filter.cc42 int* host_handle_id,
45 *host_handle_id = -1;
54 *host_handle_id =
39 OnHostMsgCreateSharedMemory( PP_Instance instance, uint32_t size, int* host_handle_id, ppapi::proxy::SerializedHandle* plugin_handle) argument
/external/chromium_org/ppapi/proxy/
H A Dplugin_array_buffer_var.cc81 int* host_handle_id,
90 instance, ByteLength(), host_handle_id, &plugin_handle));
92 *host_handle_id == -1)
79 CopyToNewShmem( PP_Instance instance, int* host_handle_id, SharedMemoryHandle* plugin_out_handle) argument
H A Draw_var_data.cc413 int host_handle_id; local
416 &host_handle_id,
419 if (host_handle_id != -1) {
423 host_shm_handle_id_ = host_handle_id;

Completed in 4487 milliseconds