Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Dbrowser_info.h150 using FrameNotifyOnceAction = variable
158 void MaybeExecuteFrameNotification(FrameNotifyOnceAction pending_action);
221 std::queue<FrameNotifyOnceAction> queue_;
Dbrowser_info.cc355 FrameNotifyOnceAction pending_action) { in MaybeExecuteFrameNotification()