/external/webkit/Source/WebKit/chromium/public/ |
H A D | WebApplicationCacheHost.h | 102 double updateTime; member in struct:WebKit::WebApplicationCacheHost::CacheInfo 104 CacheInfo() : creationTime(0), updateTime(0), totalSize(0) { }
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
H A D | ZoomManager.cpp | 72 if (updateTime() == -1) { 80 if (currentTime < updateTime())
|
H A D | ZoomManager.h | 63 double updateTime() const { return m_updateTime; } function in class:WebCore::ZoomManager
|
/external/webkit/Source/WebCore/loader/appcache/ |
H A D | ApplicationCacheHost.h | 87 CacheInfo(const KURL& manifest, double creationTime, double updateTime, long long size) argument 90 , m_updateTime(updateTime)
|
/external/webkit/Source/WebKit/mac/WebView/ |
H A D | WebVideoFullscreenHUDWindowController.mm | 49 - (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 D | ApplicationCacheItemsView.js | 148 this._updateTime = applicationCaches.updateTime; 173 // FIXME: For Chrome, put creationTime and updateTime somewhere.
|
/external/webkit/Source/WebKit/chromium/src/ |
H A D | ApplicationCacheHost.cpp | 232 return CacheInfo(webInfo.manifestURL, webInfo.creationTime, webInfo.updateTime, webInfo.totalSize);
|
/external/yaffs2/yaffs2/ |
H A D | yaffs_guts.h | 835 int yaffs_FlushFile(yaffs_Object * obj, int updateTime);
|
H A D | yaffs_guts.c | 4314 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 D | Impl_RowSet.java | 748 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 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/ |
H A D | calendar.h | 1991 void updateTime(UErrorCode& status);
|
/external/icu4c/i18n/ |
H A D | calendar.cpp | 996 ((Calendar*)this)->updateTime(status); 1153 updateTime(status); 3334 Calendar::updateTime(UErrorCode& status) function in class:Calendar
|