Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Dbrowser_info_manager.h204 struct PendingNewBrowserInfo { struct
212 static void CancelNewBrowserInfoResponse(PendingNewBrowserInfo* pending_info); argument
231 std::unique_ptr<PendingNewBrowserInfo>>;
Dbrowser_info_manager.cc288 std::unique_ptr<PendingNewBrowserInfo> pending(new PendingNewBrowserInfo()); in OnGetNewBrowserInfo()
524 PendingNewBrowserInfo* pending_info) { in CancelNewBrowserInfoResponse()