Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Dbrowser_info.cc345 bool CefBrowserInfo::IsNavigationLocked(base::OnceClosure pending_action) { in IsNavigationLocked() argument
348 navigation_lock_->pending_action_ = std::move(pending_action); in IsNavigationLocked()
355 FrameNotifyOnceAction pending_action) { in MaybeExecuteFrameNotification() argument
367 notification_state_lock_->queue_.push(std::move(pending_action)); in MaybeExecuteFrameNotification()
375 std::move(pending_action).Run(frame_handler); in MaybeExecuteFrameNotification()
Dbrowser_info.h148 bool IsNavigationLocked(base::OnceClosure pending_action);
158 void MaybeExecuteFrameNotification(FrameNotifyOnceAction pending_action);