Home
last modified time | relevance | path

Searched refs:DoRelease (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/modules/desktop_capture/win/
Ddxgi_texture_mapping.h39 bool DoRelease() override;
Ddxgi_texture_staging.h46 bool DoRelease() override;
Ddxgi_texture.h63 virtual bool DoRelease() = 0;
Ddxgi_texture_mapping.cc48 bool DxgiTextureMapping::DoRelease() { in DoRelease() function in webrtc::DxgiTextureMapping
Ddxgi_texture.cc74 return DoRelease(); in Release()
Ddxgi_texture_staging.cc120 bool DxgiTextureStaging::DoRelease() { in DoRelease() function in webrtc::DxgiTextureStaging
/external/libchrome/base/
Dsequenced_task_runner_helpers.h33 static void DoRelease(const void* object) { in DoRelease() function
Dsequenced_task_runner.h139 return DeleteOrReleaseSoonInternal(from_here, &ReleaseHelper<T>::DoRelease, in ReleaseSoon()
/external/cronet/base/task/
Dsequenced_task_runner_helpers.h48 static void DoRelease(const void* object) { in DoRelease() function
Dsequenced_task_runner.h262 DeleteOrReleaseSoonInternal(from_here, &ReleaseHelper<T>::DoRelease, in ReleaseSoon()