Lines Matching full:creation_time
871 GetParamSize(sizer, p.creation_time.ToDoubleT());
880 WriteParam(m, p.creation_time.ToDoubleT());
886 double last_modified, last_accessed, creation_time;
891 !ReadParam(m, iter, &creation_time))
895 p->creation_time = base::Time::FromDoubleT(creation_time);
910 LogParam(p.creation_time.ToDoubleT(), l);