Home
last modified time | relevance | path

Searched refs:fDateTime (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/webpositive/
H A DBrowsingHistory.cpp25 fDateTime(BDateTime::CurrentDateTime(B_LOCAL_TIME)), in BrowsingHistoryItem()
43 fDateTime = BDateTime(&dateTimeArchive); in BrowsingHistoryItem()
60 status_t status = fDateTime.Archive(&dateTimeArchive); in Archive()
78 fDateTime = other.fDateTime; in operator =()
91 return fURL == other.fURL && fDateTime == other.fDateTime in operator ==()
109 return fDateTime < other.fDateTime || fURL < other.fURL; in operator <()
126 return fDateTime > other.fDateTime || fURL > other.fURL; in operator >()
144 fDateTime = BDateTime::CurrentDateTime(B_LOCAL_TIME); in Invoked()
H A DBrowsingHistory.h43 const BDateTime& DateTime() const { return fDateTime; } in DateTime()
50 BDateTime fDateTime; variable
/haiku/src/add-ons/screen_savers/flurry/
H A DFlurry.h43 BDateTime fDateTime; variable