Searched refs:last_modified_date (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_codec.cc254 std::string last_modified_date; local
255 if (!value.GetString(kDateModifiedKey, &last_modified_date))
256 last_modified_date = base::Int64ToString(Time::Now().ToInternalValue());
274 base::StringToInt64(last_modified_date, &internal_time);
H A Dbookmark_html_writer.cc280 std::string last_modified_date; local
283 &last_modified_date) ||
297 !WriteTime(last_modified_date)) {

Completed in 159 milliseconds