Home
last modified time | relevance | path

Searched refs:host_handle_id (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/renderer/pepper/
Dpepper_shared_memory_message_filter.cc45 int* host_handle_id, in OnHostMsgCreateSharedMemory() argument
48 *host_handle_id = -1; in OnHostMsgCreateSharedMemory()
56 *host_handle_id = content::PepperPluginInstance::Get(instance)-> in OnHostMsgCreateSharedMemory()
/external/chromium_org/ppapi/proxy/
Dplugin_array_buffer_var.cc81 int* host_handle_id, in CopyToNewShmem() argument
90 instance, ByteLength(), host_handle_id, &plugin_handle)); in CopyToNewShmem()
92 *host_handle_id == -1) in CopyToNewShmem()
Draw_var_data.cc413 int host_handle_id; in Init() local
416 &host_handle_id, in Init()
419 if (host_handle_id != -1) { in Init()
423 host_shm_handle_id_ = host_handle_id; in Init()