Home
last modified time | relevance | path

Searched refs:CrossProcessPlatformThreadDelegate (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/base/threading/
H A Dcross_process_platform_thread_delegate.h18 class BASE_EXPORT CrossProcessPlatformThreadDelegate {
20 CrossProcessPlatformThreadDelegate() = default;
22 CrossProcessPlatformThreadDelegate(
23 const CrossProcessPlatformThreadDelegate&) = delete;
24 CrossProcessPlatformThreadDelegate& operator=(
25 const CrossProcessPlatformThreadDelegate&) = delete;
27 virtual ~CrossProcessPlatformThreadDelegate() = default;
H A Dplatform_thread.h345 class CrossProcessPlatformThreadDelegate; variable
353 CrossProcessPlatformThreadDelegate* delegate);
H A Dplatform_thread_cros.cc37 CrossProcessPlatformThreadDelegate* g_cross_process_platform_thread_delegate =
347 CrossProcessPlatformThreadDelegate* delegate) { in SetCrossProcessPlatformThreadDelegate()