Searched refs:GetSharedMemory (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/ppapi/thunk/
H A Dppb_buffer_api.h25 virtual int32_t GetSharedMemory(int* handle) = 0;
H A Dppb_audio_api.h32 virtual int32_t GetSharedMemory(int* shm_handle, uint32_t* shm_size) = 0;
H A Dppb_image_data_api.h25 virtual int32_t GetSharedMemory(int* handle, uint32_t* byte_count) = 0;
/external/chromium_org/content/renderer/pepper/
H A Dppb_image_data_impl.h45 virtual int32_t GetSharedMemory(int* handle, uint32_t* byte_count) = 0;
85 virtual int32_t GetSharedMemory(int* handle, uint32_t* byte_count) OVERRIDE;
115 virtual int32_t GetSharedMemory(int* handle, uint32_t* byte_count) OVERRIDE;
145 virtual int32_t GetSharedMemory(int* handle, uint32_t* byte_count) OVERRIDE;
H A Dppb_audio_impl.h59 virtual int32_t GetSharedMemory(int* shm_handle, uint32_t* shm_size) OVERRIDE;
H A Dppb_buffer_impl.h39 virtual int32_t GetSharedMemory(int* handle) OVERRIDE;
H A Dppb_image_data_impl.cc108 int32_t PPB_ImageData_Impl::GetSharedMemory(int* handle, uint32_t* byte_count) { function in class:content::PPB_ImageData_Impl
109 return backend_->GetSharedMemory(handle, byte_count);
214 int32_t ImageDataPlatformBackend::GetSharedMemory(int* handle, function in class:content::ImageDataPlatformBackend
288 int32_t ImageDataSimpleBackend::GetSharedMemory(int* handle, function in class:content::ImageDataSimpleBackend
H A Dppb_buffer_impl.cc88 int32_t PPB_Buffer_Impl::GetSharedMemory(int* shm_handle) { function in class:content::PPB_Buffer_Impl
H A Dppb_audio_impl.cc152 int32_t PPB_Audio_Impl::GetSharedMemory(int* shm_handle, function in class:content::PPB_Audio_Impl
H A Dpepper_video_capture_host.cc216 int32_t result = enter.object()->GetSharedMemory(&handle);
/external/chromium_org/ppapi/proxy/
H A Dppb_buffer_proxy.cc62 int32_t Buffer::GetSharedMemory(int* out_handle) { function in class:ppapi::proxy::Buffer
136 if (trusted_buffer.object()->GetSharedMemory(&local_fd) != PP_OK)
H A Dppb_buffer_proxy.h39 virtual int32_t GetSharedMemory(int* handle) OVERRIDE;
H A Dppb_audio_proxy.cc55 virtual int32_t GetSharedMemory(int* shm_handle, uint32_t* shm_size) OVERRIDE;
125 int32_t Audio::GetSharedMemory(int* shm_handle, uint32_t* shm_size) { function in class:ppapi::proxy::Audio
302 result = enter.object()->GetSharedMemory(&shared_memory_handle,
H A Dppb_image_data_proxy.h51 virtual int32_t GetSharedMemory(int* handle, uint32_t* byte_count) OVERRIDE;
149 // |image_handle| and |byte_count| contain the result of GetSharedMemory.
H A Dppb_image_data_proxy.cc350 int32_t ImageData::GetSharedMemory(int* /* handle */, function in class:ppapi::proxy::ImageData
601 if (enter_resource.object()->GetSharedMemory(&local_fd,
603 DVLOG(1) << "CreateImageData failed: could not GetSharedMemory";
H A Dppp_content_decryptor_private_proxy.cc51 int32_t result = enter.object()->GetSharedMemory(&handle);
/external/chromium/chrome/browser/extensions/
H A Duser_script_master.h38 base::SharedMemory* GetSharedMemory() const { function in class:UserScriptMaster
H A Dextension_processes_api.cc128 int64 sh_mem = model_->GetSharedMemory(i, &mem) ?
/external/chromium_org/chrome/browser/extensions/
H A Duser_script_master.h48 base::SharedMemory* GetSharedMemory() const { function in class:extensions::UserScriptMaster
H A Duser_script_master.cc412 SendUpdate(process, GetSharedMemory());
/external/chromium/chrome/browser/task_manager/
H A Dtask_manager.cc160 if (!GetSharedMemory(index, &shared_mem))
320 if (!GetSharedMemory(row1, &value1) || !GetSharedMemory(row2, &value2))
421 bool TaskManagerModel::GetSharedMemory(int index, size_t* result) const {
H A Dtask_manager.h251 bool GetSharedMemory(int index, size_t* result) const;
/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager.h196 bool GetSharedMemory(int index, size_t* result) const;
H A Dtask_manager.cc450 if (!GetSharedMemory(index, &shared_mem))
556 bool TaskManagerModel::GetSharedMemory(int index, size_t* result) const { function in class:TaskManagerModel
862 this, &TaskManagerModel::GetSharedMemory, row1, row2);
/external/chromium_org/chrome/browser/ui/webui/task_manager/
H A Dtask_manager_handler.cc321 model_->GetSharedMemory(i, &shared_memory);

Completed in 959 milliseconds