HomeSort by relevance Sort by last modified time
    Searched full:host_handle_id (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/renderer/pepper/
pepper_shared_memory_message_filter.cc 45 int* host_handle_id,
48 *host_handle_id = -1;
56 *host_handle_id = content::PepperPluginInstance::Get(instance)->
  /external/chromium_org/ppapi/proxy/
plugin_array_buffer_var.cc 81 int* host_handle_id,
90 instance, ByteLength(), host_handle_id, &plugin_handle));
92 *host_handle_id == -1)
raw_var_data.cc 413 int host_handle_id; local
416 &host_handle_id,
419 if (host_handle_id != -1) {
423 host_shm_handle_id_ = host_handle_id;
ppapi_messages.h     [all...]

Completed in 1689 milliseconds