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

  /external/chromium/chrome/browser/bookmarks/
bookmark_codec.cc 254 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);
bookmark_html_writer.cc 280 std::string last_modified_date; local
283 &last_modified_date) ||
297 !WriteTime(last_modified_date)) {
  /packages/providers/DownloadProvider/ui/res/layout/
download_list_item.xml 65 <TextView android:id="@+id/last_modified_date"
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadAdapter.java 111 setTextForView(convertView, R.id.last_modified_date, getDateString());

Completed in 164 milliseconds