Searched refs:Deselect (Results 1 - 25 of 37) sorted by relevance

12

/haiku/src/apps/icon-o-matic/generic/selection/
H A DSelectable.cpp40 fSelection->Deselect(this);
H A DSelection.h26 void Deselect(Selectable* object);
H A DSelection.cpp70 // Deselect
72 Selection::Deselect(Selectable* object) function in class:Selection
76 debugger("Selection::Deselect() - "
/haiku/src/system/kernel/device_manager/
H A DBaseDevice.cpp110 BaseDevice::Deselect(void* cookie, uint8 event, selectsync* sync) function in class:BaseDevice
H A DBaseDevice.h44 virtual status_t Deselect(void* cookie, uint8 event,
H A DFileDevice.h43 virtual status_t Deselect(void* cookie, uint8 event,
H A DAbstractModuleDevice.h42 virtual status_t Deselect(void* cookie, uint8 event,
H A DAbstractModuleDevice.cpp143 AbstractModuleDevice::Deselect(void* cookie, uint8 event, selectsync* sync) function in class:AbstractModuleDevice
146 return BaseDevice::Deselect(cookie, event, sync);
H A DFileDevice.cpp377 FileDevice::Deselect(void* cookie, uint8 event, selectsync* sync) function in class:FileDevice
/haiku/headers/os/interface/
H A DListItem.h34 void Deselect();
H A DTabView.h38 virtual void Deselect();
H A DListView.h126 void Deselect(int32 index);
/haiku/src/kits/interface/
H A DListItem.cpp113 BListItem::Deselect() function in class:BListItem
H A DListView.cpp408 Deselect(index);
434 Deselect(i);
518 Deselect(fAnchorIndex);
543 Deselect(fAnchorIndex);
717 item->Deselect();
767 last->Deselect();
983 Deselect(index);
1379 BListView::Deselect(int32 index) function in class:BListView
1812 item->Deselect();
1852 item->Deselect();
[all...]
H A DTabView.cpp167 BTab::Deselect() function in class:BTab
807 tab->Deselect();
1225 tab->Deselect();
/haiku/src/system/kernel/events/
H A Devent_queue.cpp102 status_t Deselect(int32 object, uint16 type);
225 status_t status = Deselect(object, type);
294 EventQueue::Deselect(int32 object, uint16 type) function in class:EventQueue
450 status_t status = Deselect(tmp.object, tmp.type);
684 error = eventQueue->Deselect(infos[i].object, infos[i].type);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.h53 virtual status_t Deselect(void* node, void* cookie,
H A DBeOSKernelVolume.cpp260 // Deselect
262 BeOSKernelVolume::Deselect(void* node, void* cookie, uint8 event, function in class:BeOSKernelVolume
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.h79 virtual status_t Deselect(void* node, void* cookie,
H A DVolume.cpp253 // Deselect
255 Volume::Deselect(void* node, void* cookie, uint8 event, selectsync* sync) function in class:Volume
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.h86 virtual status_t Deselect(void* node, void* cookie,
/haiku/headers/private/interface/
H A DColumnListView.h275 void Deselect(BRow* row);
/haiku/src/system/kernel/fs/
H A Dfifo.cpp195 status_t Deselect(uint8 event, selectsync* sync,
731 Inode::Deselect(uint8 event, selectsync* sync, int openMode) function in class:fifo::Inode
1164 return inode->Deselect(event, sync, cookie->open_mode);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.h118 status_t Deselect(void* node, void* cookie, uint8 event,
/haiku/src/preferences/mail/
H A DFilterConfigView.cpp66 item->Deselect();

Completed in 268 milliseconds

12