Home
last modified time | relevance | path

Searched refs:last_modified_date (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/bookmarks/
Dbookmark_codec.cc254 std::string last_modified_date; in DecodeNode() local
255 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()
Dbookmark_html_writer.cc280 std::string last_modified_date; in WriteNode() local
283 &last_modified_date) || in WriteNode()
297 !WriteTime(last_modified_date)) { in WriteNode()
/external/chromium_org/chrome/browser/media_galleries/win/
Dmtp_device_operations_util.cc129 base::win::ScopedPropVariant last_modified_date; in GetLastModifiedTime() local
131 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()
/external/chromium_org/chrome/browser/bookmarks/
Dbookmark_codec.cc317 std::string last_modified_date; in DecodeNode() local
318 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()
Dbookmark_html_writer.cc296 std::string last_modified_date; in WriteNode() local
299 &last_modified_date) || in WriteNode()
314 !WriteTime(last_modified_date)) { in WriteNode()