Searched refs:Cancel (Results 1 - 25 of 72) sorted by relevance

123

/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsPortForwardingDlg.cpp60 m_pButtonBox = new QIDialogButtonBox(QDialogButtonBox::Ok | QDialogButtonBox::Cancel, Qt::Horizontal);
64 connect(m_pButtonBox->button(QDialogButtonBox::Cancel), SIGNAL(clicked()), this, SLOT(reject()));
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsPortForwardingDlg.cpp49 m_pButtonBox = new QIDialogButtonBox(QDialogButtonBox::Ok | QDialogButtonBox::Cancel, Qt::Horizontal);
53 connect(m_pButtonBox->button(QDialogButtonBox::Cancel), SIGNAL(clicked()), this, SLOT(reject()));
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUINetworkManagerDialog.cpp84 m_pButtonBox = new QIDialogButtonBox(QDialogButtonBox::Cancel, Qt::Horizontal, centralWidget());
166 m_pButtonBox->button(QDialogButtonBox::Cancel)->setText(tr("&Cancel All"));
167 m_pButtonBox->button(QDialogButtonBox::Cancel)->setStatusTip(tr("Cancel all active network operations"));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dcmdbas.idl36 HRESULT Cancel();
38 [call_as(Cancel)]
H A Dexdisp.idl146 [in, out] VARIANT_BOOL *Cancel);
185 [in, out]VARIANT_BOOL *Cancel);
200 void Quit([in, out] VARIANT_BOOL *Cancel);
366 [in, out] VARIANT_BOOL *Cancel);
369 void NewWindow2([in, out] IDispatch **ppDisp, [in, out] VARIANT_BOOL *Cancel);
416 [in, out] VARIANT_BOOL *Cancel);
429 [in, out] VARIANT_BOOL *Cancel);
437 [in, out] VARIANT_BOOL *Cancel);
457 [in, out] VARIANT_BOOL *Cancel,
474 [in, out] VARIANT_BOOL *Cancel);
[all...]
H A Dbits.idl222 HRESULT Cancel();
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIMediumTypeChangeDialog.cpp72 m_pButtonBox->setStandardButtons(QDialogButtonBox::Ok | QDialogButtonBox::Cancel);
75 connect(m_pButtonBox->button(QDialogButtonBox::Cancel), SIGNAL(clicked()), this, SLOT(sltReject()));
126 .arg(VBoxGlobal::removeAccelMark(m_pButtonBox->button(QDialogButtonBox::Cancel)->text())));
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUILineTextEdit.cpp51 m_pButtonBox = new QDialogButtonBox(QDialogButtonBox::Ok | QDialogButtonBox::Cancel, Qt::Horizontal, this);
H A DUIProgressDialog.cpp138 m_pCancelBtn->setText(tr("&Cancel"));
139 m_pCancelBtn->setToolTip(tr("Cancel the current operation"));
328 m_progress.Cancel();
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DArp.h378 EFI_ARP_CANCEL Cancel; member in struct:_EFI_ARP_PROTOCOL
H A DManagedNetwork.h365 EFI_MANAGED_NETWORK_CANCEL Cancel; member in struct:_EFI_MANAGED_NETWORK_PROTOCOL
H A DUdp6.h501 The Cancel() function is used to abort a pending transmit or receive request. If the token is in the
565 EFI_UDP6_CANCEL Cancel; member in struct:_EFI_UDP6_PROTOCOL
H A DIp4.h520 The Cancel() function is used to abort a pending transmit or receive request.
597 EFI_IP4_CANCEL Cancel; member in struct:_EFI_IP4_PROTOCOL
H A DTcp4.h562 EFI_TCP4_CANCEL Cancel; member in struct:_EFI_TCP4_PROTOCOL
H A DTcp6.h776 The Cancel() function aborts a pending connection, listen, transmit or
854 EFI_TCP6_CANCEL Cancel; member in struct:_EFI_TCP6_PROTOCOL
H A DUdp4.h384 The Cancel() function is used to abort a pending transmit or receive request.
430 EFI_UDP4_CANCEL Cancel; member in struct:_EFI_UDP4_PROTOCOL
H A DIp6.h869 The Cancel() function is used to abort a pending transmit or receive request.
944 EFI_IP6_CANCEL Cancel; member in struct:_EFI_IP6_PROTOCOL
/vbox/src/VBox/Main/include/
H A DProgressProxyImpl.h82 STDMETHOD(Cancel)();
/vbox/src/VBox/Main/src-server/
H A DProgressProxyImpl.cpp273 hrc = ptrOtherProgress->Cancel();
274 LogFlowThisFunc(("Cancel -> %Rhrc", hrc));
663 STDMETHODIMP ProgressProxy::Cancel() function in class:ProgressProxy
672 hrc = Progress::Cancel();
675 hrc = mptrOtherProgress->Cancel();
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsRecyclingAllocator.cpp68 // XXX Unfortunately there is no way to Cancel and restart the same timer.
72 obj->mRecycleTimer->Cancel();
142 // Cancel and destroy recycle timer
145 mRecycleTimer->Cancel();
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DPing.c59 PING_IPX_CANCEL Cancel; member in struct:__anon12897
796 Private->ProtocolPointers.Cancel (Private->IpProtocol, TxInfo->Token);
1118 Private->ProtocolPointers.Cancel = (PING_IPX_CANCEL )((EFI_IP6_PROTOCOL*)Private->IpProtocol)->Cancel;
1166 Private->ProtocolPointers.Cancel = (PING_IPX_CANCEL )((EFI_IP4_PROTOCOL*)Private->IpProtocol)->Cancel;
1396 if (Private->IpProtocol != NULL && Private->ProtocolPointers.Cancel != NULL) {
1397 Status = Private->ProtocolPointers.Cancel (Private->IpProtocol, TxInfo->Token);
1408 if (Private->IpProtocol != NULL && Private->ProtocolPointers.Cancel != NULL) {
1409 Status = Private->ProtocolPointers.Cancel (Privat
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dexdisp.idl140 [in, out] VARIANT_BOOL *Cancel);
179 [in, out]VARIANT_BOOL *Cancel);
194 void Quit([in, out] VARIANT_BOOL *Cancel);
360 [in, out] VARIANT_BOOL *Cancel);
363 void NewWindow2([in, out] IDispatch **ppDisp, [in, out] VARIANT_BOOL *Cancel);
410 [in, out] VARIANT_BOOL *Cancel);
421 void FileDownload([in, out] VARIANT_BOOL* Cancel);
429 [in, out] VARIANT_BOOL *Cancel);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeUdpIoLib/
H A DDxeUdpIoLib.c729 Cancel all the sent datagram that pass the selection criteria of ToCancel.
761 UdpIo->Protocol.Udp4->Cancel (UdpIo->Protocol.Udp4, &TxToken->Token.Udp4);
763 UdpIo->Protocol.Udp6->Cancel (UdpIo->Protocol.Udp6, &TxToken->Token.Udp6);
791 // Cancel all the sent datagram and receive requests. The
803 UdpIo->Protocol.Udp4->Cancel (UdpIo->Protocol.Udp4, &RxToken->Token.Udp4);
826 UdpIo->Protocol.Udp6->Cancel (UdpIo->Protocol.Udp6, &RxToken->Token.Udp6);
878 // Cancel all the sent datagram and receive requests.
884 UdpIo->Protocol.Udp4->Cancel (UdpIo->Protocol.Udp4, &RxToken->Token.Udp4);
891 UdpIo->Protocol.Udp6->Cancel (UdpIo->Protocol.Udp6, &RxToken->Token.Udp6);
992 Cancel
[all...]
/vbox/src/VBox/VMM/include/
H A DPDMAsyncCompletionFileInternal.h411 } Cancel; member in union:PDMASYNCCOMPLETIONENDPOINTFILE::__anon16943
/vbox/src/VBox/Main/src-all/
H A DProgressImpl.cpp484 * IProgress::Cancel() made after a successful call to this method will fail
958 rc = aPProgressAsync->Cancel();
1077 Cancel();

Completed in 132 milliseconds

123