Home
last modified time | relevance | path

Searched refs:GetFrameForGlobalId (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/libcef/browser/
Dbrowser_info.cc251 CefRefPtr<CefFrameHostImpl> parent = GetFrameForGlobalId(parent_global_id); in CreateTempSubFrame()
268 return GetFrameForGlobalId( in GetFrameForHost()
273 CefRefPtr<CefFrameHostImpl> CefBrowserInfo::GetFrameForGlobalId( in GetFrameForGlobalId() function in CefBrowserInfo
Dbrowser_host_base.cc628 return browser_info_->GetFrameForGlobalId( in GetFrame()
708 CefRefPtr<CefFrame> CefBrowserHostBase::GetFrameForGlobalId( in GetFrameForGlobalId() function in CefBrowserHostBase
710 return browser_info_->GetFrameForGlobalId(global_id, nullptr); in GetFrameForGlobalId()
Dbrowser_info.h117 CefRefPtr<CefFrameHostImpl> GetFrameForGlobalId(
Dbrowser_host_base.h217 CefRefPtr<CefFrame> GetFrameForGlobalId(
Dbrowser_info_manager.cc473 browser_info->GetFrameForGlobalId(global_id, &is_guest_view_tmp); in GetBrowserInfoInternal()
Dbrowser_contents_delegate.cc390 browser_info->GetFrameForGlobalId(global_id); in DidFinishNavigation()
/third_party/cef/libcef/browser/net/
Dthrottle_handler.cc59 frame = browser->GetFrameForGlobalId(global_id); in NavigationOnUIThread()