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

1 2 3 4 5 6 7 891011

  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 233 void WKDrawMediaSliderTrack(int themeStyle, CGContextRef context, CGRect rect, float timeLoaded, float currentTime, float duration, unsigned state);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java 409 long currentTime = System.currentTimeMillis();
410 if (((currentTime - mPrevRebootTime) > intervalInMSec) ||
  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
MovieControllerLayer.m 193 QTTime time = [_movie currentTime];
  /external/webkit/Source/JavaScriptCore/
jsc.cpp 27 #include "CurrentTime.h"
129 m_startTime = currentTime();
134 m_stopTime = currentTime();
  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk.cpp 610 String RenderThemeGtk::formatMediaControlsCurrentTime(float currentTime, float duration) const
612 return formatMediaControlsTime(currentTime) + " / " + formatMediaControlsTime(duration);
  /external/webkit/Source/WebCore/platform/mac/
WebCoreSystemInterface.mm 44 void (*wkDrawMediaSliderTrack)(int themeStyle, CGContextRef context, CGRect rect, float timeLoaded, float currentTime,
WebCoreSystemInterface.h 117 extern void (*wkDrawMediaSliderTrack)(int themeStyle, CGContextRef context, CGRect rect, float timeLoaded, float currentTime,
  /external/webkit/Source/WebKit2/UIProcess/
WebContext.cpp 58 #include <wtf/CurrentTime.h>
313 double now = WTF::currentTime();
700 double now = WTF::currentTime();
  /external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h 247 static double currentTime();
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 403 float MediaPlayerPrivateGStreamer::currentTime() const
    [all...]
  /external/webkit/Source/WebCore/webaudio/
AudioBufferSourceNode.cpp 94 double quantumStartTime = context()->currentTime();
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java 530 long currentTime = System.currentTimeMillis() / 1000;
534 if (Math.abs(currentTime - time) > 1) {
535 fail("currentTime " + currentTime + " time " + time);
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 58 #include <wtf/CurrentTime.h>
882 gPausedDelay = WTF::currentTime() + 1;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovie.cpp 218 float time = m_movieWin->currentTime();
361 float QTMovie::currentTime() const
408 m_private->m_timeToRestore = currentTime();
  /external/webkit/Source/WebKit/win/
WebHistory.cpp 716 SYSTEMTIME currentTime;
717 GetSystemTime(&currentTime);
719 if (!SystemTimeToVariantTime(&currentTime, &lastVisited))
    [all...]
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 820 final long currentTime = System.currentTimeMillis();
821 calendar.setTimeInMillis(currentTime);
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkStatsServiceTest.java 666 final long currentTime = currentTimeMillis();
668 sTemplateWifi, currentTime - HOUR_IN_MILLIS, currentTime, true);
    [all...]
  /external/webkit/Source/WebCore/page/animation/
AnimationController.cpp 42 #include <wtf/CurrentTime.h>
319 m_beginAnimationUpdateTime = currentTime();
  /external/webkit/Source/WebCore/dom/
ContainerNode.cpp 43 #include <wtf/CurrentTime.h>
986 double startTime = currentTime();
    [all...]
Document.cpp 153 #include <wtf/CurrentTime.h>
400 , m_startTime(currentTime())
1015 m_documentTiming.domLoading = currentTime();
1019 m_documentTiming.domInteractive = currentTime();
1023 m_documentTiming.domComplete = currentTime();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.cpp 33 #include <wtf/CurrentTime.h>
225 double time = WTF::currentTime();
268 (localIt->second)->suggestBeginTime(WTF::currentTime());
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp 696 double PlatformBridge::currentTime()
698 return webKitClient()->currentTime();
    [all...]
  /frameworks/base/core/java/android/provider/
CalendarContract.java     [all...]
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp     [all...]
  /external/webkit/Source/WebCore/history/
HistoryItem.cpp 36 #include <wtf/CurrentTime.h>
50 static long long next = static_cast<long long>(currentTime() * 1000000.0);

Completed in 3522 milliseconds

1 2 3 4 5 6 7 891011