Searched refs:notification_state_lock_ (Results 1 – 2 of 2) sorted by relevance
365 if (notification_state_lock_) { in MaybeExecuteFrameNotification()367 notification_state_lock_->queue_.push(std::move(pending_action)); in MaybeExecuteFrameNotification()515 CHECK(!browser_info_->notification_state_lock_); in NotificationStateLock()516 browser_info_->notification_state_lock_ = this; in NotificationStateLock()533 CHECK_EQ(this, browser_info_->notification_state_lock_); in ~NotificationStateLock()534 browser_info_->notification_state_lock_ = nullptr; in ~NotificationStateLock()
227 NotificationStateLock* notification_state_lock_ = nullptr; variable