Home
last modified time | relevance | path

Searched refs:date_added_string (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/bookmarks/
Dbookmark_codec.cc211 std::string date_added_string; in DecodeNode() local
212 if (!value.GetString(kDateAddedKey, &date_added_string)) in DecodeNode()
213 date_added_string = base::Int64ToString(Time::Now().ToInternalValue()); in DecodeNode()
215 base::StringToInt64(date_added_string, &internal_time); in DecodeNode()
Dbookmark_html_writer.cc230 std::string title, date_added_string, type_string; in WriteNode() local
232 !value.GetString(BookmarkCodec::kDateAddedKey, &date_added_string) || in WriteNode()
266 !WriteTime(date_added_string) || in WriteNode()
295 !WriteTime(date_added_string) || in WriteNode()