Home | History | Annotate | Download | only in src

Lines Matching defs:TimeStamp

237 // The Time class represents time on win32. A timestamp is represented as
249 // Convert timestamp to JavaScript representation.
252 // Set timestamp to current time.
266 // timestamp taking into account daylight saving.
296 // Return the difference (in milliseconds) between this timestamp and
297 // another timestamp.
308 // is just a struct representing a 64-bit integer. The TimeStamp union
310 // the timestamp.
311 union TimeStamp {
316 TimeStamp time_;
326 // Initialize timestamp to start of epoc.
332 // Initialize timestamp from a JavaScript timestamp.
338 // Initialize timestamp from date/time components.
352 // Convert timestamp to JavaScript timestamp.
434 // Return the difference in milliseconds between this and another timestamp.
440 // Set timestamp to current time.
460 static TimeStamp init_time;
470 TimeStamp time_now;
537 // Get the local timezone offset for the timestamp in milliseconds.
560 // timestamp taking into account daylight saving.