Searched refs:canceled (Results 1 - 15 of 15) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupView.cpp40 PopupView::PopupDone(bool canceled) argument
43 fWindow->PopupDone(canceled);
H A DPopupView.h30 virtual void PopupDone(bool canceled);
H A DPopupWindow.h36 virtual void PopupDone(bool canceled = true);
H A DPopupWindow.cpp106 msg.AddBool("canceled", fCanceled);
121 PopupWindow::PopupDone(bool canceled) argument
123 fCanceled = canceled;
H A DPopupControl.cpp45 bool canceled; local
46 if (message->FindBool("canceled", &canceled) != B_OK)
47 canceled = true;
48 PopupHidden(canceled);
149 PopupControl::PopupHidden(bool canceled) argument
H A DPopupControl.h45 virtual void PopupHidden(bool canceled);
H A DPopupSlider.h49 virtual void PopupHidden(bool canceled);
H A DPopupSlider.cpp179 PopupSlider::PopupHidden(bool canceled) argument
/haiku/src/apps/webpositive/
H A DAuthenticationPanel.cpp215 bool canceled = m_cancelled; local
218 return !canceled;
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.h72 bool canceled; member in struct:transfer_data
H A Dehci.h27 bool canceled; member in struct:transfer_data
H A Dohci.h30 bool canceled; member in struct:transfer_data
H A Dohci.cpp727 // If the transfer is canceled by force, the one causing the
739 current->canceled = true;
758 // notify the finisher so it can clean up the canceled transfers
1022 data->canceled = false;
1078 data->canceled = false;
1173 while (descriptor && !transfer->canceled) {
1219 if (transfer->canceled) {
1220 // when a transfer is canceled, all transfers to that endpoint
1221 // are canceled by setting the head pointer to the tail pointer
1236 // it doesn't get canceled whil
[all...]
H A Duhci.cpp962 // clear the active bit so the descriptors are canceled
1002 // clear the active bit so the descriptors are canceled
1010 // if the transfer is canceled by force, the one causing the
1023 current->canceled = true;
1042 // notify the finisher so it can clean up the canceled transfers
1177 data->canceled = false;
1586 // it doesn't get canceled while we still process it
1599 if (!transfer->canceled)
1606 // if canceled the callback has already been called
1607 if (!transfer->canceled) {
[all...]
H A Dehci.cpp1046 // clear the active bit so the descriptors are canceled
1664 data->canceled = false;
1757 // clear the active bit so the descriptors are canceled
1765 // if the transfer is canceled by force, the one causing the
1778 current->canceled = true;
1798 // notify the finisher so it can clean up the canceled transfers
1982 // it doesn't get canceled while we still process it
1995 if (!transfer->canceled)
2002 // if canceled the callback has already been called
2003 if (!transfer->canceled) {
[all...]

Completed in 122 milliseconds