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

  /external/chromium_org/chrome/browser/bookmarks/
bookmark_html_writer.cc 247 std::string title, date_added_string, type_string; local
249 !value.GetString(BookmarkCodec::kDateAddedKey, &date_added_string) ||
280 !WriteTime(date_added_string) ||
310 !WriteTime(date_added_string) ||
  /external/chromium_org/components/bookmarks/browser/
bookmark_codec.cc 292 std::string date_added_string; local
293 if (!value.GetString(kDateAddedKey, &date_added_string))
294 date_added_string = base::Int64ToString(Time::Now().ToInternalValue());
296 base::StringToInt64(date_added_string, &internal_time);

Completed in 291 milliseconds