Home
last modified time | relevance | path

Searched refs:GetAllFrames (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef/browser/
Dbrowser_host_base.cc633 for (const auto& frame : browser_info_->GetAllFrames()) { in GetFrame()
641 return browser_info_->GetAllFrames().size(); in GetFrameCount()
648 const auto frames = browser_info_->GetAllFrames(); in GetFrameIdentifiers()
662 const auto frames = browser_info_->GetAllFrames(); in GetFrameNames()
Dbrowser_info.h126 FrameHostList GetAllFrames() const;
Dbrowser_info.cc312 CefBrowserInfo::FrameHostList CefBrowserInfo::GetAllFrames() const { in GetAllFrames() function in CefBrowserInfo
Dbrowser_contents_delegate.cc362 for (const auto& frame : browser_info_->GetAllFrames()) { in DidStopLoading()