Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Dbrowser_info_manager.cc418 PendingPopupList::iterator it = pending_popup_list_.begin(); in RenderProcessHostDestroyed()
419 while (it != pending_popup_list_.end()) { in RenderProcessHostDestroyed()
422 it = pending_popup_list_.erase(it); in RenderProcessHostDestroyed()
433 pending_popup_list_.push_back(std::move(popup)); in PushPendingPopup()
444 PendingPopupList::iterator it = pending_popup_list_.begin(); in PopPendingPopup()
445 for (; it != pending_popup_list_.end(); ++it) { in PopPendingPopup()
451 pending_popup_list_.erase(it); in PopPendingPopup()
Dbrowser_info_manager.h236 PendingPopupList pending_popup_list_; variable