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

12

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationClockTest.cpp74 animationClock.updateTime(100);
81 animationClock.updateTime(100);
84 animationClock.updateTime(200);
90 animationClock.updateTime(100);
100 animationClock.updateTime(100);
104 animationClock.updateTime(125);
110 animationClock.updateTime(100);
114 animationClock.updateTime(50);
126 animationClock.updateTime(100);
132 animationClock.updateTime(10
[all...]
H A DAnimationClock.cpp50 void AnimationClock::updateTime(double time) function in class:blink::AnimationClock
67 updateTime(newTime);
H A DAnimationClock.h51 void updateTime(double time);
H A DDocumentAnimations.cpp58 document.animationClock().updateTime(monotonicAnimationStartTime);
H A DAnimationTimelineTest.cpp111 document->animationClock().updateTime(time);
178 document->animationClock().updateTime(100);
183 document->animationClock().updateTime(200);
H A DAnimationStackTest.cpp38 document->animationClock().updateTime(time);
H A DAnimationPlayerTest.cpp80 document->animationClock().updateTime(time);
122 document->animationClock().updateTime(10);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebApplicationCacheHost.h111 double updateTime; member in struct:blink::WebApplicationCacheHost::CacheInfo
113 CacheInfo() : creationTime(0), updateTime(0), totalSize(0) { }
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
H A Dpopup.js211 function updateTime(timeElement) {
246 if (!updateTime($('a1_tt'))) {
259 if (!updateTime($('a1_tt'))) {
291 if (!updateTime($('a2_tt'))) {
304 if (!updateTime($('a2_tt'))) {
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
H A DApplicationCacheHost.h79 CacheInfo(const KURL& manifest, double creationTime, double updateTime, long long size) argument
82 , m_updateTime(updateTime)
H A DApplicationCacheHost.cpp200 return CacheInfo(webInfo.manifestURL, webInfo.creationTime, webInfo.updateTime, webInfo.totalSize);
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dset_time.js189 TimeSetter.updateTime = function() {
/external/chromium_org/content/child/appcache/
H A Dweb_application_cache_host_impl.cc299 info->updateTime = cache_info_.last_update_time.ToDoubleT();
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Dwebrunner.js127 updateTime();
418 updateTime();
555 updateTime();
682 function updateTime(){ function
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
H A DApplicationCacheItemsView.js175 this._updateTime = applicationCache.updateTime;
188 // FIXME: For Chrome, put creationTime and updateTime somewhere.
/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/chromium_org/third_party/icu/source/i18n/unicode/
H A Dcalendar.h2209 void updateTime(UErrorCode& status);
/external/icu/icu4c/source/i18n/unicode/
H A Dcalendar.h2219 void updateTime(UErrorCode& status);
/external/chromium_org/third_party/icu/source/i18n/
H A Dcalendar.cpp1048 ((Calendar*)this)->updateTime(status);
1222 updateTime(status);
3620 Calendar::updateTime(UErrorCode& status) function in class:Calendar
/external/icu/icu4c/source/i18n/
H A Dcalendar.cpp1048 ((Calendar*)this)->updateTime(status);
1351 updateTime(status);
3781 Calendar::updateTime(UErrorCode& status) function in class:Calendar
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 557 milliseconds

12