Searched refs:fDateTime (Results 1 – 3 of 3) sorted by relevance
25 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()
43 const BDateTime& DateTime() const { return fDateTime; } in DateTime()50 BDateTime fDateTime; variable
43 BDateTime fDateTime; variable