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

1 2 3 4 5 6 78 9

  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
ImageResource.cpp 37 #include "wtf/CurrentTime.h"
410 timeStamp = 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);
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmlrpclib.py     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.h 124 double currentTime() const;
  /frameworks/base/core/java/android/provider/
CalendarContract.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
Avrcp.java 645 long currentTime = SystemClock.elapsedRealtime();
646 return (int) Math.pow(2, (currentTime - mSkipStartTime)/SKIP_DOUBLE_INTERVAL);
    [all...]
  /packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java 348 final long currentTime = SystemClock.elapsedRealtime();
349 if (req.retryCount > 0 && req.retryStartTime > currentTime) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp 169 #include "wtf/CurrentTime.h"
413 , m_startTime(currentTime())
    [all...]
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
AnimationController.cpp 44 #include "wtf/CurrentTime.h"
349 m_beginAnimationUpdateTime = currentTime();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumWin.cpp 51 #include "wtf/CurrentTime.h"
644 double animatedSeconds = renderProgress->animationStartTime() ? WTF::currentTime() - renderProgress->animationStartTime() : 0;
RenderTheme.cpp 524 String RenderTheme::formatMediaControlsCurrentTime(float currentTime, float /*duration*/) const
526 return formatMediaControlsTime(currentTime);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.cpp 35 #include "wtf/CurrentTime.h"
415 DOMTimeStamp currentTimeMillis = convertSecondsToDOMTimeStamp(currentTime());
  /external/chromium_org/webkit/child/
webkitplatformsupport_impl.cc 699 double WebKitPlatformSupportImpl::currentTime() {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.cpp 74 #include "wtf/CurrentTime.h"
805 m_frontend->domContentEventFired(currentTime());
814 m_frontend->loadEventFired(currentTime());
    [all...]
InspectorTimelineAgent.cpp 58 #include "wtf/CurrentTime.h"
156 m_startTimeMs = currentTime() * 1000;
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 799 long currentTime = System.currentTimeMillis();
800 mCurrentTime.set(currentTime)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 96 #include "wtf/CurrentTime.h"
    [all...]
FrameView.cpp 78 #include "wtf/CurrentTime.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard.js 572 var currentTime = 0;
574 currentTime = currentTimeArray[results.RLE.VALUE];
579 innerHTML = currentTime || ' ';
    [all...]
  /external/chromium/webkit/glue/
webmediaplayer_impl.cc 568 float WebMediaPlayerImpl::currentTime() const {
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc 380 double WebMediaPlayerAndroid::currentTime() const {
    [all...]
  /external/chromium_org/content/renderer/media/
webmediaplayer_impl.cc 459 double WebMediaPlayerImpl::currentTime() const {
    [all...]

Completed in 2225 milliseconds

1 2 3 4 5 6 78 9