Home
last modified time | relevance | path

Searched refs:browser_info (Results 1 – 25 of 25) sorted by relevance

/third_party/cef/libcef/browser/
Dbrowser_info_manager.cc75 scoped_refptr<CefBrowserInfo> browser_info = new CefBrowserInfo( in CreateBrowserInfo() local
77 browser_info_list_.push_back(browser_info); in CreateBrowserInfo()
79 return browser_info; in CreateBrowserInfo()
90 scoped_refptr<CefBrowserInfo> browser_info = in CreatePopupBrowserInfo() local
92 browser_info_list_.push_back(browser_info); in CreatePopupBrowserInfo()
97 SendNewBrowserInfoResponse(browser_info, /*is_guest_view=*/false, in CreatePopupBrowserInfo()
103 return browser_info; in CreatePopupBrowserInfo()
271 scoped_refptr<CefBrowserInfo> browser_info = in OnGetNewBrowserInfo() local
274 if (browser_info) { in OnGetNewBrowserInfo()
276 SendNewBrowserInfoResponse(browser_info, is_guest_view, std::move(callback), in OnGetNewBrowserInfo()
[all …]
Dframe_host_impl.cc51 CefFrameHostImpl::CefFrameHostImpl(scoped_refptr<CefBrowserInfo> browser_info, in CefFrameHostImpl() argument
55 browser_info_(browser_info), in CefFrameHostImpl()
68 CefFrameHostImpl::CefFrameHostImpl(scoped_refptr<CefBrowserInfo> browser_info, in CefFrameHostImpl() argument
72 browser_info_(browser_info), in CefFrameHostImpl()
463 scoped_refptr<CefBrowserInfo> browser_info, in MaybeReAttach() argument
482 browser_info_ = browser_info; in MaybeReAttach()
513 if (auto browser_info = GetBrowserInfo()) in GetBrowserHostBase() local
514 return browser_info->browser(); in GetBrowserHostBase()
578 auto browser_info = GetBrowserInfo(); in FrameAttached() local
579 if (!browser_info) { in FrameAttached()
[all …]
Dbrowser_contents_delegate.cc29 scoped_refptr<CefBrowserInfo> browser_info) in CefBrowserContentsDelegate() argument
30 : browser_info_(browser_info) { in CefBrowserContentsDelegate()
381 auto browser_info = browser_info_; in DidFinishNavigation() local
382 if (!browser_info->browser()) { in DidFinishNavigation()
390 browser_info->GetFrameForGlobalId(global_id); in DidFinishNavigation()
393 frame = browser_info->GetMainFrame(); in DidFinishNavigation()
395 frame = browser_info->CreateTempSubFrame(frame_util::InvalidGlobalId()); in DidFinishNavigation()
Dframe_host_impl.h36 CefFrameHostImpl(scoped_refptr<CefBrowserInfo> browser_info,
40 CefFrameHostImpl(scoped_refptr<CefBrowserInfo> browser_info,
128 void MaybeReAttach(scoped_refptr<CefBrowserInfo> browser_info,
Dbrowser_info_manager.h115 void RemoveBrowserInfo(scoped_refptr<CefBrowserInfo> browser_info);
198 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() function
Dbrowser_frame.cc74 return browser->browser_info()->GetFrameForHost(rfh, nullptr, in GetFrameHost()
Dbrowser_info.cc508 CefBrowserInfo* browser_info) in NotificationStateLock() argument
509 : browser_info_(browser_info) { in NotificationStateLock()
Dbrowser_info.h213 explicit NotificationStateLock(CefBrowserInfo* browser_info);
Dbrowser_contents_delegate.h73 scoped_refptr<CefBrowserInfo> browser_info);
Dbrowser_host_base.cc142 scoped_refptr<CefBrowserInfo> browser_info, in CefBrowserHostBase() argument
147 browser_info_(browser_info), in CefBrowserHostBase()
/third_party/cef/libcef/browser/chrome/
Dchrome_browser_delegate.cc63 auto browser_info = CefBrowserInfoManager::GetInstance()->CreateBrowserInfo( in SetAsDelegate() local
71 std::move(platform_delegate), browser_info, /*opener=*/nullptr, in SetAsDelegate()
99 auto browser_info = in WebContentsCreated() local
102 CHECK(browser_info->is_popup()); in WebContentsCreated()
111 browser_info, opener, request_context_impl); in WebContentsCreated()
231 scoped_refptr<CefBrowserInfo> browser_info, in CreateBrowser() argument
237 DCHECK(browser_info); in CreateBrowser()
241 DCHECK(!opener.get() || browser_info->is_popup()); in CreateBrowser()
266 browser_info, request_context_impl); in CreateBrowser()
Dchrome_browser_delegate.h101 scoped_refptr<CefBrowserInfo> browser_info,
Dchrome_browser_host_impl.cc404 scoped_refptr<CefBrowserInfo> browser_info, in ChromeBrowserHostImpl() argument
409 browser_info, in ChromeBrowserHostImpl()
Dchrome_browser_host_impl.h136 scoped_refptr<CefBrowserInfo> browser_info,
/third_party/cef/libcef/browser/chrome/extensions/
Dchrome_mime_handler_view_guest_delegate_cef.cc31 owner_browser->browser_info()->MaybeCreateFrame(web_contents->GetMainFrame(), in OnGuestAttached()
44 owner_browser->browser_info()->RemoveFrame(web_contents->GetMainFrame()); in OnGuestDetached()
/third_party/cef/libcef/browser/extensions/
Dmime_handler_view_guest_delegate.cc49 owner_browser->browser_info()->MaybeCreateFrame(web_contents->GetMainFrame(), in OnGuestAttached()
62 owner_browser->browser_info()->RemoveFrame(web_contents->GetMainFrame()); in OnGuestDetached()
Dbrowser_extensions_util.cc143 for (const auto& browser_info : in GetBrowserForTabId() local
146 static_cast<AlloyBrowserHostImpl*>(browser_info->browser().get()); in GetBrowserForTabId()
/third_party/cef/libcef/browser/net/
Dthrottle_handler.cc64 frame = browser->browser_info()->CreateTempSubFrame(parent_global_id); in NavigationOnUIThread()
74 auto navigation_lock = browser->browser_info()->CreateNavigationLock(); in NavigationOnUIThread()
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.cc202 scoped_refptr<CefBrowserInfo> browser_info, in CreateInternal() argument
210 DCHECK(browser_info); in CreateInternal()
215 DCHECK(!opener.get() || browser_info->is_popup()); in CreateInternal()
236 settings, client, web_contents, browser_info, opener, request_context, in CreateInternal()
250 auto navigation_lock = browser_info->CreateNavigationLock(); in CreateInternal()
1592 scoped_refptr<CefBrowserInfo> browser_info, in AlloyBrowserHostImpl() argument
1600 browser_info, in AlloyBrowserHostImpl()
Dalloy_browser_host_impl.h315 scoped_refptr<CefBrowserInfo> browser_info,
326 scoped_refptr<CefBrowserInfo> browser_info,
/third_party/cef/libcef/browser/net_service/
Dresource_request_handler_wrapper.cc155 browser_info_ = browser->browser_info(); in DestructionObserver()
388 if (!init_state_->browser_->browser_info()->browser()) { in SetInitialized()
/third_party/cef/libcef/browser/devtools/
Ddevtools_frontend.cc260 create_params.extra_info = inspected_browser->browser_info()->extra_info(); in Show()
/third_party/cef/
DBUILD.gn430 "libcef/browser/browser_info.cc",
431 "libcef/browser/browser_info.h",
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch6032 - "libcef/browser/browser_info.cc",
6033 - "libcef/browser/browser_info.h",
6437 + "libcef/browser/browser_info.cc",
6438 + "libcef/browser/browser_info.h",
12776 #include "libcef/browser/browser_info.h"
13783 scoped_refptr<CefBrowserInfo> browser_info)
13784 : browser_info_(browser_info) {
14377 browser_info_(browser_info),
15402 #include "libcef/browser/browser_info.h"
15713 return browser_info;
[all …]