Home
last modified time | relevance | path

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

/third_party/cef/libcef/renderer/
Drender_frame_observer.cc47 CefBrowserImpl::GetBrowserForMainFrame(frame->Top()); in DidCommitProvisionalLoad()
85 CefBrowserImpl::GetBrowserForMainFrame(frame->Top()); in FocusedElementChanged()
127 CefBrowserImpl::GetBrowserForMainFrame(frame->Top()); in DidCreateScriptContext()
159 CefBrowserImpl::GetBrowserForMainFrame(frame->Top()); in WillReleaseScriptContext()
220 CefBrowserImpl::GetBrowserForMainFrame(frame->Top()); in OnLoadStart()
241 CefBrowserImpl::GetBrowserForMainFrame(frame->Top()); in OnLoadError()
Dbrowser_impl.cc43 CefRefPtr<CefBrowserImpl> CefBrowserImpl::GetBrowserForMainFrame( in GetBrowserForMainFrame() function in CefBrowserImpl
45 return CefRenderManager::Get()->GetBrowserForMainFrame(frame); in GetBrowserForMainFrame()
Drender_manager.h69 CefRefPtr<CefBrowserImpl> GetBrowserForMainFrame(blink::WebFrame* frame);
Dbrowser_impl.h43 static CefRefPtr<CefBrowserImpl> GetBrowserForMainFrame(
Drender_manager.cc166 CefRefPtr<CefBrowserImpl> CefRenderManager::GetBrowserForMainFrame( in GetBrowserForMainFrame() function in CefRenderManager
Dv8_impl.cc971 browser = CefBrowserImpl::GetBrowserForMainFrame(webframe->Top()); in GetBrowser()
983 CefBrowserImpl::GetBrowserForMainFrame(webframe->Top()); in GetFrame()
/third_party/chromium/patch/
D0003-ohos-1115.patch25821 CefBrowserImpl::GetBrowserForMainFrame(frame->Top());