Home
last modified time | relevance | path

Searched defs:setTimestamp (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/loader/icon/
DIconRecord.h86 void setTimestamp(time_t stamp) { m_stamp = stamp; } in setTimestamp() function
/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