Lines Matching refs:BindOnce
200 CEF_UIT, base::BindOnce(&CefBrowserHostBase::StartDownload, this, url)); in StartDownload()
235 base::BindOnce(&CefBrowserHostBase::DownloadImage, this, image_url, in DownloadImage()
254 base::BindOnce( in DownloadImage()
284 base::BindOnce( in SendDevToolsMessage()
303 CEF_UIT, base::BindOnce(base::IgnoreResult( in ExecuteDevToolsMethod()
332 CEF_UIT, base::BindOnce(&CefBrowserHostBase::GetNavigationEntries, this, in GetNavigationEntries()
384 base::BindOnce(&CefBrowserHostBase::ReplaceMisspelling, this, word)); in ReplaceMisspelling()
397 base::BindOnce(&CefBrowserHostBase::AddWordToDictionary, this, word)); in AddWordToDictionary()
421 CEF_POST_TASK(CEF_UIT, base::BindOnce(&CefBrowserHostBase::SendKeyEvent, in SendKeyEvent()
436 base::BindOnce(&CefBrowserHostBase::SendMouseClickEvent, this, in SendMouseClickEvent()
450 base::BindOnce(&CefBrowserHostBase::SendMouseMoveEvent, this, in SendMouseMoveEvent()
470 base::BindOnce(&CefBrowserHostBase::SendMouseWheelEvent, this, in SendMouseWheelEvent()
494 auto callback = base::BindOnce(&CefBrowserHostBase::GoBack, this); in GoBack()
516 auto callback = base::BindOnce(&CefBrowserHostBase::GoForward, this); in GoForward()
538 auto callback = base::BindOnce(&CefBrowserHostBase::Reload, this); in Reload()
555 auto callback = base::BindOnce(&CefBrowserHostBase::ReloadIgnoreCache, this); in ReloadIgnoreCache()
572 auto callback = base::BindOnce(&CefBrowserHostBase::StopLoad, this); in StopLoad()
731 base::BindOnce(&CefBrowserHostBase::LoadMainFrameURL, this, params); in LoadMainFrameURL()
772 base::BindOnce(&CefBrowserHostBase::ViewText, this, text)); in ViewText()
871 base::BindOnce( in InitializeDevToolsRegistrationOnUIThread()