Searched refs:where (Results 1 - 25 of 465) sorted by path

1234567891011>>

/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex135 a size field, it has to be deduced, where the file ends. This end offset is
400 In section \ref{resources-index} some members where named \code{unused\_data}.
592 where being based on incorrect assumptions.
/haiku/docs/develop/media/
H A DMediaFileProducer.h149 /* Repeat for each line where the clipping is different from the previous line. */
167 const media_destination & where,
179 const media_destination & where) = 0;
/haiku/headers/os/interface/
H A DButton.h40 virtual void MouseDown(BPoint where);
58 virtual void MouseMoved(BPoint where, uint32 code,
60 virtual void MouseUp(BPoint where);
H A DChannelControl.h33 virtual void MouseDown(BPoint where) = 0;
H A DChannelSlider.h45 virtual void MouseDown(BPoint where);
46 virtual void MouseUp(BPoint where);
47 virtual void MouseMoved(BPoint where, uint32 transit,
80 BPoint where, bool pressed);
107 void _DrawGrooveFrame(BView* where,
H A DCheckBox.h45 virtual void MouseDown(BPoint where);
46 virtual void MouseUp(BPoint where);
47 virtual void MouseMoved(BPoint where, uint32 code,
H A DColorControl.h50 virtual void MouseDown(BPoint where);
H A DControl.h51 virtual void MouseDown(BPoint where);
52 virtual void MouseUp(BPoint where);
53 virtual void MouseMoved(BPoint where, uint32 code,
H A DMenuBar.h67 virtual void MouseDown(BPoint where);
68 virtual void MouseUp(BPoint where);
H A DPopUpMenu.h25 BMenuItem* Go(BPoint where, bool autoInvoke = false,
27 BMenuItem* Go(BPoint where, bool autoInvoke,
32 virtual void MouseDown(BPoint where);
33 virtual void MouseUp(BPoint where);
34 virtual void MouseMoved(BPoint where, uint32 transit,
68 BMenuItem* _Go(BPoint where, bool autoInvoke,
71 BMenuItem* _StartTrack(BPoint where, bool autoInvoke,
H A DPrintJob.h49 BPoint where);
88 BPoint& where);
H A DRadioButton.h32 virtual void MouseDown(BPoint where);
43 virtual void MouseUp(BPoint where);
44 virtual void MouseMoved(BPoint where, uint32 code,
H A DSlider.h129 virtual void SetHashMarks(hash_mark_location where);
H A DSplitView.h67 virtual void MouseDown(BPoint where);
68 virtual void MouseUp(BPoint where);
69 virtual void MouseMoved(BPoint where, uint32 transit,
H A DStatusBar.h49 virtual void MouseDown(BPoint where);
50 virtual void MouseUp(BPoint where);
51 virtual void MouseMoved(BPoint where, uint32 transit,
H A DTextControl.h60 virtual void MouseDown(BPoint where);
77 virtual void MouseUp(BPoint where);
78 virtual void MouseMoved(BPoint where, uint32 transit,
/haiku/headers/os/kernel/
H A Dfs_volume.h25 extern dev_t fs_mount_volume(const char *where, const char *device,
/haiku/headers/os/media/
H A DBufferConsumer.h93 const media_destination& where,
97 const media_destination& where) = 0;
H A DBufferProducer.h84 // <endclip>. Repeat for each line where the clipping is different from
103 const media_destination& where,
113 const media_destination& where) = 0;
/haiku/headers/private/fs_shell/
H A Dfssh_fs_volume.h24 extern fssh_dev_t fssh_fs_mount_volume(const char *where,
/haiku/headers/private/interface/
H A DMenuWindow.h43 bool TryScrollTo(const float& where);
H A DToolTipManager.h21 void ShowTip(BToolTip* tip, BPoint where,
H A DToolTipWindow.h17 ToolTipWindow(BToolTip* tip, BPoint where,
/haiku/headers/private/shared/
H A DCalendarView.h70 virtual void MouseDown(BPoint where);
175 BRect _SetNewSelectedDay(const BPoint& where);
H A DIconButton.h49 virtual void MouseDown(BPoint where);
50 virtual void MouseUp(BPoint where);
51 virtual void MouseMoved(BPoint where, uint32 transit,

Completed in 131 milliseconds

1234567891011>>