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

  /external/chromium_org/ppapi/proxy/
plugin_array_buffer_var.cc 36 SharedMemoryHandle plugin_handle)
37 : plugin_handle_(plugin_handle),
88 ppapi::proxy::SerializedHandle plugin_handle;
90 instance, ByteLength(), host_handle_id, &plugin_handle));
91 if (!plugin_handle.IsHandleValid() || !plugin_handle.is_shmem() ||
95 base::SharedMemoryHandle tmp_handle = plugin_handle.shmem();
plugin_array_buffer_var.h 25 base::SharedMemoryHandle plugin_handle);
35 base::SharedMemoryHandle* plugin_handle) OVERRIDE;
raw_var_data.cc 414 base::SharedMemoryHandle plugin_handle; local
417 &plugin_handle);
420 DCHECK(!base::SharedMemory::IsHandleValid(plugin_handle));
425 DCHECK(base::SharedMemory::IsHandleValid(plugin_handle));
428 plugin_shm_handle_ = SerializedHandle(plugin_handle,
ppapi_messages.h     [all...]
  /external/chromium_org/chrome/renderer/pepper/
pepper_shared_memory_message_filter.cc 46 ppapi::proxy::SerializedHandle* plugin_handle) {
47 plugin_handle->set_null_shmem();
70 plugin_handle->set_shmem(
  /external/chromium_org/content/renderer/pepper/
pepper_broker.cc 233 base::SyncSocket::Handle plugin_handle = base::kInvalidPlatformFileValue; local
247 plugin_handle = DuplicateHandle(plugin_socket->handle());
257 client->BrokerConnected(ppapi::PlatformFileToInt(plugin_handle), result);
  /external/chromium_org/chrome/browser/plugins/
plugin_observer.cc 230 base::ProcessHandle plugin_handle = base::kNullProcessHandle; local
232 plugin_pid, PROCESS_QUERY_INFORMATION | SYNCHRONIZE, &plugin_handle);
235 is_running = base::GetTerminationStatus(plugin_handle, NULL) ==
237 base::CloseProcessHandle(plugin_handle);
  /external/chromium_org/content/ppapi_plugin/
ppapi_thread.cc 396 IPC::ChannelHandle plugin_handle; local
397 plugin_handle.name = IPC::Channel::GenerateVerifiedChannelID(
409 plugin_handle,
419 plugin_handle,
429 handle->name = plugin_handle.name;
  /external/chromium_org/chrome/browser/ui/
hung_plugin_tab_helper.cc 85 base::win::ScopedHandle* plugin_handle) {
86 CrashDumpAndTerminateHungChildProcess(plugin_handle->Get());
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_mac.h 274 gfx::PluginWindowHandle plugin_handle,
render_widget_host_view_mac.mm     [all...]

Completed in 239 milliseconds