Home
last modified time | relevance | path

Searched refs:DoRelease (Results 1 – 8 of 8) 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_mapping.cc48 bool DxgiTextureMapping::DoRelease() { in DoRelease() function in webrtc::DxgiTextureMapping
Ddxgi_texture.h63 virtual bool DoRelease() = 0;
Ddxgi_texture.cc74 return DoRelease(); in Release()
Ddxgi_texture_staging.cc121 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()