Searched refs:last_update_value (Results 1 – 3 of 3) sorted by relevance
79 double last_update_value; in OnResourceRequestsAllowed() local80 base::StringToDouble(last_update_pref, &last_update_value); in OnResourceRequestsAllowed()83 last_update_value)).InMilliseconds()); in OnResourceRequestsAllowed()
269 double last_update_value; in StartAfterDelay() local270 base::StringToDouble(last_update_pref, &last_update_value); in StartAfterDelay()273 last_update_value)).InMilliseconds()); in StartAfterDelay()
126 int64 last_update_value = last_visit_time.ToInternalValue(); in AddVisitRows() local128 if (!AddVisit(url_id, Time::FromInternalValue(last_update_value - i))) in AddVisitRows()