Home
last modified time | relevance | path

Searched refs:CefBrowserInfo (Results 1 – 21 of 21) sorted by relevance

/third_party/cef/libcef/browser/
Dbrowser_info.cc18 CefBrowserInfo::FrameInfo::~FrameInfo() { in ~FrameInfo()
27 CefBrowserInfo::CefBrowserInfo(int browser_id, in CefBrowserInfo() function in CefBrowserInfo
38 CefBrowserInfo::~CefBrowserInfo() { in ~CefBrowserInfo()
42 CefRefPtr<CefBrowserHostBase> CefBrowserInfo::browser() const { in browser()
49 void CefBrowserInfo::SetBrowser(CefRefPtr<CefBrowserHostBase> browser) { in SetBrowser()
76 void CefBrowserInfo::SetClosing() { in SetClosing()
82 void CefBrowserInfo::MaybeCreateFrame(content::RenderFrameHost* host, in MaybeCreateFrame()
160 void CefBrowserInfo::FrameHostStateChanged( in FrameHostStateChanged()
207 void CefBrowserInfo::RemoveFrame(content::RenderFrameHost* host) { in RemoveFrame()
239 CefRefPtr<CefFrameHostImpl> CefBrowserInfo::GetMainFrame() { in GetMainFrame()
[all …]
Dbrowser_info.h35 class CefBrowserInfo : public base::RefCountedThreadSafe<CefBrowserInfo> {
37 CefBrowserInfo(int browser_id,
42 CefBrowserInfo(const CefBrowserInfo&) = delete;
43 CefBrowserInfo& operator=(const CefBrowserInfo&) = delete;
130 friend class CefBrowserInfo;
166 friend class base::RefCountedThreadSafe<CefBrowserInfo>;
168 virtual ~CefBrowserInfo();
213 explicit NotificationStateLock(CefBrowserInfo* browser_info);
217 friend class CefBrowserInfo;
218 CefBrowserInfo* const browser_info_;
Dbrowser_info_manager.h58 scoped_refptr<CefBrowserInfo> CreateBrowserInfo(
67 scoped_refptr<CefBrowserInfo> CreatePopupBrowserInfo(
115 void RemoveBrowserInfo(scoped_refptr<CefBrowserInfo> browser_info);
126 scoped_refptr<CefBrowserInfo> GetBrowserInfo(
131 using BrowserInfoList = std::list<scoped_refptr<CefBrowserInfo>>;
192 scoped_refptr<CefBrowserInfo> GetBrowserInfoInternal(
198 scoped_refptr<CefBrowserInfo> browser_info,
Dframe_host_impl.h28 class CefBrowserInfo; variable
36 CefFrameHostImpl(scoped_refptr<CefBrowserInfo> browser_info,
40 CefFrameHostImpl(scoped_refptr<CefBrowserInfo> browser_info,
128 void MaybeReAttach(scoped_refptr<CefBrowserInfo> browser_info,
153 scoped_refptr<CefBrowserInfo> GetBrowserInfo() const;
171 scoped_refptr<CefBrowserInfo> browser_info_;
Dbrowser_info_manager.cc69 scoped_refptr<CefBrowserInfo> CefBrowserInfoManager::CreateBrowserInfo( in CreateBrowserInfo()
75 scoped_refptr<CefBrowserInfo> browser_info = new CefBrowserInfo( in CreateBrowserInfo()
82 scoped_refptr<CefBrowserInfo> CefBrowserInfoManager::CreatePopupBrowserInfo( in CreatePopupBrowserInfo()
90 scoped_refptr<CefBrowserInfo> browser_info = in CreatePopupBrowserInfo()
91 new CefBrowserInfo(++next_browser_id_, true, is_windowless, extra_info); in CreatePopupBrowserInfo()
271 scoped_refptr<CefBrowserInfo> browser_info = in OnGetNewBrowserInfo()
309 scoped_refptr<CefBrowserInfo> browser_info) { in RemoveBrowserInfo()
353 scoped_refptr<CefBrowserInfo> CefBrowserInfoManager::GetBrowserInfo( in GetBrowserInfo()
459 scoped_refptr<CefBrowserInfo> CefBrowserInfoManager::GetBrowserInfoInternal( in GetBrowserInfoInternal()
486 scoped_refptr<CefBrowserInfo> browser_info, in SendNewBrowserInfoResponse()
Dbrowser_contents_delegate.h21 class CefBrowserInfo; variable
73 scoped_refptr<CefBrowserInfo> browser_info);
180 scoped_refptr<CefBrowserInfo> browser_info_;
Dbrowser_host_base.h134 scoped_refptr<CefBrowserInfo> browser_info,
247 scoped_refptr<CefBrowserInfo> browser_info() const { return browser_info_; } in browser_info()
290 scoped_refptr<CefBrowserInfo> browser_info_;
Dframe_host_impl.cc51 CefFrameHostImpl::CefFrameHostImpl(scoped_refptr<CefBrowserInfo> browser_info, in CefFrameHostImpl()
68 CefFrameHostImpl::CefFrameHostImpl(scoped_refptr<CefBrowserInfo> browser_info, in CefFrameHostImpl()
463 scoped_refptr<CefBrowserInfo> browser_info, in MaybeReAttach()
507 scoped_refptr<CefBrowserInfo> CefFrameHostImpl::GetBrowserInfo() const { in GetBrowserInfo()
Dbrowser_contents_delegate.cc29 scoped_refptr<CefBrowserInfo> browser_info) in CefBrowserContentsDelegate()
Dbrowser_host_base.cc142 scoped_refptr<CefBrowserInfo> browser_info, in CefBrowserHostBase()
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.h32 class CefBrowserInfo; variable
315 scoped_refptr<CefBrowserInfo> browser_info,
326 scoped_refptr<CefBrowserInfo> browser_info,
Dalloy_browser_host_impl.cc147 scoped_refptr<CefBrowserInfo> info = in Create()
202 scoped_refptr<CefBrowserInfo> browser_info, in CreateInternal()
1305 scoped_refptr<CefBrowserInfo> info = in WebContentsCreated()
1592 scoped_refptr<CefBrowserInfo> browser_info, in AlloyBrowserHostImpl()
/third_party/cef/libcef/browser/chrome/
Dchrome_browser_delegate.h101 scoped_refptr<CefBrowserInfo> browser_info,
Dchrome_browser_host_impl.h136 scoped_refptr<CefBrowserInfo> browser_info,
Dchrome_browser_delegate.cc231 scoped_refptr<CefBrowserInfo> browser_info, in CreateBrowser()
Dchrome_browser_host_impl.cc404 scoped_refptr<CefBrowserInfo> browser_info, in ChromeBrowserHostImpl()
/third_party/cef/libcef/browser/printing/
Dprint_view_manager.h23 class CefBrowserInfo; variable
/third_party/cef/libcef/browser/extensions/
Dbrowser_extensions_util.cc73 scoped_refptr<CefBrowserInfo> info = in GetOwnerBrowserForGlobalId()
/third_party/cef/libcef/browser/net_service/
Dresource_request_handler_wrapper.cc214 scoped_refptr<CefBrowserInfo> browser_info_;
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch4470 class CefBrowserInfo;
D0003-ohos-1115.patch13954 scoped_refptr<CefBrowserInfo> browser_info)
14371 scoped_refptr<CefBrowserInfo> browser_info_;
15985 @@ -103,6 +103,40 @@ scoped_refptr<CefBrowserInfo> CefBrowserInfoManager::CreatePopupBrowserInfo(