HomeSort by relevance Sort by last modified time
    Searched refs:currentTime (Results 176 - 200 of 274) sorted by null

1 2 3 4 5 6 78 91011

  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java     [all...]
  /frameworks/base/core/java/android/text/format/
DateUtils.java 545 Time currentTime = new Time();
546 currentTime.set(today);
549 int currentDay = Time.getJulianDay(today, currentTime.gmtoff);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java     [all...]
  /external/chromium/webkit/glue/
webkitclient_impl.cc 448 double WebKitClientImpl::currentTime() {
483 ceil((fire_time - currentTime()) * base::Time::kMicrosecondsPerSecond));
  /external/webkit/Source/WebCore/history/
PageCache.cpp 48 #include <wtf/CurrentTime.h>
378 if (currentTime() - cachedPage->timeStamp() <= 1800)
445 double loadDelta = currentTime() - FrameLoader::timeOfLastCompletedLoad();
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TilesManager.cpp 47 #include <wtf/CurrentTime.h>
428 double secondsSinceLayersUsed = WTF::currentTime() - m_lastTimeLayersUsed;
437 m_lastTimeLayersUsed = WTF::currentTime();
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.cpp 474 if (maxLoaded > currentTime())
614 float now = currentTime();
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.cpp 301 float WebMediaPlayerClientImpl::currentTime() const
304 return m_webMediaPlayer->currentTime();
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.cpp 34 #include <wtf/CurrentTime.h>
326 double absoluteTime = currentTime() + timeout;
415 double absoluteTime = currentTime() + timeout;
  /external/webkit/Source/WebKit2/Shared/mac/
WebMemorySampler.mac.mm 38 #import <wtf/CurrentTime.h>
141 double now = currentTime();
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
DrawingAreaImpl.cpp 483 double timeSinceLastDisplay = currentTime() - m_lastDisplayTime;
613 m_lastDisplayTime = currentTime();
  /frameworks/base/core/java/android/view/animation/
AnimationSet.java 369 public boolean getTransformation(long currentTime, Transformation t) {
384 more = a.getTransformation(currentTime, temp, getScaleFactor()) || more;
  /frameworks/base/services/java/com/android/server/wm/
WindowStateAnimator.java 232 private boolean stepAnimation(long currentTime) {
237 final boolean more = mAnimation.getTransformation(currentTime, mTransformation);
246 boolean stepAnimationLocked(long currentTime) {
259 " @ " + currentTime + ": ww=" + mWin.mFrame.width() +
268 mAnimation.setStartTime(currentTime);
273 if (stepAnimation(currentTime)) {
279 " @ " + currentTime);
456 boolean commitFinishDrawingLocked(long currentTime) {
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekAdapter.java 195 long currentTime = System.currentTimeMillis();
199 if (currentTime - mAnimateTime > ANIMATE_TODAY_TIMEOUT) {
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadingPthreads.cpp 35 #include "CurrentTime.h"
366 if (absoluteTime < currentTime())
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.h 107 float currentTime() const;
  /external/webkit/Source/WebCore/loader/
FormSubmission.cpp 49 #include <wtf/CurrentTime.h>
60 static int64_t nextIdentifier = static_cast<int64_t>(currentTime() * 1000000.0);
ProgressTracker.cpp 37 #include <wtf/CurrentTime.h>
220 double now = currentTime();
  /external/webkit/Source/WebCore/loader/cache/
CachedImage.cpp 39 #include <wtf/CurrentTime.h>
359 timeStamp = currentTime();
  /external/webkit/Source/WebCore/page/
PerformanceTiming.cpp 42 #include <wtf/CurrentTime.h>
55 // The chromium port's currentTime() implementation only syncs with the
64 upperBound = currentTime();
  /external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.h 167 virtual String formatMediaControlsCurrentTime(float currentTime, float duration) const;
  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.cpp 36 #include <wtf/CurrentTime.h>
311 const double time = currentTime();
MediaPlayer.h 217 float currentTime() const;
  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk.h 88 virtual String formatMediaControlsCurrentTime(float currentTime, float duration) const;
  /external/webkit/Source/WebCore/rendering/
RenderTheme.cpp 507 String RenderTheme::formatMediaControlsCurrentTime(float currentTime, float /*duration*/) const
509 return formatMediaControlsTime(currentTime);
512 String RenderTheme::formatMediaControlsRemainingTime(float currentTime, float duration) const
514 return formatMediaControlsTime(currentTime - duration);
    [all...]

Completed in 718 milliseconds

1 2 3 4 5 6 78 91011