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

  /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 198 base::ProcessHandle plugin_handle = base::kNullProcessHandle; local
200 plugin_pid, PROCESS_QUERY_INFORMATION | SYNCHRONIZE, &plugin_handle);
203 is_running = base::GetTerminationStatus(plugin_handle, NULL) ==
205 base::CloseProcessHandle(plugin_handle);
  /external/chromium_org/content/ppapi_plugin/
ppapi_thread.cc 440 IPC::ChannelHandle plugin_handle; local
441 plugin_handle.name = IPC::Channel::GenerateVerifiedChannelID(
453 plugin_handle,
463 plugin_handle,
473 handle->name = plugin_handle.name;
  /external/chromium_org/ppapi/proxy/
raw_var_data.cc 411 base::SharedMemoryHandle plugin_handle; local
414 &plugin_handle);
417 DCHECK(!base::SharedMemory::IsHandleValid(plugin_handle));
422 DCHECK(base::SharedMemory::IsHandleValid(plugin_handle));
425 plugin_shm_handle_ = SerializedHandle(plugin_handle,

Completed in 2213 milliseconds