/external/webkit/Source/WebKit/chromium/public/ |
D | WebApplicationCacheHost.h | 102 double updateTime; member 104 CacheInfo() : creationTime(0), updateTime(0), totalSize(0) { } in CacheInfo()
|
/external/webkit/Source/WebCore/loader/appcache/ |
D | ApplicationCacheHost.h | 87 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/ |
D | TestMusicPlayer.java | 203 updateTime(); in btnOpenActionPerformed() 207 private void updateTime(){ in updateTime() method in TestMusicPlayer 270 updateTime(); in sldBarStateChanged()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebVideoFullscreenHUDWindowController.mm | 49 - (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/ |
D | ApplicationCacheHost.cpp | 232 …return CacheInfo(webInfo.manifestURL, webInfo.creationTime, webInfo.updateTime, webInfo.totalSize); in applicationCacheInfo()
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | ApplicationCacheItemsView.js | 148 this._updateTime = applicationCaches.updateTime;
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/ |
D | Impl_RowSet.java | 748 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/ |
D | yaffs_guts.h | 835 int yaffs_FlushFile(yaffs_Object * obj, int updateTime);
|
D | yaffs_guts.c | 4314 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/ |
D | JDBCResultSet.java | 1099 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/ |
D | calendar.h | 1997 void updateTime(UErrorCode& status);
|
/external/icu4c/i18n/ |
D | calendar.cpp | 1013 ((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/ |
D | ChangeLog-2010-01-29 | 1461 (-[WebVideoFullscreenHUDWindowController updateTime]): Use 1485 (-[WebVideoFullscreenHUDWindowController updateTime]): Avoid conversion 1540 -updateTime.
|