Home
last modified time | relevance | path

Searched defs:updateTime (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
DWebVideoFullscreenHUDWindowController.mm49 - (void)updateTime; method in Private
440 {
/external/jmonkeyengine/engine/src/test/jme3test/audio/
DTestMusicPlayer.java207 private void updateTime(){ in updateTime() method in TestMusicPlayer
/external/webkit/Source/WebKit/chromium/public/
DWebApplicationCacheHost.h102 double updateTime; member
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java748 public void updateTime(int columnIndex, Time x) throws SQLException { in updateTime() method in Impl_RowSet
751 public void updateTime(String columnName, Time x) throws SQLException { in updateTime() method in Impl_RowSet
/external/icu4c/i18n/
Dcalendar.cpp3351 Calendar::updateTime(UErrorCode& status) in updateTime() function in Calendar
/external/yaffs2/yaffs2/
Dyaffs_guts.c4314 int yaffs_FlushFile(yaffs_Object * in, int updateTime) in yaffs_FlushFile()