Searched refs:Select (Results 1 - 25 of 151) sorted by path

1234567

/haiku/headers/os/interface/
H A DListItem.h33 void Select();
/haiku/headers/private/kernel/boot/
H A Dmenu.h41 void Select(bool selected);
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.h65 status_t Select(uint8 event, uint32 ref, selectsync *sync);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.h116 status_t Select(void* node, void* cookie, uint8 event,
H A Dkernel_interface.cpp326 status_t error = volume->Select(fsNode->private_node, cookie, event, sync);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.cpp246 // Select
248 Volume::Select(void* node, void* cookie, uint8 event, selectsync* sync) function in class:Volume
H A DVolume.h77 virtual status_t Select(void* node, void* cookie,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.cpp248 // Select
250 BeOSKernelVolume::Select(void* node, void* cookie, uint8 event, function in class:BeOSKernelVolume
H A DBeOSKernelVolume.h51 virtual status_t Select(void* node, void* cookie,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp521 // Select
523 HaikuKernelVolume::Select(void* _node, void* cookie, uint8 event, function in class:HaikuKernelVolume
H A DHaikuKernelVolume.h84 virtual status_t Select(void* node, void* cookie,
/haiku/src/add-ons/screen_savers/gravity/
H A DConfigView.cpp86 fShadeList->Select(fParent->Config.ShadeID);
/haiku/src/add-ons/tracker/iconvader/
H A DIconVader.cpp99 pose->Select(false);
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp179 Select(index);
/haiku/src/apps/diskprobe/
H A DAttributeWindow.cpp82 Select(0);
154 tabView->Select(1);
/haiku/src/apps/haikudepot/ui/
H A DTabView.h24 virtual void Select(int32 tabIndex) function in class:TabView
26 BTabView::Select(tabIndex);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DNummericalTextView.cpp137 // Select
139 NummericalTextView::Select(int32 start, int32 finish) function in class:NummericalTextView
141 InputTextView::Select(start, finish);
H A DNummericalTextView.h40 virtual void Select(int32 start, int32 finish);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyItemView.cpp123 fParent->Select(this);
/haiku/src/apps/icon-o-matic/generic/selection/
H A DSelectable.cpp38 fSelection->Select(this, !exclusive);
H A DSelection.cpp28 // Select
30 Selection::Select(Selectable* object, bool extend) function in class:Selection
43 debugger("Selection::Select() - "
53 fprintf(stderr, "Selection::Select() - out of memory\n");
59 debugger("Selection::Select() - "
H A DSelection.h24 bool Select(Selectable* object,
/haiku/src/apps/mail/
H A DAddressTextControl.h40 void Select(int32 start, int32 end);
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp229 Select( index );
442 Select(clickedIndex, true);
657 Select(index, true);
687 Select(toIndex, true);
736 Select(index);
769 Select(0, CountItems() - 1);
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp1195 fSoundList->Select(fSoundList->IndexOf(listItem));
1206 fSoundList->Select(index);
1329 fSoundList->Select(fSoundList->CountItems() - 1);

Completed in 141 milliseconds

1234567