Searched refs:now_exp (Results 1 – 5 of 5) sorted by relevance
45 Time::Exploded now_exp; in CurrTime() local46 now_exp.year = 2014; in CurrTime()47 now_exp.month = 3; in CurrTime()48 now_exp.day_of_week = 2; in CurrTime()49 now_exp.day_of_month = 18; in CurrTime()50 now_exp.hour = 8; in CurrTime()51 now_exp.minute = 5; in CurrTime()52 now_exp.second = 33; in CurrTime()53 now_exp.millisecond = 675; in CurrTime()54 return Time::FromLocalExploded(now_exp); in CurrTime()
43 Time::Exploded now_exp; in GetValue() local44 clock_->GetWallclockTime().LocalExplode(&now_exp); in GetValue()45 now_exp.hour = now_exp.minute = now_exp.second = now_exp.millisecond = 0; in GetValue()46 return new Time(Time::FromLocalExploded(now_exp)); in GetValue()
61 Time::Exploded now_exp; in FixedTime() local62 now_exp.year = 2014; in FixedTime()63 now_exp.month = 3; in FixedTime()64 now_exp.day_of_week = 2; in FixedTime()65 now_exp.day_of_month = 18; in FixedTime()66 now_exp.hour = 8; in FixedTime()67 now_exp.minute = 5; in FixedTime()68 now_exp.second = 33; in FixedTime()69 now_exp.millisecond = 675; in FixedTime()70 return Time::FromLocalExploded(now_exp); in FixedTime()
88 Time::Exploded now_exp; in InitTime() local89 now_exp.year = 2014; in InitTime()90 now_exp.month = 3; in InitTime()91 now_exp.day_of_week = 2; in InitTime()92 now_exp.day_of_month = 18; in InitTime()93 now_exp.hour = 8; in InitTime()94 now_exp.minute = 5; in InitTime()95 now_exp.second = 33; in InitTime()96 now_exp.millisecond = 675; in InitTime()97 return Time::FromLocalExploded(now_exp); in InitTime()
49 Time::Exploded now_exp; in FixedTime() local50 now_exp.year = 2014; in FixedTime()51 now_exp.month = 3; in FixedTime()52 now_exp.day_of_week = 2; in FixedTime()53 now_exp.day_of_month = 18; in FixedTime()54 now_exp.hour = 8; in FixedTime()55 now_exp.minute = 5; in FixedTime()56 now_exp.second = 33; in FixedTime()57 now_exp.millisecond = 675; in FixedTime()58 return Time::FromLocalExploded(now_exp); in FixedTime()