Home
last modified time | relevance | path

Searched refs:B_LOCAL_TIME (Results 1 – 11 of 11) sorted by relevance

/haiku/src/preferences/time/
H A DBaseView.cpp56 BDateTime dateTime = BDateTime::CurrentDateTime(B_LOCAL_TIME); in ChangeTime()
101 BDate date = BDate::CurrentDate(B_LOCAL_TIME); in _SendNotices()
106 BTime time = BTime::CurrentTime(B_LOCAL_TIME); in _SendNotices()
H A DDateTimeView.cpp45 using BPrivate::B_LOCAL_TIME;
155 BDateTime dateTime = BDateTime::CurrentDateTime(B_LOCAL_TIME); in _Revert()
187 BTime time(BTime::CurrentTime(B_LOCAL_TIME)); in _InitView()
/haiku/headers/os/support/
H A DDateTime.h19 B_LOCAL_TIME enumerator
95 time_type type = B_LOCAL_TIME);
218 using BPrivate::B_LOCAL_TIME;
/haiku/src/apps/webpositive/
H A DBrowsingHistory.cpp25 fDateTime(BDateTime::CurrentDateTime(B_LOCAL_TIME)), in BrowsingHistoryItem()
144 fDateTime = BDateTime::CurrentDateTime(B_LOCAL_TIME); in Invoked()
309 = BDateTime::CurrentDateTime(B_LOCAL_TIME); in _LoadSettings()
H A DBrowserWindow.cpp2313 BDateTime todayStart = BDateTime::CurrentDateTime(B_LOCAL_TIME); in _UpdateHistoryMenu()
/haiku/src/add-ons/screen_savers/flurry/
H A DFlurry.cpp286 return double(BDateTime::CurrentDateTime(B_LOCAL_TIME).Time_t() + in _CurrentTime()
287 double(BTime::CurrentTime(B_LOCAL_TIME).Millisecond() / 1000.0)); in _CurrentTime()
/haiku/src/kits/shared/
H A DCalendarView.cpp46 fCurrentDate(BDate::CurrentDate(B_LOCAL_TIME)), in BCalendarView()
64 fCurrentDate(BDate::CurrentDate(B_LOCAL_TIME)), in BCalendarView()
88 fCurrentDate(BDate::CurrentDate(B_LOCAL_TIME)), in BCalendarView()
740 fDate = BDate::CurrentDate(B_LOCAL_TIME); in _InitObject()
1260 BDate date = BDate::CurrentDate(B_LOCAL_TIME); in _UpdateCurrentDate()
H A DDateTimeEdit.cpp96 fTime = BDateTime::CurrentDateTime(B_LOCAL_TIME); in InitView()
171 fTime = BDateTime::CurrentDateTime(B_LOCAL_TIME); in SetTime()
461 fDate = BDate::CurrentDate(B_LOCAL_TIME); in InitView()
/haiku/src/apps/deskbar/
H A DCalendarMenuWindow.cpp127 _UpdateDate(BDate::CurrentDate(B_LOCAL_TIME)); in CalendarMenuWindow()
/haiku/src/kits/network/libnetservices/
H A DNetworkCookie.cpp279 BDateTime expiration = BDateTime::CurrentDateTime(B_LOCAL_TIME); in SetMaxAge()
/haiku/docs/user/support/
H A DDateTime.dox39 \var time_type BPrivate::B_LOCAL_TIME
535 \fn BPrivate::BDate::BDate(time_t time, time_type type=B_LOCAL_TIME)