Searched refs:setTimestamp (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/loader/icon/ |
D | IconRecord.h | 86 void setTimestamp(time_t stamp) { m_stamp = stamp; } in setTimestamp() function
|
D | IconDatabase.cpp | 537 icon->setTimestamp((int)currentTime()); in setIconDataForIconURL() 1251 currentIcon->setTimestamp(query.getColumnInt(2)); in performURLImport()
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCPreparedStatement.java | 264 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/ |
D | Impl_RowSet.java | 227 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/ |
D | ChangeLog-2006-12-31 | 37275 (WebCore::IconDataCache::setTimestamp): 37330 (WebCore::IconDataCache::setTimestamp):
|
D | ChangeLog-2007-10-14 | 8359 (WebCore::IconRecord::setTimestamp):
|