Searched refs:CrossProcessPlatformThreadDelegate (Results 1 – 3 of 3) sorted by relevance
18 class BASE_EXPORT CrossProcessPlatformThreadDelegate {20 CrossProcessPlatformThreadDelegate() = default;22 CrossProcessPlatformThreadDelegate(23 const CrossProcessPlatformThreadDelegate&) = delete;24 CrossProcessPlatformThreadDelegate& operator=(25 const CrossProcessPlatformThreadDelegate&) = delete;27 virtual ~CrossProcessPlatformThreadDelegate() = default;
345 class CrossProcessPlatformThreadDelegate; variable353 CrossProcessPlatformThreadDelegate* delegate);
37 CrossProcessPlatformThreadDelegate* g_cross_process_platform_thread_delegate =347 CrossProcessPlatformThreadDelegate* delegate) { in SetCrossProcessPlatformThreadDelegate()