Home
last modified time | relevance | path

Searched refs:callbackImpl (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/libcef/browser/
Dmenu_manager.cc159 CefRefPtr<CefRunContextMenuCallbackImpl> callbackImpl( in CreateContextMenu() local
166 custom_menu_callback_ = callbackImpl.get(); in CreateContextMenu()
169 model_.get(), callbackImpl.get())) { in CreateContextMenu()
175 callbackImpl->Disconnect(); in CreateContextMenu()
Dfile_dialog_manager.cc285 CefRefPtr<CefFileDialogCallbackImpl> callbackImpl( in RunFileChooserInternal() local
290 params.selected_accept_filter, callbackImpl.get()); in RunFileChooserInternal()
293 callback = callbackImpl->Disconnect(); in RunFileChooserInternal()
/third_party/cef/libcef/browser/net_service/
Dlogin_delegate.cc161 CefRefPtr<AuthCallbackImpl> callbackImpl = in Start() local
168 origin_url, callbackImpl)); in Start()
/third_party/cef/libcef/browser/alloy/
Dalloy_content_browser_client.cc387 CefRefPtr<CefQuotaCallbackImpl> callbackImpl( in RequestQuotaPermission() local
391 callbackImpl.get()); in RequestQuotaPermission()
395 callback = callbackImpl->Disconnect(); in RequestQuotaPermission()
921 CefRefPtr<CefAllowCertificateErrorCallbackImpl> callbackImpl( in AllowCertificateError() local
926 request_url.spec(), cef_ssl_info, callbackImpl.get()); in AllowCertificateError()
929 callback = callbackImpl->Disconnect(); in AllowCertificateError()
963 CefRefPtr<CefSelectClientCertificateCallbackImpl> callbackImpl( in SelectClientCertificate() local
969 cert_request_info->host_and_port.port(), certs, callbackImpl.get()); in SelectClientCertificate()
972 callbackImpl->Select(certs[0]); in SelectClientCertificate()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch13152 CefRefPtr<CefSelectClientCertificateCallbackImpl> callbackImpl(
13160 - cert_request_info->host_and_port.port(), certs, callbackImpl.get());
13162 + cert_authorities_cef, certs, callbackImpl.get());
13168 - callbackImpl->Select(certs[0]);
13828 + CefRefPtr<DataResubmissionCallbackImpl> callbackImpl = new DataResubmissionCallbackImpl(source);
13832 + handler->OnDataResubmission(browser(), callbackImpl.get());
16021 - params.selected_accept_filter, callbackImpl.get());
16023 + callbackImpl.get());
16026 callback = callbackImpl->Disconnect();
18496 CefRefPtr<AuthCallbackImpl> callbackImpl =
[all …]