Home | History | Annotate | Download | only in android

Lines Matching defs:created_time

32         "android_cache_db.bookmark_cache.created_time AS created, "
51 "SELECT urls.id, urls.last_visit_time, created_time, urls.url "
53 "(SELECT url as visit_url, min(visit_time) as created_time"
743 // The created_time could be set to the last_visit_time only when the type
747 Time created_time = last_visit_time;
750 created_time = Time::FromInternalValue(statement.ColumnInt64(2));
752 if (!history_db_->AddBookmarkCacheRow(created_time, last_visit_time,