Searched refs:inclusive (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/media/
H A DTimedEventQueuePrivate.h35 bool inclusive,
43 bool inclusive,
50 bool inclusive,
68 event_queue_entry *GetEnd_BeforeTime(bigtime_t eventTime, bool inclusive);
69 event_queue_entry *GetStart_AfterTime(bigtime_t eventTime, bool inclusive);
H A DTimedEventQueue.cpp227 bool inclusive,
231 return fImp->FindFirstMatch(eventTime, direction, inclusive, eventType);
240 bool inclusive,
244 return fImp->DoForEach(hook, context, eventTime, direction, inclusive, eventType);
260 bool inclusive,
264 return fImp->FlushEvents(eventTime, direction, inclusive, eventType);
225 FindFirstMatch(bigtime_t eventTime, time_direction direction, bool inclusive, int32 eventType) argument
236 DoForEach(for_each_hook hook, void *context, bigtime_t eventTime, time_direction direction, bool inclusive, int32 eventType) argument
258 FlushEvents(bigtime_t eventTime, time_direction direction, bool inclusive, int32 eventType) argument
H A DTimedEventQueuePrivate.cpp223 bool inclusive,
240 end = GetEnd_BeforeTime(eventTime, inclusive);
266 for (entry = GetStart_AfterTime(eventTime, inclusive); entry; entry = entry->next) {
283 bool inclusive,
320 end = GetEnd_BeforeTime(eventTime, inclusive);
384 for (entry = GetStart_AfterTime(eventTime, inclusive); entry; ) {
416 bool inclusive,
440 end = GetEnd_BeforeTime(eventTime, inclusive);
480 for (entry = GetStart_AfterTime(eventTime, inclusive); entry; ) {
585 _event_queue_imp::GetEnd_BeforeTime(bigtime_t eventTime, bool inclusive) argument
221 FindFirstMatch(bigtime_t eventTime, BTimedEventQueue::time_direction direction, bool inclusive, int32 eventType) argument
279 DoForEach(BTimedEventQueue::for_each_hook hook, void *context, bigtime_t eventTime, BTimedEventQueue::time_direction direction, bool inclusive, int32 eventType) argument
414 FlushEvents(bigtime_t eventTime, BTimedEventQueue::time_direction direction, bool inclusive, int32 eventType) argument
601 GetStart_AfterTime(bigtime_t eventTime, bool inclusive) argument
[all...]
/haiku/headers/os/media/
H A DTimedEventQueue.h114 bool inclusive = true,
135 bool inclusive = true,
148 bool inclusive = true,
/haiku/src/apps/terminal/
H A DTermView.h234 bool inclusive, bool setInitialSelection);
235 void _ExtendSelection(TermPos, bool inclusive,
H A DTermView.cpp2634 TermView::_Select(TermPos start, TermPos end, bool inclusive, argument
2644 if (inclusive)
2695 TermView::_ExtendSelection(TermPos pos, bool inclusive, argument
2709 if (inclusive) {

Completed in 44 milliseconds