Searched refs:last_modified_date (Results 1 – 5 of 5) sorted by relevance
254 std::string last_modified_date; in DecodeNode() local255 if (!value.GetString(kDateModifiedKey, &last_modified_date)) in DecodeNode()256 last_modified_date = base::Int64ToString(Time::Now().ToInternalValue()); in DecodeNode()274 base::StringToInt64(last_modified_date, &internal_time); in DecodeNode()
280 std::string last_modified_date; in WriteNode() local283 &last_modified_date) || in WriteNode()297 !WriteTime(last_modified_date)) { in WriteNode()
129 base::win::ScopedPropVariant last_modified_date; in GetLastModifiedTime() local131 last_modified_date.Receive()); in GetLastModifiedTime()135 bool last_modified_time_set = (last_modified_date.get().vt == VT_DATE); in GetLastModifiedTime()139 if (VariantTimeToSystemTime(last_modified_date.get().date, &system_time) && in GetLastModifiedTime()
317 std::string last_modified_date; in DecodeNode() local318 if (!value.GetString(kDateModifiedKey, &last_modified_date)) in DecodeNode()319 last_modified_date = base::Int64ToString(Time::Now().ToInternalValue()); in DecodeNode()337 base::StringToInt64(last_modified_date, &internal_time); in DecodeNode()
296 std::string last_modified_date; in WriteNode() local299 &last_modified_date) || in WriteNode()314 !WriteTime(last_modified_date)) { in WriteNode()