Searched refs:cancelled_notification (Results 1 – 2 of 2) sorted by relevance
41 Notification* cancelled_notification = nullptr; in StartCancel() local60 cancelled_notification = &state_->cancelled_notification; in StartCancel()79 if (cancelled_notification) { in StartCancel()80 cancelled_notification->Notify(); in StartCancel()104 Notification* cancelled_notification = in DeregisterCallback() local105 state_ ? &state_->cancelled_notification : nullptr; in DeregisterCallback()111 if (cancelled_notification) { in DeregisterCallback()112 cancelled_notification->WaitForNotification(); in DeregisterCallback()149 Notification* cancelled_notification = nullptr; in DeregisterChild() local171 cancelled_notification = &state_->cancelled_notification; in DeregisterChild()[all …]
151 Notification cancelled_notification; member