Home
last modified time | relevance | path

Searched refs:notification_state_lock_ (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/browser/
Dbrowser_info.cc365 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()
Dbrowser_info.h227 NotificationStateLock* notification_state_lock_ = nullptr; variable