Home
last modified time | relevance | path

Searched refs:updateTime (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebApplicationCacheHost.h102 double updateTime; member
104 CacheInfo() : creationTime(0), updateTime(0), totalSize(0) { } in CacheInfo()
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheHost.h87 CacheInfo(const KURL& manifest, double creationTime, double updateTime, long long size) in CacheInfo()
90 , m_updateTime(updateTime) in CacheInfo()
/external/jmonkeyengine/engine/src/test/jme3test/audio/
DTestMusicPlayer.java203 updateTime(); in btnOpenActionPerformed()
207 private void updateTime(){ in updateTime() method in TestMusicPlayer
270 updateTime(); in sldBarStateChanged()
/external/webkit/Source/WebKit/mac/WebView/
DWebVideoFullscreenHUDWindowController.mm49 - (void)updateTime; method in Private
229 [self updateTime];
236 … = [[NSTimer timerWithTimeInterval:0.25 target:self selector:@selector(updateTime) userInfo:nil re…
439 - (void)updateTime
482 [self updateTime];
/external/webkit/Source/WebKit/chromium/src/
DApplicationCacheHost.cpp232 …return CacheInfo(webInfo.manifestURL, webInfo.creationTime, webInfo.updateTime, webInfo.totalSize); in applicationCacheInfo()
/external/webkit/Source/WebCore/inspector/front-end/
DApplicationCacheItemsView.js148 this._updateTime = applicationCaches.updateTime;
/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/yaffs2/yaffs2/
Dyaffs_guts.h835 int yaffs_FlushFile(yaffs_Object * obj, int updateTime);
Dyaffs_guts.c4314 int yaffs_FlushFile(yaffs_Object * in, int updateTime) in yaffs_FlushFile() argument
4319 if (updateTime) { in yaffs_FlushFile()
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSet.java1099 public void updateTime(int colIndex, java.sql.Time t) throws SQLException {
1204 public void updateTime(String colName, java.sql.Time t)
1207 updateTime(col, t);
/external/icu4c/i18n/unicode/
Dcalendar.h1997 void updateTime(UErrorCode& status);
/external/icu4c/i18n/
Dcalendar.cpp1013 ((Calendar*)this)->updateTime(status); in getTimeInMillis()
1174 updateTime(status); in complete()
3351 Calendar::updateTime(UErrorCode& status) in updateTime() function in Calendar
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-291461 (-[WebVideoFullscreenHUDWindowController updateTime]): Use
1485 (-[WebVideoFullscreenHUDWindowController updateTime]): Avoid conversion
1540 -updateTime.