Home
last modified time | relevance | path

Searched refs:GetBrowserInfo (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/libcef/browser/
Dframe_host_impl.cc507 scoped_refptr<CefBrowserInfo> CefFrameHostImpl::GetBrowserInfo() const { in GetBrowserInfo() function in CefFrameHostImpl
513 if (auto browser_info = GetBrowserInfo()) in GetBrowserHostBase()
578 auto browser_info = GetBrowserInfo(); in FrameAttached()
Dbrowser_info_manager.h126 scoped_refptr<CefBrowserInfo> GetBrowserInfo(
Dframe_host_impl.h153 scoped_refptr<CefBrowserInfo> GetBrowserInfo() const;
Dbrowser_info_manager.cc353 scoped_refptr<CefBrowserInfo> CefBrowserInfoManager::GetBrowserInfo( in GetBrowserInfo() function in CefBrowserInfoManager
Dbrowser_host_base.cc123 auto info = CefBrowserInfoManager::GetInstance()->GetBrowserInfo( in GetBrowserForGlobalId()
/third_party/cef/libcef/browser/extensions/
Dbrowser_extensions_util.cc74 CefBrowserInfoManager::GetInstance()->GetBrowserInfo(global_id, in GetOwnerBrowserForGlobalId()