Home | History | Annotate | Download | only in extensions

Lines Matching refs:fetch_time

68 const char kIdleInstallInfoFetchTime[] = "fetch_time";
1141 const base::Time& fetch_time) {
1153 base::Int64ToString(fetch_time.ToInternalValue()));
1171 base::Time* fetch_time) {
1204 if (fetch_time)
1205 *fetch_time = base::Time::FromInternalValue(fetch_time_value);