HomeSort by relevance Sort by last modified time
    Searched full:date_added_string (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/bookmarks/
bookmark_codec.cc 211 std::string date_added_string; local
212 if (!value.GetString(kDateAddedKey, &date_added_string))
213 date_added_string = base::Int64ToString(Time::Now().ToInternalValue());
215 base::StringToInt64(date_added_string, &internal_time);
bookmark_html_writer.cc 230 std::string title, date_added_string, type_string; local
232 !value.GetString(BookmarkCodec::kDateAddedKey, &date_added_string) ||
266 !WriteTime(date_added_string) ||
295 !WriteTime(date_added_string) ||
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_codec.cc 288 std::string date_added_string; local
289 if (!value.GetString(kDateAddedKey, &date_added_string))
290 date_added_string = base::Int64ToString(Time::Now().ToInternalValue());
292 base::StringToInt64(date_added_string, &internal_time);
bookmark_html_writer.cc 247 std::string title, date_added_string, type_string; local
249 !value.GetString(BookmarkCodec::kDateAddedKey, &date_added_string) ||
282 !WriteTime(date_added_string) ||
312 !WriteTime(date_added_string) ||

Completed in 581 milliseconds