Searched refs:_GetYearMonthForSelection (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/shared/
H A DCalendarView.cpp326 _GetYearMonthForSelection(fSelectedDay, &year, &month);
540 _GetYearMonthForSelection(fSelectedDay, &year, NULL);
550 _GetYearMonthForSelection(fSelectedDay, NULL, &month);
612 _GetYearMonthForSelection(fSelectedDay, &year, &month);
804 BCalendarView::_GetYearMonthForSelection(const Selection& selection, function in class:BPrivate::BCalendarView
1321 _GetYearMonthForSelection(fNewSelectedDay, &year, &month);
/haiku/headers/private/shared/
H A DCalendarView.h146 void _GetYearMonthForSelection(

Completed in 30 milliseconds