Searched refs:date_added_string (Results 1 – 4 of 4) sorted by relevance
/external/chromium/chrome/browser/bookmarks/ |
D | bookmark_html_writer.cc | 230 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()
|
D | bookmark_codec.cc | 211 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()
|
/external/chromium_org/chrome/browser/bookmarks/ |
D | bookmark_html_writer.cc | 247 std::string title, date_added_string, type_string; in WriteNode() local 249 !value.GetString(BookmarkCodec::kDateAddedKey, &date_added_string) || in WriteNode() 282 !WriteTime(date_added_string) || in WriteNode() 312 !WriteTime(date_added_string) || in WriteNode()
|
D | bookmark_codec.cc | 288 std::string date_added_string; in DecodeNode() local 289 if (!value.GetString(kDateAddedKey, &date_added_string)) in DecodeNode() 290 date_added_string = base::Int64ToString(Time::Now().ToInternalValue()); in DecodeNode() 292 base::StringToInt64(date_added_string, &internal_time); in DecodeNode()
|