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

/external/webkit/Source/WebKit/chromium/public/
H A DWebApplicationCacheHost.h102 double updateTime; member in struct:WebKit::WebApplicationCacheHost::CacheInfo
104 CacheInfo() : creationTime(0), updateTime(0), totalSize(0) { }
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheHost.h87 CacheInfo(const KURL& manifest, double creationTime, double updateTime, long long size) argument
90 , m_updateTime(updateTime)
/external/jmonkeyengine/engine/src/test/jme3test/audio/
H A DTestMusicPlayer.java203 updateTime();
207 private void updateTime(){ method in class:TestMusicPlayer
270 updateTime();
/external/webkit/Source/WebKit/mac/WebView/
H A DWebVideoFullscreenHUDWindowController.mm49 - (void)updateTime;
229 [self updateTime];
236 _timelineUpdateTimer = [[NSTimer timerWithTimeInterval:0.25 target:self selector:@selector(updateTime) userInfo:nil repeats:YES] retain];
439 - (void)updateTime
482 [self updateTime];
/external/webkit/Source/WebCore/inspector/front-end/
H A DApplicationCacheItemsView.js148 this._updateTime = applicationCaches.updateTime;
173 // FIXME: For Chrome, put creationTime and updateTime somewhere.
/external/webkit/Source/WebKit/chromium/src/
H A DApplicationCacheHost.cpp232 return CacheInfo(webInfo.manifestURL, webInfo.creationTime, webInfo.updateTime, webInfo.totalSize);
/external/yaffs2/yaffs2/
H A Dyaffs_guts.h835 int yaffs_FlushFile(yaffs_Object * obj, int updateTime);
H A Dyaffs_guts.c4314 int yaffs_FlushFile(yaffs_Object * in, int updateTime) argument
4319 if (updateTime) {
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java748 public void updateTime(int columnIndex, Time x) throws SQLException { method in class:Impl_RowSet
751 public void updateTime(String columnName, Time x) throws SQLException { method in class:Impl_RowSet
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A 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/
H A Dcalendar.h1997 void updateTime(UErrorCode& status);
/external/icu4c/i18n/
H A Dcalendar.cpp1013 ((Calendar*)this)->updateTime(status);
1174 updateTime(status);
3351 Calendar::updateTime(UErrorCode& status) function in class:Calendar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 435 milliseconds