Lines Matching refs:CefBrowserImpl
46 CefRefPtr<CefBrowserImpl> browserPtr = in DidCommitProvisionalLoad()
47 CefBrowserImpl::GetBrowserForMainFrame(frame->Top()); in DidCommitProvisionalLoad()
84 CefRefPtr<CefBrowserImpl> browserPtr = in FocusedElementChanged()
85 CefBrowserImpl::GetBrowserForMainFrame(frame->Top()); in FocusedElementChanged()
126 CefRefPtr<CefBrowserImpl> browserPtr = in DidCreateScriptContext()
127 CefBrowserImpl::GetBrowserForMainFrame(frame->Top()); in DidCreateScriptContext()
158 CefRefPtr<CefBrowserImpl> browserPtr = in WillReleaseScriptContext()
159 CefBrowserImpl::GetBrowserForMainFrame(frame->Top()); in WillReleaseScriptContext()
219 CefRefPtr<CefBrowserImpl> browserPtr = in OnLoadStart()
220 CefBrowserImpl::GetBrowserForMainFrame(frame->Top()); in OnLoadStart()
240 CefRefPtr<CefBrowserImpl> browserPtr = in OnLoadError()
241 CefBrowserImpl::GetBrowserForMainFrame(frame->Top()); in OnLoadError()