/external/webkit/Source/WebKit/android/ |
TimeCounter.cpp | 39 #include <wtf/CurrentTime.h> 125 int totalTime = static_cast<int>((currentTime() - sStartTotalTime) * 1000); 152 double current = currentTime(); 182 sStartTotalTime = currentTime();
|
/external/webkit/Source/WebKit2/Platform/win/ |
RunLoopWin.cpp | 31 #include <wtf/CurrentTime.h>
|
/external/chromium/chrome/browser/chromeos/login/ |
screen_locker.cc | 491 XTestFakeMotionEvent(display, -1, -10000, -10000, CurrentTime); 492 XTestFakeButtonEvent(display, 1, True, CurrentTime); 493 XTestFakeButtonEvent(display, 1, False, CurrentTime); 495 XTestFakeMotionEvent(display, -1, root_x, root_y, CurrentTime); 505 XTestFakeKeyEvent(display, escape, True, CurrentTime); 506 XTestFakeKeyEvent(display, escape, False, CurrentTime); [all...] |
/external/webkit/Source/WebKit2/Shared/mac/ |
WebMemorySampler.mac.mm | 38 #import <wtf/CurrentTime.h> 141 double now = currentTime();
|
/external/clang/tools/scan-build/ |
scan-build | 125 my @CurrentTime = localtime(); 126 my $year = $CurrentTime[5] + 1900; 127 my $day = $CurrentTime[3]; 128 my $month = $CurrentTime[4] + 1; [all...] |
/external/quake/quake/src/WinQuake/ |
gl_vidlinuxglx.cpp | 283 CurrentTime); 306 CurrentTime); 323 XUngrabPointer(dpy, CurrentTime); 324 XUngrabKeyboard(dpy, CurrentTime);
|
/external/webkit/Source/WebCore/inspector/ |
InspectorConsoleAgent.cpp | 44 #include <wtf/CurrentTime.h> 148 m_times.add(title, currentTime() * 1000); 165 double elapsed = currentTime() * 1000 - startTime;
|
InspectorPageAgent.cpp | 51 #include <wtf/CurrentTime.h> 231 m_frontend->page()->domContentEventFired(currentTime()); 236 m_frontend->page()->loadEventFired(currentTime());
|
/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/ |
Timer.cpp | 36 #include <wtf/CurrentTime.h> 184 setNextFireTime(currentTime() + nextFireInterval); 202 double current = currentTime();
|
/external/webkit/Source/WebCore/platform/graphics/ |
BitmapImage.cpp | 36 #include <wtf/CurrentTime.h> 311 const double time = currentTime();
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
GaneshContext.cpp | 38 #include <wtf/CurrentTime.h>
|
ImageTexture.cpp | 37 #include <wtf/CurrentTime.h>
|
MediaTexture.cpp | 27 #include <wtf/CurrentTime.h>
|
TreeManager.cpp | 35 #include <wtf/CurrentTime.h> 198 bool TreeManager::drawGL(double currentTime, IntRect& viewRect, 216 ret |= laTree->evaluateAnimations(currentTime); 219 ret |= m_paintingTree->prepare(currentTime, viewRect, 236 ret |= m_drawingTree->prepare(currentTime, viewRect, 261 ret |= laTree->evaluateAnimations(currentTime);
|
/external/webkit/Source/WebCore/platform/graphics/ca/win/ |
CACFLayerTreeHost.cpp | 39 #include <wtf/CurrentTime.h> 310 // Send currentTime to the pending animations. This function is called by CACF in a callback 311 // which occurs after the drawInContext calls. So currentTime is very close to the time 313 double currentTime = WTF::currentTime(); 317 (*it)->animationStarted(currentTime);
|
/external/webkit/Source/WebCore/platform/text/ |
TextEncodingRegistry.cpp | 61 #include <wtf/CurrentTime.h>
|
/external/webkit/Source/WebCore/svg/animation/ |
SMILTimeContainer.cpp | 37 #include <wtf/CurrentTime.h> 86 return currentTime() - m_beginTime - m_accumulatedPauseTime; 102 m_beginTime = currentTime(); 111 m_pauseTime = currentTime(); 120 m_accumulatedPauseTime += currentTime() - m_pauseTime;
|
/external/webkit/Source/WebKit/chromium/src/ |
WebDevToolsAgentImpl.cpp | 62 #include <wtf/CurrentTime.h>
|
/external/webkit/Source/WebKit2/Platform/unix/ |
SharedMemoryUnix.cpp | 42 #include <wtf/CurrentTime.h>
|
/external/webkit/Source/WebKit2/Shared/qt/ |
WebEventFactoryQt.cpp | 36 #include <wtf/CurrentTime.h> 107 double timestamp = WTF::currentTime(); 120 double timestamp = WTF::currentTime(); 160 double timestamp = WTF::currentTime(); 173 double timestamp = WTF::currentTime();
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/ |
LayerTreeHostCAWin.cpp | 41 #include <wtf/CurrentTime.h> 170 return m_nextDisplayTime - currentTime(); 200 m_nextDisplayTime = nextDrawTime - CACurrentMediaTime() + currentTime(); 241 // Send currentTime to the pending animations. This function is called by CACF in a callback 242 // which occurs after the drawInContext calls. So currentTime is very close to the time 244 double currentTime = WTF::currentTime(); 248 (*it)->animationStarted(currentTime);
|