Searched defs:Exploded (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dtime.h208 struct BASE_API Exploded { struct in class:base::Time
221 // Exploded value can be successfully converted to a Time value.
295 static Time FromUTCExploded(const Exploded& exploded) {
298 static Time FromLocalExploded(const Exploded& exploded) {
327 void UTCExplode(Exploded* exploded) const {
330 void LocalExplode(Exploded* exploded) const {
394 void Explode(bool is_local, Exploded* exploded) const;
398 static Time FromExploded(bool is_local, const Exploded& exploded);

Completed in 107 milliseconds