Home
last modified time | relevance | path

Searched refs:GetFrameForHost (Results 1 – 10 of 10) sorted by relevance

/third_party/cef/libcef/browser/
Dbrowser_frame.cc74 return browser->browser_info()->GetFrameForHost(rfh, nullptr, in GetFrameHost()
Dbrowser_info.cc170 if (auto frame = GetFrameForHost(host)) { in FrameHostStateChanged()
258 CefRefPtr<CefFrameHostImpl> CefBrowserInfo::GetFrameForHost( in GetFrameForHost() function in CefBrowserInfo
Dbrowser_info.h107 CefRefPtr<CefFrameHostImpl> GetFrameForHost(
Dbrowser_contents_delegate.cc311 browser_info_->GetFrameForHost(render_frame_host).get()); in OnFrameFocused()
429 auto frame = browser_info_->GetFrameForHost(render_frame_host); in DidFailLoad()
Dbrowser_host_base.h212 CefRefPtr<CefFrame> GetFrameForHost(const content::RenderFrameHost* host);
Dbrowser_host_base.cc699 CefRefPtr<CefFrame> CefBrowserHostBase::GetFrameForHost( in GetFrameForHost() function in CefBrowserHostBase
705 return browser_info_->GetFrameForHost(host); in GetFrameForHost()
Dbrowser_info_manager.cc151 CefRefPtr<CefFrame> opener_frame = browser->GetFrameForHost(opener); in CanCreateWindow()
/third_party/cef/libcef/browser/chrome/
Dchrome_context_menu_handler.cc166 frame = browser_->GetFrameForHost(rfh); in GetFrame()
/third_party/cef/libcef/browser/net_service/
Dresource_request_handler_wrapper.cc1305 framePtr = browserPtr->GetFrameForHost(frame); in CreateInterceptedRequestHandler()
1374 framePtr = browserPtr->GetFrameForHost(frame); in CreateInterceptedRequestHandler()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch14894 CefRefPtr<CefFrame> CefBrowserHostBase::GetFrameForHost(
15593 CefRefPtr<CefFrame> GetFrameForHost(const content::RenderFrameHost* host);
15739 + CefRefPtr<CefFrame> opener_frame = browser->GetFrameForHost(opener);