Home
last modified time | relevance | path

Searched refs:setTimestamp (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/loader/icon/
DIconRecord.h86 void setTimestamp(time_t stamp) { m_stamp = stamp; } in setTimestamp() function
DIconDatabase.cpp537 icon->setTimestamp((int)currentTime()); in setIconDataForIconURL()
1251 currentIcon->setTimestamp(query.getColumnInt(2)); in performURLImport()
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCPreparedStatement.java264 public void setTimestamp(int parameterIndex, java.sql.Timestamp x)
477 public void setTimestamp(int parameterIndex, java.sql.Timestamp x,
479 setTimestamp(parameterIndex, x);
582 public void setTimestamp(String parameterName, java.sql.Timestamp val)
633 public void setTimestamp(String parameterName, java.sql.Timestamp val,
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java227 public void setTimestamp(int parameterIndex, Timestamp theTimestamp, in setTimestamp() method in Impl_RowSet
231 public void setTimestamp(int parameterIndex, Timestamp theTimestamp) in setTimestamp() method in Impl_RowSet
1251 public void setTimestamp(String parameterName, Timestamp theTimestamp) in setTimestamp() method in Impl_RowSet
1256 public void setTimestamp(String parameterName, Timestamp theTimestamp, in setTimestamp() method in Impl_RowSet
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3137275 (WebCore::IconDataCache::setTimestamp):
37330 (WebCore::IconDataCache::setTimestamp):
DChangeLog-2007-10-148359 (WebCore::IconRecord::setTimestamp):