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

/external/chromium_org/base/time/
H A Dtime.h243 struct BASE_EXPORT Exploded { struct in class:base::Time
256 // Exploded value can be successfully converted to a Time value.
363 static Time FromUTCExploded(const Exploded& exploded) {
366 static Time FromLocalExploded(const Exploded& exploded) {
402 void UTCExplode(Exploded* exploded) const {
405 void LocalExplode(Exploded* exploded) const {
469 void Explode(bool is_local, Exploded* exploded) const;
473 static Time FromExploded(bool is_local, const Exploded& exploded);

Completed in 162 milliseconds