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

  /external/chromium_org/ppapi/proxy/
plugin_array_buffer_var.cc 31 plugin_handle_(base::SharedMemory::NULLHandle()),
37 : plugin_handle_(plugin_handle),
46 if (SharedMemory::IsHandleValid(plugin_handle_))
47 SharedMemory::CloseHandle(plugin_handle_);
57 if (SharedMemory::IsHandleValid(plugin_handle_)) {
58 shmem_.reset(new SharedMemory(plugin_handle_, false));
plugin_array_buffer_var.h 42 base::SharedMemoryHandle plugin_handle_; member in class:ppapi::PluginArrayBufferVar

Completed in 56 milliseconds