Searched refs:childTreeCallbackMapMutex_ (Results 1 – 2 of 2) sorted by relevance
548 mutable std::mutex childTreeCallbackMapMutex_; variable
5110 std::lock_guard<std::mutex> lock(childTreeCallbackMapMutex_); in RegisterAccessibilityChildTreeCallback()5116 std::lock_guard<std::mutex> lock(childTreeCallbackMapMutex_); in DeregisterAccessibilityChildTreeCallback()5147 std::lock_guard<std::mutex> lock(childTreeCallbackMapMutex_); in NotifyChildTreeOnRegister()5160 std::lock_guard<std::mutex> lock(childTreeCallbackMapMutex_); in NotifyChildTreeOnDeregister()5172 std::lock_guard<std::mutex> lock(childTreeCallbackMapMutex_); in NotifySetChildTreeIdAndWinId()5199 std::lock_guard<std::mutex> lock(childTreeCallbackMapMutex_); in CheckIsChildElement()