Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Dbrowser_info.h125 using FrameHostList = std::set<CefRefPtr<CefFrameHostImpl>>; variable
126 FrameHostList GetAllFrames() const;
Dbrowser_info.cc312 CefBrowserInfo::FrameHostList CefBrowserInfo::GetAllFrames() const { in GetAllFrames()
314 FrameHostList frames; in GetAllFrames()