Searched refs:time_value (Results 1 – 5 of 5) sorted by relevance
64 static uint64 TimeValueTToInt64(const time_value_t &time_value) { in TimeValueTToInt64() argument65 return talk_base::kNumMicrosecsPerSec * time_value.seconds + in TimeValueTToInt64()66 time_value.microseconds; in TimeValueTToInt64()
72 const base::Value* time_value = NULL; in AlarmsFromValue() local73 if (alarm_dict->Get(kAlarmGranularity, &time_value)) in AlarmsFromValue()74 base::GetValueAsTimeDelta(*time_value, &alarm.granularity); in AlarmsFromValue()
194 TimeAndBool(const TimeTicks& time_value, bool expected, int line_num) { in TimeAndBool()195 time = time_value; in TimeAndBool()
149 TimeAndBool(const TimeTicks& time_value, bool expected, int line_num) { in TimeAndBool()150 time = time_value; in TimeAndBool()
343 time_t time_value = time(NULL); in DumpOrderedProfile() local389 buffer.AppendUnsignedLong(time_value, 0); in DumpOrderedProfile()